summaryrefslogtreecommitdiff
path: root/games/bzflag/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update games/bzflag: 1.7g.0 --> 1.7g.2Daichi GOTO2003-07-029-234/+36
| | | | | | | | PR: 53767 Submitted by: KATO Tsuguru <tkato@prontomail.com> Notes: svn path=/head/; revision=84026
* Fix build on -CURRENT; usbhid issue.Matthew N. Dodd2003-05-042-13/+46
| | | | Notes: svn path=/head/; revision=80117
* upgrade to 1.7g0Ying-Chieh Liao2003-01-034-50/+16
| | | | | | | | PR: 46586 Submitted by: Ports Fury Notes: svn path=/head/; revision=72461
* Forgot another 0 byte file.Tilman Keskinoz2002-11-241-0/+0
| | | | | | | Submitted by: ijliao Notes: svn path=/head/; revision=71015
* Remove the 0 byte files i added.Tilman Keskinoz2002-11-244-0/+0
| | | | | | | Pointy hat to: arved: Notes: svn path=/head/; revision=71010
* Fix Build on CurrentTilman Keskinoz2002-11-2410-0/+78
| | | | | | | Submitted by: Stefan Farfeleder <e0026813@stud3.tuwien.ac.at> Notes: svn path=/head/; revision=71009
* Fix bzflag and remove BROKEN. This has been broken since joe MFC'd theWill Andrews2002-09-191-3/+26
| | | | | | | | | change from libusb.h to libusbhid.h at least, which is five months. The patch committed here may not be correct, but it compiles and I don't have a USB joystick to test with, and 4.7-R ports freeze is in two days... Notes: svn path=/head/; revision=66676
* Update to 1.7e6Nick Sayer2002-07-181-1/+1
| | | | Notes: svn path=/head/; revision=63165
* Update to e.4. USB Joystick functionality has been merged. Huzzah!Nick Sayer2002-01-264-369/+17
| | | | | | | | PR: ports/34303 Submitted by: EliteNecrosan@hotmail.com Notes: svn path=/head/; revision=53794
* Unbrore with threaded Mesa.Maxim Sobolev2001-08-151-3/+30
| | | | | | | | PR: 29594 Submitted by: Patrick Li <pat@databits.net> Notes: svn path=/head/; revision=46268
* Update to 1.7e2. Add USB Joystick support.Nick Sayer2001-04-213-215/+366
| | | | Notes: svn path=/head/; revision=41751
* Pointy hat time. The previous patch didn't accomplish the goal. ThisNick Sayer2001-04-152-19/+11
| | | | | | | will, though it does not use the IP_PORTRANGE option. Notes: svn path=/head/; revision=41440
* Make udp networking more firewall friendly. Bump PORTREVISION.Nick Sayer2001-04-151-0/+19
| | | | Notes: svn path=/head/; revision=41439
* Revert last change. I now understand where the PORT prefixed variablesNick Sayer2001-03-282-25/+7
| | | | | | | | come from. Pass the pointy hat. But I cleaned out RELENG_3 support in the patch before, so finish the job in Makefile. Notes: svn path=/head/; revision=40501
* Respect CFLAGS, CXXFLAGS and PREFIXNick Sayer2001-03-282-7/+25
| | | | Notes: svn path=/head/; revision=40500
* More patch housecleaning. patch-aa replaces the separate patches. It isNick Sayer2001-03-284-68/+219
| | | | | | | | | | | a version from the author that will be merged in a future version. Putting it in a single file like this will make it easy to get rid of in the next release. Also, clean up the config file a bit, including respect for ${X11BASE} Notes: svn path=/head/; revision=40497
* 1. Properly disable the half rate audio hack.Nick Sayer2001-03-272-6/+15
| | | | | | | | | 2. Fix the XF86 video mode switching code. 3. Respect CC and CXX. Notes: svn path=/head/; revision=40460
* 1. Update to 1.7e.1. d.9 is no longer interoperable.Nick Sayer2001-03-266-56/+77
| | | | | | | | | | | | | | | | | | 2. Get rid of half-speed audio flag. It breaks audio on Yamaha chipsets. 3. The program maintainer has a bad habit of morphing the distfile and WRKSRC name. Grr. 4. Some patches were subsumed and thus deleted. Other stuff has come up though and thus must be patched. 5. Take over MAINTAINERship. PR: ports/26112 Approved by: nbm Notes: svn path=/head/; revision=40402
* Get bzflag to compile on 3.x. (sys/soundcard.h to machine/soundcard.h,Neil Blakey-Milner2000-08-182-4/+15
| | | | | | | | | | socklen_t to int for 3.x, and no -fno-exceptions for 3.x g++) Bothered by: Barry Irwin <bvi@rucus.ru.ac.za> Bothered by: Matthew West <mwest@uct.ac.za> Notes: svn path=/head/; revision=31739
* Make bzflag depend on X and Mesa, and don't hardcode /usr/local for dataNeil Blakey-Milner2000-08-121-3/+3
| | | | | | | directory. Notes: svn path=/head/; revision=31547
* Add bzflag, a multiplayer 3D tank battle game.Neil Blakey-Milner2000-08-125-0/+183
Notes: svn path=/head/; revision=31546