summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2006-07-19Drop support for LTCONFIG_OVERRIDE. For quite a long time, pkgsrcjlam1-2/+1
had actually been ignoring LTCONFIG_OVERRIDE anyway and just using the default LIBTOOL_OVERRIDE to replace libtool scripts in packages. This just formalizes the fact that LTCONFIG_OVERRIDE is not used meaningfully by pkgsrc.
2006-07-18Import of the fltk example application sudoku that can generate sudoku reinoud4-0/+63
games and solve them. Sudoku (pronounced soo-dough-coo with the emphasis on the first syllable) is a simple number-based puzzle/game played on a 9x9 grid that is divided into 3x3 subgrids. The goal is to enter a number from 1 to 9 in each cell so that each number appears only once in each column and row. In addition, each 3x3 subgrid may only contain one of each number.
2006-07-17Add and enable jools.wiz1-1/+2
2006-07-17Initial import of jools-0.20:wiz4-0/+379
Jools is a graphical puzzle game in the tradition of Tetris. It is a clone of Bejeweled (TM), an excellent game which is currently available only for Windows, Mac, and Palm/Pocket PC devices. In a nutshell, the goal is to swap adjacent jools (jewels) within a grid, in order to create rows of three or more of a kind. These jools will then disappear, and more will fall to fill their places. Jools features nifty 3D rendered graphics.
2006-07-17CONF_FILES improvements from the maintainer, Sergey Svishchev.wiz1-6/+8
Update MASTER_SITES. Bump PKGREVISION.
2006-07-17Update maintainer's email address. From Sergey Svishchev.wiz1-2/+2
2006-07-16Updated xboard to 4.2.7.rillig4-24/+21
Changes since 4.2.6: - Many bugfixes.
2006-07-15Added a patch necessary for SunPro.rillig2-1/+21
2006-07-08Change the format of BUILDLINK_ORDER to contain depth information as well,jlam2-4/+4
and add a new helper target and script, "show-buildlink3", that outputs a listing of the buildlink3.mk files included as well as the depth at which they are included. For example, "make show-buildlink3" in fonts/Xft2 displays: zlib fontconfig iconv zlib freetype2 expat freetype2 Xrender renderproto
2006-07-08Track information in a new variable BUILDLINK_ORDER that informs usjlam2-2/+4
of the order in which buildlink3.mk files are (recursively) included by a package Makefile.
2006-07-05Drop use of INSTALL_SRC and DEINSTALL_SRC and instead set the properjlam7-71/+35
variables so that the default INSTALL/DEINSTALL scripts from the pkginstall framework do the right thing. Where possible, move some post-install directions for package setup into MESSAGE files so that they may be re-inspected by querying the installed package using "pkg_info -D ...".
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.