summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2001-04-18Don't try to use CE, just call clrtoeol() instead. Fixes build problemssimonb2-2/+33
against a libcurses from December 22, 2000 -current or later. Reported by Matt Green.
2001-04-17Add and enable newvoxrh1-1/+2
2001-04-17Initial import of newvox-1.0, a simple SDL demo of an interactiverh4-0/+25
voxel-style 3D landscape.
2001-04-17Add and enable firerh1-1/+2
2001-04-17Initial import of fire-1.0, a simple SDL demo displaying some fireworks.rh4-0/+25
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc310-847/+672
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-07Update gnome-games to 1.4.0.1. Changes include tons of bugfixes, minorrh3-102/+618
enhancements, and documentation and localisation updates.
2001-04-02Move BUILD_USES_MSGFMT in DEPENDS block, mostly by removing emptywiz3-6/+4
lines.
2001-03-31gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS"zuntum1-5/+1
Suggested by Matthias Scheler.
2001-03-29Update crafty to 18.9. Changes to version 18.8:jlam2-7/+7
18.9 Book() modified to increase the responsiveness of book learning. the new code, plus the default weights for the book parameters now make Crafty learn very aggressively and repeat good opening lines and avoid bad ones.
2001-03-28Update crafty to 18.8. Changes from version 18.7:jlam2-7/+7
18.8 recapture extension turned back on for a while. changes to the evaluation code, particularly EvaluatePawns() to make it more efficient and accurate. IE it was possible for an isolated pawn to be penalized for being isolated, weak, and blocked, which made little sense.
2001-03-28Try to fix PLIST problems by adding symlinks for the linux library manually,wiz2-2/+10
since they aren't created automatically anymore. XXX: a.out-safe?
2001-03-27Change BUILD_DEPENDS semantics:hubertf10-26/+28
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-26Make this work with xpkgwedge.bad1-1/+3
2001-03-24Fix MAKE_ENVzuntum1-9/+2
2001-03-22Force alignment on arm platforms, too. Should fix pkg/11540.wiz2-5/+21
Idea by Martin Husemann. XXX: Could be that other platforms need an appropriate #ifdef here, too, but I don't know which. Probably still broken on LP64.
2001-03-21Update crafty to 18.7. Changes from version 18.6:jlam2-7/+7
18.7 BOOK_CLUSTER_SIZE increased to 2000 to handle making really large books. a book made without this change could produce clusters that would cause memory overwrites.
2001-03-21Revise estimate of required disk space needed to build the enormousjlam1-3/+3
opening book...it's actually more than I originally thought. Also, change the command used to create the book, on the advice of Dr. Hyatt.
2001-03-19Update to 3.0; based on 3.0beta version by the author and color patcheswiz7-93/+32
by Chuck Cranor, and some cleanup by me: now with color-support and 8 new levels.
2001-03-19include `gtk-config --cflags` and `gtk-config --libs` along with thedmcmahill2-5/+5
corresponding glib ones so that gtk headers/libs are found. fixes recently noted bulk build problems
2001-03-16Change my email address to zuntum@netbsd.orgzuntum1-2/+2
2001-03-16Update crafty to 18.6. Changes from version 18.5:jlam2-7/+7
18.6 "new" no longer produces a new log.nnn/game.nnn file if no moves have actually been played. minor change to rook scoring gives a penalty when a rook has no horizontal (rank) mobility, to avoid moves like Ra2 protecting the pawn on b2, etc. glitch in the code that initializes is_outside[][] and is_outside_c[][] could cause missed outside pawn cases to happen. this has been there a long time.
2001-03-14Add and enable kdegames2 and kdetoys2.skrll1-1/+3
2001-03-14Import of KDE 2.1 kdetoys package.skrll4-0/+540
2001-03-14Import of KDE 2.1 kdegames package.skrll7-0/+2161
2001-03-12 * pass variables via MAKE_ENV instead of @REPLACEMENTS@+sedzuntum3-18/+13
* remove redundant dependency on png and remove -lpng
2001-03-12add & enable kulkizuntum1-1/+2
2001-03-12Initial import of kulki.zuntum6-0/+966
Game which five years ago was kiler in Polish offices and libraries. To my surprise i can't find anywhere linux version of that game, and i got bored of rebooting to windows only to play kulki...
2001-03-12Update crafty to 18.5. Changes from version 18.4:jlam2-7/+7
18.5 minor change to RootMove() to use Quiesce() rather than the more complicated way it was ordering with Evaluate()/EnPrise(). this is no faster, but it is simpler and eliminated the need for the EnPrise() function totally, making the code a bit smaller. bug in EvaluateDraws() would let it think that the bishop+wrong rook pawn endings were winnable if both kings were very close to the queening square, even with the wrong bishop.
2001-03-09Update xboard to 4.2.3. Pkgsrc changes include removing the buildjlam2-9/+4
dependency on autoconf. Changes from 4.2.2 include: * Bugfix: The error message "Variant X not supported by gnuchessx" formerly could pop up even in -ncp mode. * Fixed an xboard bug in premove highlighting. * Modified premove again. Now we are back to displaying the move locally immediately after sending it to the server, as in versions prior to 4.2.1. This is good because it lets you register your next premove sooner. As a better fix to the problem that the change in 4.2.1 had been trying to address, we now suppress animating the opponent's move if you have a premove reply pending. * Removed an erroneous patch that left zombie chess engines around when both sigterm and reuse were turned off. (Bug was in xboard only, not winboard.) * Bugfix: loading a game with autostepping did not work for games with PGN result "*" (unfinished). This bug was introduced in 4.1.0, caused by some outdated code that was supposed to leave you in EditGame mode after loading an unfinished game.
2001-03-09Update crafty to 18.4. Changes from version 18.3:jlam5-14/+30
18.4 recapture extension was left in SearchSMP() erroneously. this has now been protected by a #ifdef just like it was in Search(). bug in RepetitionCheck() was causing problems in SMP versions. The entire repetition list code was modified to clean this up. the problem was most noticable on things like fine #70. bug in LearnImportBook() confused the learn value sign, due to the other changes to make +=white all the time. opposite bishop scoring has been beefed up a bit to avoid these drawish endings.
2001-03-07${MD5_FILE} -> ${DIGEST_FILE}wiz1-2/+2
2001-03-05add and enable 0verkillwiz1-1/+2
2001-03-05Initial import of 0verkill-0.15, provided by Tomasz Luchowski in pkg/12050,wiz7-0/+253
with some changes by me: Throw away Doom, Quake and Duke Nukem - 0verkill comes. Now you don't even need graphic mode if you wanna take a bloody deathmatch with your friends.
2001-03-04Because the minor number of the PNG library was increased packages compiledtron1-2/+2
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
2001-03-01Mechanical changes to use ${PKG_PREFIX} instead of substituting forjlam2-8/+3
@PREFIX@ in DEINSTALL/INSTALL scripts.
2001-02-28chown, chmod -> ${CHOWN}, ${CHMOD}wiz2-8/+8
2001-02-26Use "PKGLOCALEDIR" instead of "LOCALEDIR".tron2-30/+29
2001-02-26Mechanical changes to use the pkgsrc autoconf and automake by specifyingjlam1-3/+3
complete paths to these programs.
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf15-42/+42
XXX need to teach pkglint to be more picky about this
2001-02-23Master site changed - it's not in "games/multiplayer", but "games".hubertf1-2/+2
2001-02-20Remove duplicate BUILD_DEPENDS for unzip (bsd.pkg.mk has an automatic onewiz1-2/+1
if EXTRACT_SUFX is .zip); also remove EXTRACT_CMDs that are the same as the implicit one.
2001-02-16Not needed any more -- COMMENTs are in Makefiles now.wiz1-1/+0
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz1-126/+128
While I'm here, unify category Makefiles to more standard style. (If you have tools depending on the previous form, please fix them.)
2001-02-16Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz250-250/+259
2001-02-15regenwiz1-2/+2
2001-02-13Rename "${LOCALEBASE}" variable to "${LOCALEDIR}" to avoid mix-ups withtron3-36/+36
"${LOCALBASE}".
2001-02-13Update crafty to 18.3. This is a bugfix release over version 18.2. Changesjlam2-7/+7
include: 18.3 minor bug in "avoid_null_move" test used R=2 for the test rather than testing R=2/3 as the real null-move search uses. the kibitz for "Hello from Crafty Vx.xx" has been moved so that it works with the new xboard/winboard 4.2.2 versions. book learning was badly broken in the previous version and has been fixed/tested.
2001-02-12'cvs rm' is your friend, & wiz who obviously has had more caffine than me todayabs1-33/+0
2001-02-12Update to 1.73.abs3-7/+10
patch incorporated into main tree Version 1.73, 2/11/01 * Added code to handle EOFs from stdin. Version 1.72, 2/1/01 * Added code to stop searching if a mate is found. * Changed max_time/max_depth assignments in main.c.