summaryrefslogtreecommitdiff
path: root/games
AgeCommit message (Collapse)AuthorFilesLines
2004-02-18Make this package compile when using gcc 3.3.kristerw18-15/+501
2004-02-17Not used any more.jmmv1-33/+0
2004-02-17Explicitly depend on pkgconfig to fix build, and use pkgsrc intltool.jmmv1-1/+3
2004-02-17Remove info files entries from PLIST.seb1-23/+1
2004-02-17Remove info files entries from PLIST.seb2-16/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam11-24/+11
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14CONFIG_STATUS_OVERRIDE is the default in bsd.pkg.mk, so no need for thesejlam1-2/+1
definitions here.
2004-02-14Make the package build when using gcc-3.3.kristerw7-5/+249
2004-02-13s/independant/independent/snj2-4/+4
2004-02-12Specify OpenRM and cal3d installation prefices to configure script.seb1-1/+3
2004-02-12Make pathnames listed in CONFIG_STATUS_OVERRIDE relative to WRKSRC.seb1-2/+2
2004-02-11bl3ifyxtraeme2-8/+37
2004-02-10Add genecys-client and genecys-datagarbled1-1/+3
2004-02-10Import new package for genecys-client. Genecys is a 3D third-persongarbled4-0/+43
online RPG. This is the client for the game. The game is currently in alpha release status.
2004-02-10Import new pkg for genecys data files. These are the datafiles requiredgarbled4-0/+812
to run the genecys client or server.
2004-02-09Bump PKGREVISION due to gnome-vfs2 update (fam readded as a dependancy).jmmv5-9/+10
2004-02-08We no longer need to explicitly call ${BUILDLINK_*} for CC, CXX, LIBTOOL,jlam1-2/+2
etc. because the bare variables will point to the correct executables.
2004-02-07Update to 0.3.8:wiz3-7/+7
* 0.3.8 (07-01-2004) - added new map 'Operation: Anthill' - added an option to show only battle results in replays - units can mostly be selected with single clicks - fixed building without SDL_mixer - fixed an obscure memory addressing bug - fixed several bugs in CoMET
2004-02-07Update to 0.11.1:wiz5-94/+164
Version 0.11.1 ============== 2004-02-01 - Added: Deathmatch mode. - Added: Kick Bombs special - Fixed: Network initialization at quit removed - Fixed: packets.c: do/send_playermove tunnelto wasn't converted into network arch. - Fixed: packets.h: pkg_playermove speed changed to Sint16 - Fixed: gfxpixelimage.c colors on bigendian Systems Red and Blue mask was switched - Fixed: network.h: NET_CANSEND fixed, didn't checked right for the server - Fixed: crash if no tileset was selected in the selection menu. (error was in menu.c:menu_dir_select) - Fixed: (Network) three more stones will be restored if a new bombdata packet reaches the player. - Changed all Images to PNG. From now on there is alpha blending supported too. - Added: Game Setting start_bombs, start_range, start_bombs and bomb_tickingtime. - Added: Drop Items On Death element. You can collect now your opponents items if he died. - Fixed: Missing "Press F4 to Start" Screen Text in Multiplayer - Fixed: Networking over IPv6 had a little network init problem - Fixed: Crash on Hosting games with OGC enabled and no internet connection - Fixed: player_move had a problem with the speed of the player on slow systems. - Fixed: Major networking and packet handling problem. inpkg_check fixed, strange crash fixed was reading from players[addr->pl_nr].* where addr->pl_nr was set to -1. Function inpkg_delplayer added so all inconig indexdata for double packets can be deleted. This made a big problem when someone disconnected and tryed to rejoin Version 0.11.0 ============== 2004-01-06 - Added Programm options to the game. For more information run BomberClone with -help. - Compiler Flag added for disabling debuging. Compiler Flags -ggdb and -O0 won'T be set no more. ./configure --disable-debug - Added smal help screen in the multiplayer selection screen. - Fixed: If the player is move on a field where is currently an explosion then will the player die. - wrote new OpenGameCache Server for this game and other games. This server is working almost the same way as BCMServ did. Except that there is no Broadcasted chat for now (but i will enable this soon again). OGC Link: http://bomberclone.sourceforge.net/OpenGameCache/ - Menuhandling complete rewritten and changed. GUI created for menus: lists, buttons, check boxes labels and other things created. -new menugraphics made by DJ Mirage. -mapmenu written by Patty -the bad response form the game to users action should be fixed. - FullScreen switching from within the game by pressing (F8 Works for some Reason only in Linux) - Changed part of the Networkhandling to detect who is the Game Server. - AI Players can join network games. - Changed all positions and framenumbers to float. Together with this i can drop the hard 20ms gameloop limitation. So the game will be able to run on slower systems and compare the loss of frames. - some more music tracks added to the game. DJ Mirage made a page where people could upload some songs. - BomberClone music file "cinderella_clown.mod" thanks to Psycho (http://www.moods.2xs.de/)
2004-02-06Update to 2.4.2:jmmv2-6/+6
* The bugs where both blackjack and gnome-stones crashed on start-up have now been fixed. There have also been translation updates.
2004-02-05Update to KDE 3.2markd3-404/+424
Unknown changes
2004-02-05Update to KDE 3.2markd12-235/+142
Changes: Games Atlantik * Support custom tokens Rob Kaper * Token/avatar images * Privacy: only connect to meta server on Internet upon specific user request * KNotify event support KGoldrunner * NEW IN KDE: Write and test game engine, game editor, game levels and KDE application interface for new game KGoldrunner Ian Wadham * Write HTML documentation (KGoldrunner Handbook) Ian Wadham * Move source code and games data from kdenonbeta to kdegames CVS Ian Wadham * Improve the graphics of the game and update the screenshots in the documentation Ian Wadham * Convert the documentation to docbook form and commit to kdegames Ian Wadham KReversi * Modified the AI so it scales much better from easy to hard and can make mistakes on easier levels (much more fun now to play). Benjamin Meyer * Converted to use the standard KDE games highscore widget. High schores now corilates to a much better ranking system based upon the AI level and then the total number of pieces at the end of the game. Benjamin Meyer * Fixed segfaults and converted the application to use xmlui (standard KDE key accels, help menu etc). Benjamin Meyer KMahjongg * Massive code cleanup and bug fixes. Benjamin Meyer KPatience * Implemented the popular spider game. Josh Metzler * Freecell drops cards more intellegent. Josh Metzler
2004-02-01In the new compiler selection framework, GCC_REQD is appended to, notjlam3-6/+6
overridden.
2004-01-31The arm gcc 2.95.3 fails with an internal error when compiling search.c.kristerw1-1/+5
Require gcc3 for arm.
2004-01-28gcc3 fix - we compile one of the object files with g++, so link theagc2-1/+15
executable with g++ as well.
2004-01-27Use $FIND with "-print". Noted by Georg Schwarz in PR pkg/24248heinz8-21/+21
2004-01-26Use find with "-print"heinz1-4/+4
2004-01-26Fix path to gnome2-games; there is no gnome-2.4 category (hi xtraeme@!).jmmv1-2/+2
2004-01-25Use GCC_REQD instead of USE_PKGSRC_GCC when overriding the compilerkristerw2-4/+4
for arm, so that we don't need to install the gcc package(s) on machines that already have a working compiler in their /usr/bin.
2004-01-25Add build dependency on perl (pod2man is used for the man page).kristerw1-1/+2
2004-01-25Add NO_SRC_* and NO_BIN_* options for quake3server mods, pointed outxtraeme1-1/+7
by David Ferlier.
2004-01-24replace deprecated USE_GMAKE with USE_GNU_TOOLS+=make.grant60-121/+121
2004-01-23Replace USE_NCURSES with appropriate INCOMPAT_CURSES.wiz1-2/+3
2004-01-23Bump PKGREVISION due to xmlcatmgr update to 2.0beta1. I know; this is a PITA.jmmv12-22/+24
This shouldn't be needed if we had non-recursive dependancies *sigh*.
2004-01-23Make this compile (__STDC__ wrongly undefined, and also attr_t redefinitionagc5-1/+59
conflict with curses)
2004-01-23Do not change the current directory in the INSTALL script. This avoidsjmmv2-4/+4
errors shown during all subsequent actions (specially when the script tries to execute itself with the VIEW-INSTALL target). Bump PKGREVISION to 1.
2004-01-22Use MESSAGE_SUBST for Q3MODDIR in MESSAGE file.xtraeme2-3/+5
2004-01-22+ quake3server-utxtraeme1-1/+2
2004-01-22Initial import of quake3server-ut-3.0, packaged by David Ferlier in PRxtraeme5-0/+64
pkg/24135. This package allows you to run a Quake III Arena dedicated server with Urban Terror mod under NetBSD using Linux emulation.
2004-01-22+ quake3server-excessivextraeme1-1/+2
2004-01-22Initial import of quake3server-excessive-003, provided by David Ferlierxtraeme5-0/+49
in PR pkg/24133. This package allows you to run a Quake III Arena dedicated server with Excessive mod under NetBSD using Linux emulation.
2004-01-22s,/bin/sh/,@RCD_SCRIPTS_SHELL@,xtraeme1-2/+2
2004-01-22Install .cfg files into ${Q3MODDIR} and explain how we should start itxtraeme3-17/+12
via NetBSD's rc.d framework. From David Ferlier in PR pkg/24132.
2004-01-22Provide a script to start quake3server via NetBSD's rc.d framework, alsoxtraeme5-4/+37
explain how we should start it. From David Ferlier in PR pkg/24131.
2004-01-22don't set CXX in MAKE_ENV, bsd.pkg.mk already does this.grant1-3/+2
s/USE_GMAKE/USE_GNU_TOOLS+=make/ while here.
2004-01-20Move WRKSRC definition away from the first paragraph in a Makefile.agc84-168/+172
2004-01-19Get a bit further with gcc3 - no more multiline string constants inagc4-1/+577
the C source in the distribution. There are still multi-line C strings in the generated C source, but I'll leave that for someone more versed in Perl than I am.
2004-01-18Make this package compile when using gcc 2.95.kristerw2-1/+18
2004-01-18Update to version 0.70.cube7-86/+2545
- booster - wall acceleration - better handling of .ini file (versioning & protection against partly written files) - simplified GUI - new bot AI
2004-01-17Fixed linking problemadam2-6/+10