summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2000-08-25Add BUILD_DEPENDS on automakehubertf1-1/+2
XXX There's still a 'ls: ./acinclude.m4: No such file or directory' that I don't know where it's coming from, but the pkg builds anyways.
2000-08-25Use the patch-sum file from ../nethack-lib, as we use all the patchhubertf2-10/+2
files from there too. (patch-ab was updated without that nethack-tty's patch-sum file was updated)
2000-08-25Add appropriate definitions of LDD so check-shlibs works correctly.jlam1-1/+2
2000-08-23make sure the path to the libmikmod header is indicated. Fixes recentlydmcmahill3-2/+16
noted compile problems.
2000-08-23Use "USE_XPM" option instead of direct dependence on the "xpm" package.tron19-78/+67
2000-08-23Add gnocatan.veego1-1/+2
2000-08-23The maintainer forgot to run autoconf before he made the tar file, so theveego2-0/+16
VERSION in the configure script is 0.5.6 instead of 0.6.0.
2000-08-23Gnocatan is an Internet playable implementation of the Settlers ofveego5-0/+92
Catan board game.
2000-08-22add man/man6/omega.6wiz1-1/+2
2000-08-21Update IGNORE-messages for recent changes: add ${PKGNAME} wherehubertf1-2/+2
appropriate.
2000-08-21Be paranoid, install the savedir mode 770 to prevent dishonest playerspooka2-6/+13
from tampering with their savegames.
2000-08-18Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive andhubertf5-11/+23
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions. MIRROR_DISTFILES and NO_CDROM are now dead.
2000-08-12Update freeciv to 1.11.4.jlam10-45/+113
WHAT'S CHANGED SINCE 1.11.0: - Readline support added to the server. - May now disperse initial units over specified area. See "dispersion" server option. - May now arrange for first client to connect to have a higher cmdlevel than the following clients. See "cmdlevel" server option. - Save files now transparently (un)compressed when (loaded) saved. - Now requires a minimum number of ocean tiles to be adjacent to a land tile wished to be transformed into ocean. Default is 1. - Added Nuclear Fallout. Industrialization and population still generate Pollution. Dropping a Nuke generates Nuclear Fallout, which is distinct from Pollution. There is a new command to clean Fallout vs. cleaning Pollution. Fallout contributes to Nuclear Winter -- which also changes terrain, but tends to Desert, Tundra and Glacier. Added a new "cooling" icon to the info area to indicate the progress towards Nuclear Winter, and also an icon for Fallout on the main map. AIs are now more aggressive at cleaning up Pollution, but not Fallout. - Ported to OpenVMS. - Moved most of the dependencies on the "civstyle" server option to separate values in game.ruleset files. - Fixed bugs in "turns to build" displays. - Fixed bug whereby Diplomat/Spy investigations of cities did not reveal the correct supported and present unit lists. - Fixed multiple bugs in go-to code. - Fixed bug where starting a revolution, saving the game and restarting the server would allow switching governments without anarchy. - Fix bug that you could paradrop into cities you were at war with even if they contained enemy units. WHAT'S CHANGED SINCE 1.10.0: - Internationalization extended. Still needs improvement. Current localizations: de en_GB es fr hu ja nl no pl pt pt_BR ru. - Added full Fog of War. Controlled by "fogofwar" server option. - Added explicit Diplomatic States between civilizations: war, neutral, no-contact, cease-fire peace and alliance. - Allow terrain changes to/from land/ocean. Default ruleset allows Engineers to Transform Swamp to Ocean and Ocean to Swamp. Also allows Forest to be Mined into Swamp. - Increased maximum number of players to 30. - Fortifying now takes a turn to complete (like Civ1/2). - Added correct Civ2 style of Apollo wonder (shows entire map, rather than just cities). Selected by "civstyle" server option. - Aggressive sea units no longer cause unhappiness when in a city. - Added Civ2 rule that firepower is reduced to 1 for both the defender and the attacker when a ship bombards a land unit. - When changing current research, if user changes back to what was being researched, the penalty is not applied (you keep all your bulbs). - Added pop-up of more details when clicking on info box in GTK+ client. - Improved the global warming danger indicator. - Added warning of incipient city growth. - The server "remove <player>" command is no longer available after the game has started. - Added "fixedlength" server option to make all turns exactly "timeout" duration. - The "timeout" time may be much longer (up to a day). - Added goto for air units. If destination is beyond range, they will stop in cities/airfields/etc. to get there. - May now select a unit by clicking on the unit pile display on the left. - Diplomats/Spies moving by goto now do pop-up the Diplomat/Spy command dialog when they reach a city. - Improved goto algorithm and implementation. - Help dialog displays which buildings an advance will obsolete. - Optionally show city food/shields/trade productions on main map. - Added server option "autotoggle", which toggles AI status on and off as players connect and disconnect. - Allow Hoover Dam to be built anywhere, to conform to Civ2. - Show turns per advance in Science Advisor dialog. - Improved map and unit movement drawing code. - Added "End Turn when done moving" local option. - City production penalties now applied more correctly. - Added Sentry and Fortify to Present Units' City Dialog pop-up. - More nations added. - Added a resource file for the GTK+ client. - Improved network code for more reliable connections. - Split nations.ruleset into individual <nation>.ruleset files. - Extended registry file format to allow including files and overriding entries. - Added --with-xaw and --enable-client=xaw3d options to ./configure script. - Lots of bug fixes and code cleanups.
2000-08-12Update lincity to 1.11. Changes from version 1.09:jlam7-478/+549
- Integrate X11 and Win32 code - Greyscale X11 support added - X11 performance enhancements - Fix mouse offset problem - Fix integer overflow problems at high tech levels - Fix crashes when right clicking on grass squares - The code has been "cleaned" using indent - Some reworking of the Load/Save logic - Fixed buffer overflow security holes. (Thanks to all those that brought my attention to them.) - The 'creating directory' questions are now asked within the game itself, rather than via the controlling console or xterm. (Means you can start it from, say, an fvwm menu.)
2000-08-11Update xpuyopuyo to 0.9.1. Changes from version 0.3.8:jlam7-8/+87
* AI code reverted to the 0.2 codebase. * Fixed bug in tournament mode regarding AI selection. * Added --insanity command-line option. * Updated theme 3dRokz. * Made configure more friendly to stow and related programs. * Uses join face when puyo is joined. * New theme: smileys (Brett Smith) * Sound support added * Music added -- still waiting on sound effects * Updates to how hostname is obtained * Fixed compilation error when --disable-network specified. * Counting error on closed shapes fixed: This bug manifested itself when mintomatch == 5 and a square cluster was formed -- the square cluster was counted as 7 connected puyos, hence a match. Oops. (thanks to Nick Cabatoff for spotting)
2000-08-11Switch maintainership over to me as discussed with Tim.pooka1-2/+2
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz3-9/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-08-10cleanupwiz1-37/+15
2000-08-10nethack-qt is actually very functionalpooka1-1/+1
2000-08-10Upgrade nethack to 3.3.1. Add Makefile.common to easy future upgrades.pooka23-286/+199
This release contains numerous fixes to bugs in 3.3.0 and users are advised to upgrade. Note that old savegames and bones files won't work anymore.
2000-08-08MASTER_SITES and HOMEPAGE are changed.sakamoto2-4/+4
2000-08-07make it compile with Mesa-glxwiz2-1/+29
2000-08-07Add dependency on quakedate, remove bogus ONLY_FOR_PLATFORMS linewiz1-2/+2
(it should have been ONLY_FOR_PLATFORM)
2000-08-04Make use of the MACHINE_JOYSTICK_IS_PRESENT definition so that thisjlam2-19/+26
has a chance of compiling on platforms without <machine/joystick.h>, i.e. everything except i386 and arm32.
2000-08-04Find Mesa headers if xpkgwedge is installed.jlam1-4/+4
2000-08-04shorten comment for readability.jlam1-1/+1
2000-07-31The gettext package gained a shared library. For all packages whichjlam1-2/+2
link against libintl.so, update the dependency on gettext to >=0.10.35nb1.
2000-07-31Enable a bunch of packages in category/Makefile thathubertf1-4/+4
* should not cause any conflicts with the new bulk-package targets, * didn't contain a reason for why they were disabled or * were disabled for some false reason (and a IGNORE/BROKEN in the pkg's Makefile would be more appropriate)
2000-07-30Find xpm headers when xpkgwedge is installed.jlam3-10/+13
2000-07-28Add and enable xpat2.jlam1-1/+2
2000-07-28xpat2, a light-weight solitaire gamejlam9-0/+277
From PR#10685 by Joachim Kuebart <kuebart@mathematik.uni-ulm.de>.
2000-07-28Add USE_CURSES for packages that need curses functionality that onlywiz1-18/+6
got added in 1.4Y; on older version of NetBSD, ncurses will be used. Replace previous code that did the same, but wasn't shared.
2000-07-24add fixes for mips. Fixes recently noted pmax compile problems.dmcmahill2-7/+18
2000-07-20Do not use NO_PACKAGE and NO_CDROM to denote restricted packages. Use therh1-3/+5
appropriate variables instead.
2000-07-17Make this package compile on Solaris.agc1-2/+2
2000-07-17Find out the installed location of the gzip binary in a differentagc4-12/+19
manner - use the first word of the ${GZIP_CMD} definition from bsd.pkg.mk, and substitute this value in the same manner that the PREFIX is set. This is useful on systems other than NetBSD, where gzip may not be installed in /usr/bin. Use a descriptive name for the input of the pre-processed file. Make sure that gcc is used when compiling on Solaris.
2000-07-17Use EVAL_PREFIX to find the installed location of the kdebase package, andagc2-8/+8
use it accordingly.
2000-07-16gzip is in /usr/bin, not /usr/local/binpooka3-6/+6
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc6-17/+28
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc6-17/+17
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc6-17/+17
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11Fix the English in a comment.agc1-3/+3
Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
2000-07-11Use X11PREFIX in preference to X11BASE when installing this package, soagc1-4/+4
that the package cooperates better with an installed xpkgwedge.
2000-07-11Use X11PREFIX in preference to X11BASE when installing files, so that thisagc3-11/+11
package cooperates better with xpkgwedge.
2000-07-11Use X11PREFIX in preference to X11BASE for installed files, so that thisagc1-2/+2
package cooperates better with an installed xpkgwedge.
2000-07-11Use X11PREFIX in preference to X11BASE when installing files, so thatagc1-13/+13
this package cooperates better when xpkgwedge is installed.
2000-07-11Use X11PREFIX in preference to X11BASE for installed files, to makeagc1-13/+13
this package cooperate with xpkgwedge.
2000-07-10Find qt2 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc1-3/+3
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10Find qt1 prefix via pkg_info(1), rather than hardcoding it as ${X11BASE}.agc3-8/+8
Pointed out by Dave Sainty <dave@dtsp.co.nz>, munged slightly by me.
2000-07-10Work out in which directory xpm and gtk are installed as part of theagc2-11/+6
shell command, rather than as a make(1) preprocessor-like directive. Pointed out by Thomas Klausner.