Date: Sunday February 11, 2001 @ 17:58 Author: unbelver Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv14196 Modified Files: ChangeLog config.h.in Log Message: * ntserv/ntscmds.c (nts_commands): Made NODOCK a config.h option * ntserv/ntscmds.c (do_nodock): Observers can't change dock permission **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.105 Vanilla/ChangeLog:1.106 --- Vanilla/ChangeLog:1.105 Fri Feb 2 03:17:51 2001 +++ Vanilla/ChangeLog Sun Feb 11 17:58:34 2001 @@ -1,3 +1,8 @@ +Sun Feb 11 15:49:06 2001 Carlos Y. Villalpando <unbelver at us.netrek.org> + + * ntserv/ntscmds.c (nts_commands): Made NODOCK a config.h option + * ntserv/ntscmds.c (do_nodock): Observers can't change dock permission + Fri Feb 2 19:59:53 2001 James Cameron <quozl at us.netrek.org> * ntserv/orbit.c (dock): reworked handling of return status, @@ -1130,4 +1135,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.105 2001/02/02 09:17:51 cameron Exp $ + $Id: ChangeLog,v 1.106 2001/02/11 23:58:34 unbelver Exp $ Index: Vanilla/config.h.in diff -u Vanilla/config.h.in:1.24 Vanilla/config.h.in:1.25 --- Vanilla/config.h.in:1.24 Sun Jul 2 22:03:34 2000 +++ Vanilla/config.h.in Sun Feb 11 17:58:34 2001 @@ -358,6 +358,8 @@ #endif #endif +#define NODOCK /* NODOCK allow per-slot docking priveledges */ + /* NO_BRUTALITY - disallow fighting between waiting players in the dogfighting mode */