summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2006-07-05Sweep pkgsrc and convert packages that included intltool/buildlink3.mkjlam4-12/+8
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
2006-07-04Fix build problem on system which uses a 1.1.x version of "zlib"tron3-1/+175
(e.g. NetBSD 3.0).
2006-07-03Changes 0.9.0:adam4-18/+17
New Games: - Added kyra engine (for the Kyrandia series). Currently only the first part of the series is supported. - Added support for The Feeble Files General: - Fixed a bug that prevented you from overriding the scaler from the command line for 640x480 games. - Added subtitle configuration controls to the Launcher options dialogs. - GUI was completely redesigned and is now themeable. SCUMM: - Rewrote the detection code, for improved accuracy and better support of fan translations. It should now work much better on games with unknown MD5. - Added subtitle configuration controls to the options dialog. - Fixed graphical glitches in several HE games. - Fixed palette glitches in Big Thinkers 1st Grade. - Fixed songs in the kitchen of Pajama Sam 1. SAGA - Fixed sound distortion in the Inherit the Earth demo. Simon - Improved Hebrew support - Lots of long-overdue cleanups and re-structuring were made to accomodate for The Feeble Files. - Fixed a rare MIDI bug that would cause a channel to change volume without adjusting it to the master volume. - Fixed delay after introduction of Simon the Sorcerer 1 demo (With speech) - Fixed music tempo in DOS versions of Simon the Sorcerer 1. Broken Sword 1: - Added support for the --save-slot option. Broken Sword 2: - Major rewrite of how game resources are accessed in memory. This should fix alignment issues reported on some platforms. - Missing data files are handled more gracefully.
2006-07-03Fixed permissions for the game directories, since in unprivileged mode,rillig1-6/+7
they ended without the execute bits set. In 2004, some variables have been introduced to pkgsrc that fit exactly this purpose. Bumped PKGREVISION.
2006-07-02Set INSTALLATION_DIRS.joerg1-1/+3
2006-07-02Reorder "#include" statements and include "string.h" in various filestron8-1/+115
to make this build with GCC 4.x.
2006-07-02Some of the lincity icons happen to start with "#!", but are notrillig1-1/+3
intended to be executed. So added them to CHECK_INTERPRETER_SKIP.
2006-07-02Needs a C compiler.rillig1-2/+2
2006-07-02Add scummvm-tools.dillo1-1/+2
2006-07-02Import scummvm-tools 0.9.0, a collection of extraction, conversion,dillo5-0/+100
and compression tools for games supported by ScummVM.
2006-06-29Needs pkg-config and msgfmt.joerg1-1/+2
2006-06-29Add two missing local protoypes.joerg2-1/+16
2006-06-27This game is a csh script; add a run-time dependency on csh using USE_TOOLS.minskim1-2/+8
Also set REPLACE_INTERPRETER for the csh script. Bump PKGREVISION.
2006-06-26Update to 0.11.6.2, fixing a security problem:wiz3-9/+8
Version 0.11.6.2 - Client network player could die two times in a game. After receiving the playerdata packet from a client did the server first the player_set_gfx routine first. Which send a playerid packet with a alife player back. Changed: player_set_gfx routine will be called after setting the state of a player. Also do_playerid will check if the game is not running or the player is still alife to set this value. - Dedicated server support (only testing). - Fixed do_quit and send_quit. - Fixed number of players in running games was always set to 0. Version 0.11.6.1 - Display the number of players for each listed network game. - Ghost Player added. - Playername will not overlapped by the player gfx anymore. - Added menuswitch to enable/disable broadcast requests.
2006-06-26Added a patch for NetBSD.rillig2-1/+17
2006-06-26Fixed reference to the /var directory. Bumped PKGREVISION.rillig6-27/+34
2006-06-25Include wctype.h for towupper and towlower.wiz2-1/+14
Fixes build with gcc4 on NetBSD-3.99.21.
2006-06-25Fix build with gcc4 on NetBSD-3.99.21.wiz3-1/+26
2006-06-25The package now uses ${INSTALL_GAME} to install games.rillig1-4/+4
2006-06-22When sharing patches with nethack-lib, it also makes sense tojoerg2-13/+2
share the distinfo.
2006-06-22Needs intltool.joerg1-1/+2
2006-06-21Needs msgfmt.joerg1-2/+2
2006-06-21removeItem and appendItem are the public functions, so use them.joerg5-1/+81
Remove unnecessary class reference in a nested class declaration. Fixes build with GCC 3.4.
2006-06-21Fix a number of implicit template reference, exposed by games/boson.joerg3-2/+66
Bump revision since a header file is changed.
2006-06-21Honour VARBASE and use config file framework for the high score file.joerg4-5/+43
Use INSTALL to inform the user of the changed location. Bump revision. Discussed with jlam@
2006-06-21For sys/socket.h include sys/types.h first when determing whetherjoerg2-1/+25
it works. This is needed for DragonFly.
2006-06-21Replace lvalue casts with proper dynamic casts.joerg2-1/+30
2006-06-21Disable propolice on DragonFly to avoid ICE.joerg1-0/+18
2006-06-20Also run install.man to the man pages.joerg1-2/+2
2006-06-19Improve the DEINSTALL script by checking for the presence of the datajlam1-12/+14
directory before promping the user to remove it. Also rewrite in style expected by pkginstall framework.
2006-06-19Needs msgfmt (and breaks with strange errors otherwise).joerg1-2/+2
2006-06-19Do not declare conflicting srandom() on Darwin.minskim2-7/+7
2006-06-18Fixed path to the Perl interpreter. Bumped PKGREVISION.rillig1-3/+3
2006-06-17Removed obsolete definitions of {DE,}INSTALL_SRC. Bumped PKGREVISION.rillig1-4/+2
2006-06-17Fixed pkglint warnings. Due to the definition of INSTALL_SRC, therillig3-21/+23
CONF_FILES_PERMS settings currently don't have any effect. Bumped PKGREVISION, since the ownership of one file might change.
2006-06-17Fixed pkglint warnings, especially absolute paths and hard-codedrillig5-205/+205
usernames. Now it is possible to install this package as unprivileged user.
2006-06-15Drop maintainership, I don't use them any longer.wiz5-10/+10
2006-06-15Fix freetype2-2.2.1 breakage.wiz2-1/+35
2006-06-12Bump PKGREVISION and BUILDLINK_ABI_DEPENDS (where applicable)wiz67-131/+134
for SDL shlib changes.
2006-06-11Needs pkg-config.joerg1-1/+2
2006-06-11Needs pkg-config.joerg2-3/+4
2006-06-11Needs pkg-config.joerg1-2/+2
2006-06-11Fix patches: patch-ab has wrong path and patch-aa misses the CR.joerg3-31/+31
2006-06-11Security fix for CAN-2006-1236adrianp3-2/+221
PKGREVISON bumped
2006-06-09freeciv-client is not only xaw-based anymore.ghen2-3/+4
2006-06-09Needs pkg-config to build.salo1-1/+3
2006-06-09Needs perl at build time.joerg1-1/+2
2006-06-08Honor *OWN, *GRP, and *MODE.minskim1-1/+4
2006-06-08This package needs zlib.minskim1-1/+2
2006-06-08Use INSTALLATION_DIRS and config file framework. Bump revision.joerg2-19/+8