diff options
author | mycroft <mycroft@pkgsrc.org> | 2003-01-09 15:57:35 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2003-01-09 15:57:35 +0000 |
commit | 0128895b973d7dc5e60f4321c3ece5b993562410 (patch) | |
tree | 459a76d8129fe39606de3a27ee58c2b200d06a65 /games/xpilot | |
parent | 1f91e92ecd0aba6ba5d5494fb5301fbe18acc41b (diff) | |
download | pkgsrc-0128895b973d7dc5e60f4321c3ece5b993562410.tar.gz |
Update from 4.5.3 to 4.5.4.
Team cannons could kill teammates with laser pulses. Fixed.
On the map Death Star one can destroy a large number of targets with
one FNC. This results in packet buffer overflows and slow updates.
To overcome this a smarter map update algorithm is implemented in the
server and also map updates are now limited to max 2 KB per network packet.
The default score font was reduced from 15 to 13.
When the server sends map updates to the client these are now always
acknowledged immediately by the client. This should help prevent stalls
or lock-ups on maps where are a large number of targets or cannons
can be destroyed. It should also reduce the number of very big
server frame update packets.
Robots no longer try to go after players who aren't in playing mode.
[Windows-specific stuff elided.]
Diffstat (limited to 'games/xpilot')
-rw-r--r-- | games/xpilot/Makefile | 4 | ||||
-rw-r--r-- | games/xpilot/PLIST | 3 | ||||
-rw-r--r-- | games/xpilot/distinfo | 6 |
3 files changed, 7 insertions, 6 deletions
diff --git a/games/xpilot/Makefile b/games/xpilot/Makefile index 10ac19d68cd..0d925d1bbd0 100644 --- a/games/xpilot/Makefile +++ b/games/xpilot/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2002/07/12 13:48:08 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2003/01/09 15:57:35 mycroft Exp $ # -DISTNAME= xpilot-4.5.3 +DISTNAME= xpilot-4.5.4 CATEGORIES= games x11 MASTER_SITES= ftp://ftp.xpilot.org/pub/xpilot/ diff --git a/games/xpilot/PLIST b/games/xpilot/PLIST index cd59d372c60..9a637c763fd 100644 --- a/games/xpilot/PLIST +++ b/games/xpilot/PLIST @@ -1,8 +1,9 @@ -@comment $NetBSD: PLIST,v 1.2 2002/07/12 13:48:08 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2003/01/09 15:57:35 mycroft Exp $ bin/xp-mapedit bin/xp-replay bin/xpilot bin/xpilots +man/cat6/xp-mapedit.0 man/cat6/xp-replay.0 man/cat6/xpilot.0 man/cat6/xpilots.0 diff --git a/games/xpilot/distinfo b/games/xpilot/distinfo index e1a5adabdd7..006c798a48d 100644 --- a/games/xpilot/distinfo +++ b/games/xpilot/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2002/07/12 13:48:08 wiz Exp $ +$NetBSD: distinfo,v 1.6 2003/01/09 15:57:36 mycroft Exp $ -SHA1 (xpilot-4.5.3.tar.gz) = 001312c2c7be3b2f82fe8ef07f3fd882d5477eb7 -Size (xpilot-4.5.3.tar.gz) = 1358287 bytes +SHA1 (xpilot-4.5.4.tar.gz) = d295977be8c27c3b9aecf8e69061a451bf8d7e4b +Size (xpilot-4.5.4.tar.gz) = 1384615 bytes SHA1 (patch-aa) = 8cd85761965ded5186d19a7553b10c75dcc34b4f |