Vanilla Development Maling List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS update: Vanilla



Date:	Friday June 11, 1999 @ 3:04
Author:	cameron

Update of /home/netrek/cvsroot/Vanilla
In directory cvs.castle.real-time.com:/var/tmp/cvs-serv5942

Modified Files:
	ChangeLog PROJECTS 
Log Message:
	* ntserv/main.c (main): remove superfluous set of whydead on login.
	This will have caused ghostbusts on login in conjunction with the
	"in POUTFIT too long" handler in udplayers().

	* ntserv/daemonII.c (udplayers): ghostbusts on login are happening
	here, and the code still thinks the outfitdelay should be 300 despite
	whydead being set to KLOGIN by ntserv/main.c, so for the moment I've
	added also a dump of the whydead reason and a stdout flush.

	* ntserv/main.c (main): improve error messages for ntserv instances
	that quit due to lack of version packet or invalid packet format.


****************************************

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.8 Vanilla/ChangeLog:1.9
--- Vanilla/ChangeLog:1.8	Fri Jun  4 00:55:50 1999
+++ Vanilla/ChangeLog	Fri Jun 11 03:04:09 1999
@@ -1,5 +1,19 @@
-	$Id: ChangeLog,v 1.8 1999/06/04 05:55:50 cameron Exp $
+	$Id: ChangeLog,v 1.9 1999/06/11 08:04:09 cameron Exp $
 	
+Fri Jun 11 18:01:49 1999  James Cameron  <quozl@us.netrek.org>
+
+	* ntserv/main.c (main): remove superfluous set of whydead on login.
+	This will have caused ghostbusts on login in conjunction with the
+	"in POUTFIT too long" handler in udplayers().
+
+	* ntserv/daemonII.c (udplayers): ghostbusts on login are happening
+	here, and the code still thinks the outfitdelay should be 300 despite
+	whydead being set to KLOGIN by ntserv/main.c, so for the moment I've
+	added also a dump of the whydead reason and a stdout flush.
+
+	* ntserv/main.c (main): improve error messages for ntserv instances
+	that quit due to lack of version packet or invalid packet format.
+
 Thu Jun  3 21:21:31 1999  James Cameron  <quozl@us.netrek.org>
 
 	* ntserv/socket.c (doRead): logs show EINTR is happening on read(),
Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.45 Vanilla/PROJECTS:1.46
--- Vanilla/PROJECTS:1.45	Mon May 31 20:53:20 1999
+++ Vanilla/PROJECTS	Fri Jun 11 03:04:09 1999
@@ -1,6 +1,6 @@
 PROJECTS ... list of things to do or fix.
 
-#	$Id: PROJECTS,v 1.45 1999/06/01 01:53:20 cameron Exp $	
+#	$Id: PROJECTS,v 1.46 1999/06/11 08:04:09 cameron Exp $	
 
 Small things
 
@@ -152,4 +152,8 @@
 	- observers cannot become captain, they are told to choose a
 	  team first.  (Code in inlcomm.c check_player())
 
+INL robot problems reported by sheldon@visi.com
+
+	- one team set gametime and armies, but the other team did not,
+	  and yet the game still started.