diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-27 06:08:06 +0800 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-12-27 06:08:06 +0800 |
commit | 0b25d3a09c8b945486349f60e1f3e276c0f252d7 (patch) | |
tree | 4b9f7b111eb6e0ba5672d3955e4ea6b438b22d07 /games | |
parent | 9d35f2979e0c8f9de1f39880fe3e18160f0be521 (diff) | |
download | freebsd-ports-gnome-0b25d3a09c8b945486349f60e1f3e276c0f252d7.tar.gz freebsd-ports-gnome-0b25d3a09c8b945486349f60e1f3e276c0f252d7.tar.zst freebsd-ports-gnome-0b25d3a09c8b945486349f60e1f3e276c0f252d7.zip |
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.
Diffstat (limited to 'games')
-rw-r--r-- | games/bomberclone/Makefile | 3 | ||||
-rw-r--r-- | 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 |