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

CVS update: Vanilla



Date:	Friday July 23, 1999 @ 17:09
Author:	ahn

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

Modified Files:
	ChangeLog PROJECTS config.h.in 
Log Message:
Changes by Ahn.  See ChangeLog for details.


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.40 Vanilla/ChangeLog:1.41
--- Vanilla/ChangeLog:1.40	Thu Jul 22 18:09:37 1999
+++ Vanilla/ChangeLog	Fri Jul 23 17:09:11 1999
@@ -1,3 +1,16 @@
+Fri Jul 23 18:01:07 1999	Dave Ahn <ahn@vec.wfubmc.edu>
+	
+	* CONFIG config.h.in (UDP_PORTSWAP): Reenabled UDP_PORTSWAP mode
+ 	since testing shows that it seems to work fine now.
+	
+	* BUGFIX ntserv/socket.c (UDP_PORTSWAP): Erik Rungle
+ 	<rungus@openface.ca> submitted an updated patch to the
+ 	UDP_PORTSWAP code which fixes the UDP->TCP->UDP bug.
+	
+	* UPDATE robots/end_tourney.pl (INL): Minor fixes from Tom Holub
+ 	<doosh@best.com> and myself to update end_tourney parser for INL
+ 	game mode.
+	
 Thu Jul 22 18:09:53 1999  Bob Tanner  <tanner@real-time.com>
 
 	* Removed Vanilla.spec
@@ -638,4 +651,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.40 1999/07/22 23:09:37 tanner Exp $
+	$Id: ChangeLog,v 1.41 1999/07/23 22:09:11 ahn Exp $
Index: Vanilla/PROJECTS
diff -u Vanilla/PROJECTS:1.56 Vanilla/PROJECTS:1.57
--- Vanilla/PROJECTS:1.56	Wed Jul 21 02:18:57 1999
+++ Vanilla/PROJECTS	Fri Jul 23 17:09:11 1999
@@ -1,6 +1,6 @@
 PROJECTS ... list of things to do or fix, and hints for developers.
 
-#	$Id: PROJECTS,v 1.56 1999/07/21 07:18:57 unbelver Exp $	
+#	$Id: PROJECTS,v 1.57 1999/07/23 22:09:11 ahn Exp $	
 
 Small things
 
@@ -66,7 +66,7 @@
 	- increase observer ports [low]
 
 	- future: revamp stats DB to hold stats instead of post-processing
-	  [low]
+	  [low] [done -dka]
 
 	- observer can change teams?
 
@@ -99,6 +99,7 @@
 4) Long Term
 
 * Have server save and generate statistics on its own
+[this is done at this point.  -dka]
 
 [end of message]
 
@@ -207,6 +208,8 @@
 	  incorrect.  for example, if a starbase does not die before
 	  end-game, the stats will show that the starbase wasn't even
 	  in the game.
+	  (possible fix made by Carlos; it seems to work properly, but
+	  we'll wait on more testing to be sure.  -dka)
 
 INL observations by quozl@us.netrek.org
 
Index: Vanilla/config.h.in
diff -u Vanilla/config.h.in:1.16 Vanilla/config.h.in:1.17
--- Vanilla/config.h.in:1.16	Fri Jun 25 17:05:46 1999
+++ Vanilla/config.h.in	Fri Jul 23 17:09:11 1999
@@ -427,11 +427,8 @@
 				initiate the UDP connection first if it so
 				chooses.  This allows UDP connections through
 				some packet filtering firewalls.
-				This has a known bug where UDP->TCP->UDP
-				renegotiation fails.  Turned off by default
-				until this bug is fixed.
 				*/
-#undef UDP_PORTSWAP
+#define UDP_PORTSWAP
 
 #endif		/* SERVER */