summaryrefslogtreecommitdiff
path: root/games/bomberclone/patches
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-02-07 15:40:21 +0000
committerwiz <wiz@pkgsrc.org>2004-02-07 15:40:21 +0000
commit5cdd7682b629826edf13e0c795e04bb8b73fb5cc (patch)
treea9711b955e28dbdd094f4d9f329eb1873f1d41be /games/bomberclone/patches
parent3aa1540fa7a529b90361d273850e84657859aa5d (diff)
downloadpkgsrc-5cdd7682b629826edf13e0c795e04bb8b73fb5cc.tar.gz
Update to 0.11.1:
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/)
Diffstat (limited to 'games/bomberclone/patches')
-rw-r--r--games/bomberclone/patches/patch-aa14
-rw-r--r--games/bomberclone/patches/patch-ab6
2 files changed, 10 insertions, 10 deletions
diff --git a/games/bomberclone/patches/patch-aa b/games/bomberclone/patches/patch-aa
index fea84c4614a..bb70ecf2948 100644
--- a/games/bomberclone/patches/patch-aa
+++ b/games/bomberclone/patches/patch-aa
@@ -1,13 +1,13 @@
-$NetBSD: patch-aa,v 1.2 2003/07/31 21:27:24 wiz Exp $
+$NetBSD: patch-aa,v 1.3 2004/02/07 15:40:21 wiz Exp $
---- Makefile.in.orig 2003-07-31 21:49:46.000000000 +0200
+--- Makefile.in.orig 2004-02-07 15:13:00.000000000 +0100
+++ Makefile.in
-@@ -84,7 +84,7 @@ VERSION = @VERSION@
+@@ -136,7 +136,7 @@ target_vendor = @target_vendor@
- SUBDIRS = src data
+ SUBDIRS = include src data
-bomberclonedocdir = ${prefix}/doc/bomberclone
+bomberclonedocdir = ${prefix}/share/doc/bomberclone
- bomberclonedoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO
-
-
+ bomberclonedoc_DATA = \
+ README\
+ COPYING\
diff --git a/games/bomberclone/patches/patch-ab b/games/bomberclone/patches/patch-ab
index 6226270148f..d44ab7747fe 100644
--- a/games/bomberclone/patches/patch-ab
+++ b/games/bomberclone/patches/patch-ab
@@ -1,8 +1,8 @@
-$NetBSD: patch-ab,v 1.3 2003/10/05 09:28:57 wiz Exp $
+$NetBSD: patch-ab,v 1.4 2004/02/07 15:40:21 wiz Exp $
---- configure.orig 2003-10-05 11:12:39.000000000 +0200
+--- configure.orig 2004-01-25 01:08:10.000000000 +0100
+++ configure
-@@ -4197,7 +4197,7 @@ else
+@@ -7539,7 +7539,7 @@ else
packageprefix=${prefix}
fi