summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2007-08-16Supports DESTDIR. Remove x11 option -- it still requires Xaw to buildjoerg2-7/+4
and that makes it kind of pointless.
2007-08-16Add DESTDIR support.joerg1-3/+5
2007-08-16Supports DESTDIR.joerg1-1/+3
2007-08-13Added mk/misc/category.mk, which contains the definitions that are onlyrillig1-2/+2
useful for category Makefiles, as opposed to bsd.pkg.subdir.mk, which is also relevant for the top-level directory. Adjusted the category Makefiles.
2007-08-10Update to openttd-0.5.2. This is a minor bugfix release that fixes atnn2-10/+10
crash with network games. While here, add DESTDIR support.
2007-08-08Don't use malloc.h.joerg3-1/+28
2007-08-08Don't use malloc.h.joerg8-12/+86
2007-08-08Don't use malloc.h.joerg2-1/+18
2007-08-08Add DESTDIR support.joerg1-6/+9
2007-08-06Update to 2.0.8... too many changes to list here, previous versionxtraeme5-38/+22
in pkgsrc was from 2005.
2007-08-06Add DESTDIR support.joerg1-6/+6
2007-08-01Don't use malloc.h.joerg2-1/+15
2007-07-31Don't use malloc.h.joerg6-26/+56
2007-07-30Update to 1.2.6:wiz3-7/+15
Version 1.2.6: * WML engine * fix [variables] not working properly in scenarios (bug #9342) * language and i18n: * updated translations: British English, Danish, Finnish, Spanish, Swedish * updated DejaVuSans font to version 2.18 * user interface: * Enable "Save Game" and "View Chat Log" menu entries in replay mode. * Add an additional line below the minimap in the "Multiplayer->Create game" screen that displays the size of the selected map. (patch #776 by uso) * Show the (possibly bogus) GPV and fog settings of games with "Use map settings" on in a darker font. (patch #771 by uso) * misc: * added some extra headers for the upcomming gcc 4.3 (debian bug #417764) * added a .desktop entry for the editor so that it is shown in the kde/gnome menu * the unit name generation could with different locales call get_random() a different number of times. This lead to different names and traits. Changed to call random a fixed number of times which fixes the traits.
2007-07-30Fix more paths to Perl scripts. Fix path to bash. Depend on it.joerg1-3/+7
Bump revision. XXX not sure if this really needs bash
2007-07-29* Add new emulator framework in pkgsrc/mk/emulator that handles alljlam11-143/+75
binary-only packages that require binary "emulation" on the native operating system. Please see pkgsrc/mk/emulator/README for more details. * Teach the plist framework to automatically use any existing PLIST.${EMUL_PLATFORM} as part of the default PLIST_SRC definition. * Convert all of the binary-only packages in pkgsrc to use the emulator framework. Most of them have been tested to install and deinstall correctly. This involves the following cleanup actions: * Remove use of custom PLIST code and use PLIST.${EMUL_PLATFORM} more consistently. * Simplify packages by using default INSTALL and DEINSTALL scripts instead of custom INSTALL/DEINSTALL code. * Remove "SUSE_COMPAT32" and "PKG_OPTIONS.suse" from pkgsrc. Packages only need to state exactly which emulations they support, and the framework handles any i386-on-x86_64 or sparc-on-sparc64 uses. * Remove "USE_NATIVE_LINUX" from pkgsrc. The framework will automatically detect when the package is installing on Linux. Specific changes to packages include: * Bump the PKGREVISIONs for all of the suse100* and suse91* packages due to changes in the +INSTALL/+DEINSTALL scripts used in all of the packages. * Remove pkgsrc/emulators/suse_linux, which is unused by any packages. * cad/lc -- remove custom code to create the distinfo file for all supported platforms; just use "emul-fetch" and "emul-distinfo" instead. * lang/Cg-compiler -- install the shared libraries under ${EMULDIR} instead of ${PREFIX}/lib so that compiled programs will find the shared libraries. * mail/thunderbird-bin-nightly -- update to latest binary distributions for supported platforms. * multimedia/ns-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch. * security/uvscan -- set LD_LIBRARY_PATH explicitly so that it's not necessary to install library symlinks into ${EMULDIR}/usr/local/lib. * www/firefox-bin-flash -- update Linux version to 9.0.48 as the older version is no longer available for interactive fetch.
2007-07-29Fixed outdated inclusion of <malloc.h>.rillig1-1/+6
2007-07-28explicitely require plib>=1.8.4, should fix problem seen in bulk builddrochner1-1/+2
2007-07-28Don't use malloc.h, use stdlib.h. Also include sys/soundcard.h forjoerg2-7/+18
FreeBSD while here.
2007-07-25+ velenarillig1-1/+2
2007-07-25Velena needs the opening book installed to work correctly. PKGREVISION++rillig2-2/+10
2007-07-25Corrected the license part. This is an example of a weird combination:rillig1-2/+5
public-domain, but no commercial use.
2007-07-25Imported velena.rillig9-0/+138
Velena is a program playing connect-four based on the work of Victor Allis, who proved in 1986 that the first player can always win.
2007-07-16Update cgoban-java to 3.3.18. Changes are:rh2-7/+6
C,W - Changed last appearances of "Kiseido" to "KGS". C,W - Updated German translation. S - Fixed bug that crashed server (related to the MySQL issue). W - Added schedule mailer at last. T - Better error reporting when uploading tournaments to server. W - Added throttling of game archive requests. W - Added help image uploading. S - Refactored rank database for better performance. CGTP - Got comments working properly. C,S - In demo and review games you can now set player names, game name, etc. S - Fixed "kick" for admins. C - Fixed problem with long reasons for booting somebody.
2007-07-13update to 2.18.2.1drochner3-8/+35
changes: -fixes to Nibbles, glChess and Sudoku -translation updates
2007-07-12add flightgear stuffdrochner1-1/+4
2007-07-12import flightgear-base-0.9.10 (data files for the flightgear flightdrochner4-0/+4959
simulator), prepared by Juan Romero Pardines in pkgsrc-wip
2007-07-12import flightgear-0.9.10, prepared by Juan Romero Pardines in pkgsrc-wipdrochner4-0/+54
hints: unlimit datasize, and better have hw 3d acceleration
2007-07-12import simgear-0.3.10, prepared by Juan Romero Pardines in pkgsrc-wipdrochner9-0/+313
This is a library fon 3d simulations, used by the flightgear flight simulator.
2007-07-12update to 1.8.4drochner9-134/+79
too many changes to list here (1.6.0 was in 2002), see the bundled ChangeLog file
2007-07-08Drop maintainership.wiz1-2/+2
2007-07-06update to 2.4.7drochner2-6/+6
changes: -Fixed comp_soul and comp_maskedanim options not actually being optional -Fixed searching for IWAD/prboom.wad -Multiple sound crash fixes -Fix for previously introduced HOM error -Fix frame numbering problem in MBF dehacked patches
2007-07-03Update to 1.2.5:wiz3-13/+21
Version 1.2.5: * campaigns: * Under the Burning Suns * new ranged attack frames for the Naga Hunter * fixed many wrong image references * updated Elyssas anims to match the "mainline" mage units * language and i18n: * new and updated manual: Serbian * updated translations: Afrikaans, Bulgarian, Chinese, Czech, Dutch, French, German, Italian, Japanese, Polish, Portuguese (Brazil), Serbian, Slovak, Slovenian, Spanish, Swedish * updated DejaVuSans font to version 2.17 * multiplayer maps: * revised maps: Den of Onis, Hamlets, Meteor Lake, Sablestone Delta, Silverhead Crossing, Blue Water Province, Wilderlands * user interface: * ability to view a list of MP servers with the Join Game dialog * misc: * corrected all wrong image references found via macroscope
2007-07-01Changes 0.10.0:adam9-531/+33
New Games: - Added Cinematique evo 1 engine. Currently only Future Wars is supported. - Added Touche: The Adventures of the Fifth Musketeer engine. - Added support for Gobliins 2. - Added support for Simon the Sorcerer's Puzzle Pack. - Added support for Ween: The Prophecy. - Added support for Bargon Attack. - Added Sierra AGI engine. - Added support for Goblins 3. - Added Parallaction engine. Currently only Nippon Safes Inc. is supported. General: - Added dialog which allows the user to select the GUI theme on runtime. - Added 'Mass Add' feature to the Launcher, which allows you to scan for all games in all subdirectories of a given directory (to use it, press shift then click on "Add Game"). - Improved the way the auto detector generates target names, it now takes a game's variant, language and platform into account. - Improved compression for DXA movies. - Keyboard repeat is now handled in a centralized way, rather than on a case-by-case basis. (Simply put, all engines now have keyboard repeat.)
2007-06-30Ensure all directories preexist and fix PLIST for the partialjoerg2-6/+21
installation before. Bump revision.
2007-06-17Use stdlib.h instead of non-standard malloc.hminskim4-4/+40
2007-06-17Use stdlib.h instead of non-standard malloc.h.minskim2-1/+15
2007-06-17bootstrap-mk-files doesn't know about PROG_CXX. Just buildjoerg2-16/+13
the sources directly and drop separate Makefile.
2007-06-16Add six.kristerw1-1/+2
2007-06-15From Sergey Svishchev:wiz3-6/+23
DTRT when SETGIDGAME=yes Bump PKGREVISION.
2007-06-14Updated to version 1.01.heinz13-1814/+1390
Pkgsrc changes: - Download source is now berlios.de - The package supports installation to DESTDIR. - GCC 2.95 is not enough anymore. Changes since version 0.92: =========================== Changes in Version 1.01 ======================= User-Visible changes -------------------- - 60++ new level - added easy mode to some existing levels - fixes of all levels with known shortcuts - Finnish translation - French and Russian 1.0 manuals - support of updatable cross internet level packs - return to last played level via F6 - sound damping for noisy levels - level developer inspector with developer attributes - mouse wheel enabled for many buttons like user ratings, volume,... - logo cleaned - moved backup of score and state to backup subdirectory - level menu string display optimization of level title, wr-holders,... - visualize inherited user rating in level inspector - vista compatible marble icon - windows installer reengineering to modern NSI Internal changes ---------------- - fix of various engine bugs that did not yet show up with bundled levels - fixed properties of various glass stones - sound handling reengineering - support of user sound sets - autorecovery from state / score mismatches - re-Id of Windows users Changes in Version 1.00 ======================= User-Visible changes -------------------- - 200++ new levels, fixes to all broken levels - new levelpack sorting - grouping of levelpacks - level inspector for viewing ratings and statistic information about levels - screenshot viewer - personal annotations and rating of levels - score registration and download of world records and statistic information - PAR and handicap as messures for a player - drop & play of new levels and new levelpacks - history and search of levels - composer for own levelpacks and levelpack groups - instant language change - Translations of level titles and documents - Swedish, Russian, Hungarian, Portuguese translation - German and French manuals - 100++ pages Reference manual Internal changes ---------------- - XMLification of all data files - reengineering of level and levelpack - catch many errors intenally, display messages, continue or clean shutdown - portability issues - Unix, Windows, MacOS as unified platform - switch from Lua 4.* to Lua 5.1.1, from tolua to tolua++ - switch return value of messages from void/nil to Value - added sender object as second argument to callback function - common floor attributes (gradient, mouseforce, friction) - border stones are swappable - improved fire system: eternal, secure fire, heat transformation, ... - new stones: st-chess, st-lightpassenger, st-polarswitch, st-redrock, st-firebreak[_move], st-bigbluesand-<nesw>, st-camouflage - new floors: fl-thief, fl-nomouse, fl-woven_orange - new items: it-rubberband, it-booze-broken, it-death, it-drop - removed: fl-ice_001 - it-pencil -> it-cross, it-crack - it-brush -> it-cross, it-squashed - st-scissor actions - bigbricks unswappable and unpullable - st-flash/actorimpulse*/spitter : distorted forces - small whiteballs can jump - new libraries: andreas_itemfreeze, andreas_ghosts, libpuzzle, libterrain - icons polish - sound additions, volume reduction on stone hit for details on the subjects read the reference manual, for a complete list of changes see svn commit messages at berlios.de: http://svn.berlios.de/wsvn/enigma-game/tags/1.00/?op=log&rev=0&sc=0&isdir=1)
2007-06-13Added two patches that are necessary for NetBSD 3.0.rillig3-1/+52
2007-06-13Imported six.rillig4-0/+49
Hex is a two-player perfect information game with very easy rules. But like in other games with simple rules, playing well isn't that easy. Six is one of the strongest Hex-playing programs of the world.
2007-06-05Using the newly introduced JAVA_BINPREFIX variable makes the Makefilerillig1-9/+2
simple and elegant again.
2007-06-05opencdk shlib major changed; bump ABI depends and PKGREVISIONs ofwiz10-19/+20
affected packages.
2007-06-01The highscore file is installed relative to VARBASE. PKGREVISION++rillig3-7/+10
FIXME: Currently the files-check check fails for me, because VARBASE is a subdirectory of PREFIX. So how do we generally handle files that are installed in VARBASE?
2007-05-25Don't use the java executable directly in the cgoban-java script. Use therh1-2/+10
corresponding wrapper script instead to make sure environment variables and limits are set correctly. Fixes PR pkg/33373 by jfranz at bsdprojects dot net. Bump PKGREVISION.
2007-05-23Fixed a SunPro error message and some pkglint warnings.rillig3-4/+20
2007-05-23Update KDE to 3.5.7markd1-4/+4
kweather * Add possibility to define the text color. * Correct/Add weather stations. * Do not show a passive popup when the network is unreachable. * Improve wording of some messages.
2007-05-23Update KDE to 3.5.7markd2-6/+20
KBackgammon * Make command toolbar usable again. KBattleship * Fix reception of more than one message at once. kgoldrunner * State of Terror: a new KGoldrunner game.