Date: Thursday October 10, 2002 @ 20:24 Author: cameron Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.real-time.com:/var/tmp/cvs-serv31131 Modified Files: ChangeLog Log Message: fix dock permissions logic **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.134 Vanilla/ChangeLog:1.135 --- Vanilla/ChangeLog:1.134 Wed Oct 9 04:01:00 2002 +++ Vanilla/ChangeLog Thu Oct 10 20:24:45 2002 @@ -1,3 +1,19 @@ +Fri Oct 11 11:20:22 2002 James Cameron <quozl at us.netrek.org> + + * ntserv/ntscmds.c (do_nodock): removed restriction that prevented + a base from turning off docking for an at-peace enemy. + +Fri Oct 11 10:44:35 2002 James Cameron <quozl at us.netrek.org> + + * ntserv/main.c, ntserv/enter.c: fix 'dock' and 'transwarp' + functionality defects reported by David Swasey. Move + initialisation of candock to login time rather than ship entry + (fixes loss of dock permissions for a ship when it dies). On + entry to game by a starbase, only set the team's permission to + dock, rather than the enemy team as well. Move initialisation of + voting array and transwarp from main() to enter() so that all ship + entry initialisations are in one place. + Wed Oct 9 15:24:20 2002 James Cameron <quozl at us.netrek.org> * tools/newscores.c: remove width limits on parsing the status @@ -1390,4 +1406,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.134 2002/10/09 09:01:00 cameron Exp $ + $Id: ChangeLog,v 1.135 2002/10/11 01:24:45 cameron Exp $