summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2006-12-27- fine grained X11 dependencies for packages which have either USE_IMAKEjoerg27-32/+88
or USE_X11BASE set, but don't include mk/x11.buildlink3.mk directly or via buildlink3.mks - introduce BUILDLINK_PREFIX.libXpm as alias for BUILDLINK_PREFIX.xpm in the !modular case - fix some cases where the check for libX11 couldn't work at all by using C++ for compilation without including the proper headers Verified using a full X11_TYPE=xorg bulk build without additional breakage. Discussed with salo@, wiz@ and send to packages@ for feedback.
2006-12-27Create ${PKGMANDIR}/man6, not ${PREFIX}/man6.joerg1-2/+2
2006-12-23Use INSTALLATION_DIRS, from MAINTAINER.wiz1-3/+2
2006-12-19Fixed the build on Solaris.rillig3-5/+7
2006-12-19Fixed PKGMANDIR.rillig1-5/+5
2006-12-19Fixed PKGMANDIR.rillig1-3/+3
2006-12-18Bump PKGREVISION for python interpreter fix (thanks, Matthias!).wiz1-1/+2
2006-12-18add a PYTHON_PATCH_SCRIPTS to make it choose the right pythondrochner1-1/+3
2006-12-18Drop maintainership, monsterz is more fun.wiz1-2/+2
2006-12-18Drop maintainership, does not build on amd64.wiz1-2/+2
2006-12-17Grab maintainership.wiz1-2/+2
2006-12-17Add and enable monsterz.wiz1-1/+2
2006-12-17Initial import of monsterz-0.7.0:wiz5-0/+70
Monsterz is a little puzzle game, similar to the famous Bejeweled or Zookeeper. The goal of the game is to create rows of similar monsters, either horizontally or vertically. The only allowed move is the swap of two adjacent monsters, on the condition that it creates a row of three or more. When alignments are cleared, pieces fall from the top of the screen to fill the board again. Chain reactions earn you even more points. This game is mostly about luck, but it remains highly addictive. You have been warned.
2006-12-15Mechanically replace all includes of buildlink3.mk of the followingjoerg25-50/+50
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
2006-12-15Reset maintainer, ben@ has resigned.wiz3-6/+6
2006-12-14Oops, the XBILL_HOME must end in a slash, to make it fully workable onrillig1-3/+3
Solaris. PKGREVISION++
2006-12-10Update to 0.5.0:wiz3-8/+9
* 0.5.0 (08-12-2006) - added TCP/IP networking (requires SDL_net) - added new map 'Clipped Wings' (Yalwa campaign) - added partial Hungarian translation - added new event 'destroyunit' - added new mountain tiles, and enhanced several others - improved portability
2006-12-09Needs man/man6 before installation.rillig1-1/+3
2006-11-24Building XBill using the modified IMakefile (see patch-aa) on Solarisrillig1-1/+2
does not work. Therefore, the XBILL_HOME is set explicitly in CPPFLAGS. It's not the best way to fix it, but at least it works.
2006-11-21Made the package work on Solaris.rillig1-2/+3
2006-11-19tv@ pointed out that curl-7.16.0 had a shlib major bump --wiz1-2/+2
increase its BUILDLINK_ABI_DEPENDS, and bump PKGREVISIONs of dependencies. Sorry for not finding this earlier.
2006-11-11Fixed "test ==".rillig2-6/+10
2006-11-09update to 0.9.2drochner4-15/+18
changes: -redesign status bar; long hint strings can now be seen as a tooltip -fix demo playback -more code cleanup and commenting
2006-11-09Make it compile with gcc 4.x againmartin2-8/+8
2006-11-09Fixed so that the package will work when PKGREVISION gets set.rillig1-4/+4
2006-11-09install.sh contains "test ==" but is never used by pkgsrc.rillig1-1/+3
2006-11-09Fixed the package to also work if PKGREVISION gets incremented.rillig1-4/+4
2006-11-09Fixed PKGMANDIR.rillig2-7/+4
2006-11-05Added a patch for SunPro.rillig2-1/+20
2006-11-05Fixed PKGMANDIR.rillig1-2/+2
2006-11-02Fixed PKGMANDIR.rillig1-1/+2
2006-10-30Changes 0.9.1:adam2-6/+6
New Ports: - Added Nintendo DS port. - Added GP2X port. - Added GP32 port. General: - Fixed potential garbage and/or crash in debug console. - Removed restriction on 27 games per game id when added via launcher. SCUMM: - Improved support for international versions of HE games. - Fixed rare actor drawing glitches. - Fixed path finding during smart star challendge in Big Thinkers 1st Grade, - Fixed graphical glitches in stomach location of Pajama Sam 3. - Fixed graphical glitches in HE80 version of Putt-Putt Travels Through Time. - Fixed FM-TOWNS version of Indy3 failing on Amiga port. - Fixed crash in MM NES when clicking on top screen area - Now it is possible to turn on or off subtitles during SMUSH movies Simon: - Improved support for international versions of the Feeble Files. - Fixed undefined behaviour when loading music. - Fixed crash when displaying some subtitles in the Feeble Files. - Fixed crackling sound in Mac version of Feeble Files BASS: - Fixed character spacing in LINC terminals in floppy version v0.0303 - Fixed a regression which caused incorrect adlib music emulation Broken Sword 1: - Fixed speech-related crashes. Broken Sword 2: - More robust handling of the optional startup.inf file. Kyrandia: - Scrolling in the Kyrandia intro is less CPU intensive, at the cost of not being as smooth as before. - Fixed a tiny graphics glitch in the Kyrandia intro. - Improved screen update handling, speeds up drawing on small devices. - Improved resource loading, faster startup.
2006-10-29wrap most of this file around !NO_BUILD so that inclusion frompooka1-5/+5
games/nethack doesn't confuse pkgsrc into trying to do configuration even when NO_CONFIGURE is specified there. fixes build of games/nethack (well, "build", actually)
2006-10-25Fixed "test ==" and pkglint warnings.rillig3-16/+34
2006-10-24We don't care whether Debian programs use "test ==" or not.rillig1-1/+3
2006-10-22Fixed the ownership of the installed files. Now the package can berillig2-12/+12
installed as unprivileged user.
2006-10-17Fix build on amd64.wiz2-1/+28
2006-10-17update to 2.4.6drochner3-12/+12
changes: -bugfixes -rendering improvements/speedup
2006-10-16Update to version 3.3.8salo2-10/+11
Changes: - revert back to upstream MASTER_SITE so it's actually possible to install this package at all! 3.3.8 (Released 2006-10-12): C13 - Finished fixing the bug from 3.3.7. I only fixed half of it this time. W,S - Added a way for senior admins to erase avatars if needed. 3.3.7 (Released 2006-10-12) C13 - Fixed bug that would frequently crash clients when you close busy rooms or games. 3.3.6 (Released 2006-10-11) S - Fixed bug that crashed it a couple times. Was caused when a clock expired. S - Made deferred callbacks more predictable. There are several bugs that may be fixed by this. W - Added space before Chinese flag on main page. W - Added admin tool to look up rooms a user owns. C13 - Got rid of stack dump in audio code. This was added for debugging, and I forgot to take it out! C13 - Fixed several fairly severe memory leaks in the client. C13 - Fixed problem where audio would lag far behind in some teaching games. W - Fixed date/time display in game archives (it was ignoring your time zone). S - Got the KGS Plus schedule mailer working again. W - Fixed self-reference in cgoban-nfa.jnlp. S - Turned off ranks of robots who aren't ranked robots. W - Fixed KGS Plus logo. C13,W - Updated Polish translation.
2006-10-16Fix "test ==".wiz2-1/+15
2006-10-14Fixed "test ==".rillig3-1/+29
2006-10-12update to 0.9.1drochner3-11/+10
changes: improved error handling, code cleanup
2006-10-12Update to KDE 3.5.5markd1-4/+4
2006-10-12Update to KDE 3.5.5markd1-4/+4
Changes: Kolf * Make the floater not have so big range on level 5 of hard course so it can not put the ball out of the walls. KTuberling * New language Low Saxon added. KPatience * Fix bug "cannot win this game" message just after start of mod3 game.
2006-10-10Fixed "test ==".rillig2-1/+21
2006-10-10Fixed "test ==".rillig2-1/+15
2006-10-10You feel like someone is helping you.ben1-1/+2
2006-10-09Fix build on Linux. Use ncurses instead of termlib. Defined SYSVben3-11/+23
instead of BSD. This addresses PR#29424
2006-10-07Oops, fixed a typo.rillig1-2/+2
2006-10-07Updated cgoban-java to 3.3.5.rillig3-14/+14
Changes since 3.3.1: - unknown, since it's closed source. pkgsrc-specific changes: - copied the distfile to ftp.NetBSD.org, after getting explicit permission by the author to do so.