Date: Wednesday January 3, 2001 @ 16:51
Author: unbelver
Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv23944
Modified Files:
ChangeLog
Log Message:
Addendum: Changed logic from nodock 0 on (disable docking) to
dock 0 off (disable docking) and dock 0 on (enable docking) on
suggestion of James to get rid of the double-negative.
--Carlos V.
****************************************
Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.99 Vanilla/ChangeLog:1.100
--- Vanilla/ChangeLog:1.99 Wed Jan 3 03:15:18 2001
+++ Vanilla/ChangeLog Wed Jan 3 16:51:37 2001
@@ -6,6 +6,10 @@
nodock off enables docking. Must be on same team. Should this be
friendlyPlayer() instead?
+ Addendum: Changed logic from nodock 0 on (disable docking) to
+ dock 0 off (disable docking) and dock 0 on (enable docking) on
+ suggestion of James to get rid of the double-negative.
+
* ntserv/orbit.c (dock): Added the permission to dock check and
changed the behaviour of dock(). Previously, if docking to a
starbase failed, starbase warning messages would get clobbered by
@@ -1087,4 +1091,4 @@
update_sys_defaults in updateMessages to a more appropriate
location - updateClient in socket.c.
- $Id: ChangeLog,v 1.99 2001/01/03 09:15:18 unbelver Exp $
+ $Id: ChangeLog,v 1.100 2001/01/03 22:51:37 unbelver Exp $