From 42b3971238f064e179cf2b78570c0c6e7ec89877 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 26 Dec 2004 22:08:06 +0000 Subject: Update to version 0.11.5 I was working and fixing some of the bug some people reported to me. This includes some problem which made it almost impossible to run the game in Local Networks.. a incident in the code made it that direct connections wasn't working and people behind a firewall could play without any problems.. Changes: - 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. --- games/bomberclone/Makefile | 3 +-- games/bomberclone/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile index b40c01ffcffa..240c3a797fb3 100644 --- a/games/bomberclone/Makefile +++ b/games/bomberclone/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bomberclone -PORTVERSION= 0.11.4 -PORTREVISION= 1 +PORTVERSION= 0.11.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/bomberclone/distinfo b/games/bomberclone/distinfo index 272028b0733d..8a3666bbca0f 100644 --- a/games/bomberclone/distinfo +++ b/games/bomberclone/distinfo @@ -1,2 +1,2 @@ -MD5 (bomberclone-0.11.4.tar.bz2) = 8252189f957ee222c88d4b0b1f89cec1 -SIZE (bomberclone-0.11.4.tar.bz2) = 7911554 +MD5 (bomberclone-0.11.5.tar.bz2) = 6e1e4c19f57b1cd183f3af4867cc1691 +SIZE (bomberclone-0.11.5.tar.bz2) = 7912684 -- cgit