From 68c0f0cc8f12c6629226a33702717bc4bbf66f4f Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 23 Mar 2005 22:58:45 +0000 Subject: Update to 0.11.5: Version 0.11.5 ============== 2004-12-26 - Fixed: Multiplayer more as three players could not play. There was a bug in the automatic firewall detection. - Added: Show a simple information of what keys are used in the multiplayer screen. - Chagned: In Singleplayer you can select now 0 AI Players. - Fixed: Teamdata (as Names and Colors) will be send over the network. - Fixed: udp_send: bad file error fixed, in single mode we was still sending the quit information to all clients. - Fixed: Alot other strange network bugs. I.e. the rejoin part and that the server can leave part was not right. Version 0.11.4 ============== 2004-12-12 - Fixed: Teamdata wasn't send right, net_send_playerid changed, send_playerdata and do_playerdata fixed. - Fixed: Problems with the second local player join and leaving. Also the second local player won't get informations which the first local player already had. - Bombs will not explode right on slow computers.. it seems they jump one field to far. fixed: rewrote part of the do_explosion stuff and part of the explosion_restore function. Explosion was growing on slow PC more as one field per cycle. - AI: Player die on a slow computer because they move more as 1 Field. This might be also the problem Acidjnk told me about. Variable dir_change added so we won't have anymore so many suicides. little more work on the AI, there are still some kind of problems. Maybe i'll rewrite the whole AI again. - fixed: Server starts the game soo fast that the client's ignore the gamestat for a running game. Check if all players are ready. - Makefile.am in include and data changed so make dist will work fine as well as make install won't install anymore all the useless *.h files. - the firewall flag will be enabled and disabled automaticly. Datapacket PKG_contest created to make it possible to work. - only players who are in the game will be able to send gamedata related packets to the game. (do_pkg() changed) - fixed: AI won't have anymore so many suicide deaths. - New Team menu Handling. - changed: Playermenu (F2 in the Playerselection screen). You will see some details about the other players and you can go to the teammenu from here. - fixed: udp_send:: Invalid argument Error Message net_game_send_delplayer had a problem with the second local player. - changed: Chat Mode will always keep active if there is only one player on one computer. If there are two player we have to press F5 to activate the chatwindow. - fixed: Quit Game wasn't working from the in game menu - fixed: Network Version Error. There is no possible Escape. - fixed: Single Player Menu there was no ESC key working - fixed: Player Selection Screen (single player) ESC key wasn't working and also closing the program haven't worked. --- games/bomberclone/Makefile | 5 ++--- games/bomberclone/PLIST | 31 +++++++++---------------------- games/bomberclone/distinfo | 8 ++++---- 3 files changed, 15 insertions(+), 29 deletions(-) (limited to 'games/bomberclone') diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile index 52ec0b7963d..de0dca8f3a1 100644 --- a/games/bomberclone/Makefile +++ b/games/bomberclone/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2004/12/28 23:18:15 reed Exp $ +# $NetBSD: Makefile,v 1.14 2005/03/23 22:58:45 wiz Exp $ -DISTNAME= bomberclone-0.11.3 -PKGREVISION= 2 +DISTNAME= bomberclone-0.11.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=bomberclone/} EXTRACT_SUFX= .tar.bz2 diff --git a/games/bomberclone/PLIST b/games/bomberclone/PLIST index dbeba7862d8..4d626420ed9 100644 --- a/games/bomberclone/PLIST +++ b/games/bomberclone/PLIST @@ -1,25 +1,5 @@ -@comment $NetBSD: PLIST,v 1.6 2004/06/23 15:48:41 snj Exp $ +@comment $NetBSD: PLIST,v 1.7 2005/03/23 22:58:46 wiz Exp $ bin/bomberclone -include/bomberclone/basic.h -include/bomberclone/bomb.h -include/bomberclone/bomberclone.h -include/bomberclone/chat.h -include/bomberclone/flyingitems.h -include/bomberclone/font.h -include/bomberclone/gfx.h -include/bomberclone/keyb.h -include/bomberclone/keybinput.h -include/bomberclone/map.h -include/bomberclone/menu.h -include/bomberclone/menugui.h -include/bomberclone/network.h -include/bomberclone/ogcache-client.h -include/bomberclone/packets.h -include/bomberclone/player.h -include/bomberclone/single.h -include/bomberclone/sound.h -include/bomberclone/sysfunc.h -include/bomberclone/udp.h share/bomberclone/gfx/font0.png share/bomberclone/gfx/font1.png share/bomberclone/gfx/font2.png @@ -77,6 +57,12 @@ share/bomberclone/maps/second.map share/bomberclone/maps/smal.map share/bomberclone/maps/smalfull.map share/bomberclone/maps/third.map +share/bomberclone/music/cerror-bobmberclone.xm +share/bomberclone/music/cerror-bomberclone_numero_2.xm +share/bomberclone/music/cinderella_clown.mod +share/bomberclone/music/mario_is_a_weenie.xm +share/bomberclone/music/slice_me_nice.xm +share/bomberclone/music/zb-tnt.xm share/bomberclone/player/dead0.png share/bomberclone/player/player0.png share/bomberclone/player/player1.png @@ -173,6 +159,7 @@ share/doc/bomberclone/TODO @dirrm share/doc/bomberclone @dirrm share/bomberclone/tileset/zbb_frog @dirrm share/bomberclone/tileset/uccia_garbage +@dirrm share/bomberclone/tileset/tricked @dirrm share/bomberclone/tileset/supermario @dirrm share/bomberclone/tileset/sheep @dirrm share/bomberclone/tileset/radioactive @@ -186,7 +173,7 @@ share/doc/bomberclone/TODO @dirrm share/bomberclone/tileset/cemetery @dirrm share/bomberclone/tileset @dirrm share/bomberclone/player +@dirrm share/bomberclone/music @dirrm share/bomberclone/maps @dirrm share/bomberclone/gfx @dirrm share/bomberclone -@dirrm include/bomberclone diff --git a/games/bomberclone/distinfo b/games/bomberclone/distinfo index bae9526cfbf..956c16fe9af 100644 --- a/games/bomberclone/distinfo +++ b/games/bomberclone/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.7 2005/02/23 23:11:55 agc Exp $ +$NetBSD: distinfo,v 1.8 2005/03/23 22:58:46 wiz Exp $ -SHA1 (bomberclone-0.11.3.tar.bz2) = 9c0f7dc79efd13c05e4739a36251eab1a7307c68 -RMD160 (bomberclone-0.11.3.tar.bz2) = 16e9845ebd7d2ae3fe2455a613e4521b9e0665b4 -Size (bomberclone-0.11.3.tar.bz2) = 7910603 bytes +SHA1 (bomberclone-0.11.5.tar.bz2) = 949123d90d148a49a120d444156f6e8a1e3d7a34 +RMD160 (bomberclone-0.11.5.tar.bz2) = 342f29b39c5091d819585324fd2e5af6e8fcba82 +Size (bomberclone-0.11.5.tar.bz2) = 7912684 bytes SHA1 (patch-aa) = b80396a7ad0a9e2fc1a4b32a4da845f07cbf28a7 SHA1 (patch-ab) = 5f4d7769d12042271226123abd763d85e1aff196 -- cgit v1.2.3