Update to xpilot-4.4.1
Changes: - When tuning text options at run time like the password the server would crash. This has now been fixed. - Clients now support the firewall patch. For this the client has two new options: -clientPortStart and -clientPortEnd. - A new server option -passwordFileName gives the path to a file which only contains a definition for the server password. The advantage of this is that you can set the file permissions so that others cannot read its contents. - Fix -blockFrictionVisible (didn't work) - Ben Armstrong fixed a bug where ball ownership for all connected balls would be reset whenever a player would leave.
This commit is contained in:
parent
9acc42dfa5
commit
48cfe14c74
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2001/06/14 05:00:20 pvalchev Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2001/07/04 17:56:44 pvalchev Exp $
|
||||
|
||||
COMMENT= "multiplayer 2d space battles game"
|
||||
|
||||
DISTNAME= xpilot-4.4.0
|
||||
DISTNAME= xpilot-4.4.1
|
||||
CATEGORIES= games x11
|
||||
NEED_VERSION= 1.378
|
||||
NEED_VERSION= 1.419
|
||||
|
||||
HOMEPAGE= http://www.xpilot.org/
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (xpilot-4.4.0.tar.gz) = 969cdb5477025fa87d2694c6fc09b42d
|
||||
RMD160 (xpilot-4.4.0.tar.gz) = 6afeb06bf35e3ad10a85d120800763ed20518d05
|
||||
SHA1 (xpilot-4.4.0.tar.gz) = a75d1cb2fbc6daac31900dad2cb5fc92956ec840
|
||||
MD5 (xpilot-4.4.1.tar.gz) = c7b7854a969723281519bae31d3d483d
|
||||
RMD160 (xpilot-4.4.1.tar.gz) = 3ed49c3cbde479ce1e3e9228affb602b0334f10e
|
||||
SHA1 (xpilot-4.4.1.tar.gz) = 579a4e65f1ca0972c4d492a25fb295322aaf0a48
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2001/02/10 18:56:16 reinhard Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2001/07/04 17:56:45 pvalchev Exp $
|
||||
bin/xp-mapedit
|
||||
bin/xp-replay
|
||||
bin/xpilot
|
||||
@ -26,6 +26,7 @@ share/xpilot/maps/teamball.xp
|
||||
share/xpilot/maps/tourmination.xp
|
||||
share/xpilot/maps/tournament.xp
|
||||
share/xpilot/maps/war.xp
|
||||
share/xpilot/password
|
||||
share/xpilot/robots
|
||||
share/xpilot/sounds
|
||||
share/xpilot/textures/allitems.ppm
|
||||
|
Loading…
Reference in New Issue
Block a user