--- src/engine/game.cc.orig Mon Jun 7 17:20:59 1999 +++ src/engine/game.cc Sun Jan 25 23:33:14 2004 @@ -93,10 +93,10 @@ char *demo_filename; struct PlayerData DefaultPData = { - {3}, + 3, {-1, 0, 0, 0, 0, 0, 0, 0, 0, 0}, {1, 0, 0, 0, 0, 0, 0, 0, 0, 0}, - {300}, {0} + 300, 0 }; lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/comms/xcept
Commit message (Collapse)AuthorAgeFilesLines
* Removed comms/xcept: stale old code, underlying protocol no longer in usejoerg2009-06-1410-2380/+0
| | | | by telcos.
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-202-4/+4
| | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
| | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
* SHA256ifyedwin2006-01-221-0/+1
| | | | Approved by: krion@
* SIZEify (maintainer timeout)trevor2004-03-311-0/+1
|
* Clean up historical baggage, and move the old local distfiles thatjoerg2003-12-101-1/+1
| | | | | | | used to live under ${MASTER_SITE_LOCAL}/asami/LOCAL_PORTS to my own public_distfiles. No version changes involved.
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-161-7/+1
| | | | | | | | | of each port on bento and for recent fixes. Unfortunately at some point I got confused and switched to the wrong list :-) As a result I picked up a number of ports that were fixed a while ago. Sorry for the false alarm, maintainers. Pointy hat to: kris
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
|
* Make the tty locking compatible to the FreeBSD convention (10 digitsjoerg2003-09-072-2/+11
| | | | | | vs. 9). Submitted by: Helge Oldach <xcept@oldach.net>
* Resolve a build error that recently became apparent where thisjoerg2003-09-012-6/+1625
| | | | | | | | | | | | software attempts to define their own function log() that is reserved for the natural logartihm one, by renaming the private function to mylog(). I wonder whether anybody is still using this at all, the respective service (called `Btx' here) has been cancelled in Germany a couple of years ago. Any other European countries perhaps? I consider deleting the port some day. By now, it was easy enough to fix though. Speak up if you want to see this port continued.
* Clear moonlight beckons.ade2003-03-072-1/+1
| | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
* Don't install ceptd setuid root: it's a daemon you run as root fromkris2001-08-112-1/+2
| | | | | | | inetd.conf, so it doesn't need the additional privileges. This port still bogusly hardcodes /usr/local as the installation directory.
* Install files with correct perms (0664->0644)jedgar2000-09-151-3/+3
| | | | Approved by: Maintainer
* Define MASTER_SITE_SUBDIR=asami/LOCAL_PORTS as these are moved to myasami2000-06-101-0/+1
| | | | area on the local ports tree.
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-5/+5
|
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* As threatened, enforce the "Capital, no period" rule. Ellipses arehoek1999-06-271-1/+1
| | | | | permitted. Note that, given current numeric motif of PW, this is done in four equally-sized commits of 393 files each.
* Add USE_XLIB to some ports that require X. (Actually BUILD_DEPENDS on imakeasami1998-11-281-1/+2
| | | | for ilu and mkdirhier for asl.)
* Oops. Next time I add MANCOMPRESSED=maybe to a port, I should alsohoek1998-08-302-3/+4
| | | | add the appropriate MANx variables. :)