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

CVS update: Vanilla



Date:	Thursday April 20, 2000 @ 21:30
Author:	ahn

Update of /home/netrek/cvsroot/Vanilla
In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv8294

Modified Files:
	ChangeLog 
Log Message:
Changes by Dave Ahn.  See ChangeLog for details.


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.74 Vanilla/ChangeLog:1.75
--- Vanilla/ChangeLog:1.74	Fri Mar 24 13:54:54 2000
+++ Vanilla/ChangeLog	Thu Apr 20 21:30:47 2000
@@ -1,3 +1,25 @@
+Thu Apr 20 22:32:59 EDT 2000  Dave Ahn <ahn@users.sourceforge.net>
+	
+	* tools/ltd_convert.c: Program to convert existing .players DB
+ 	file to LTD_STATS enabled DB file.  Not tested.  Use with caution.
+	
+	* docs/README.LTD: Updated docs on LTD_STATS and how to use
+ 	ltd_convert.
+	
+	* tools/ltd_dump.c: Fixed bug where SB stats were not being
+ 	printed for players who base for the entire game.
+	
+	* robots/inlcomm.c: When a captain frees an SB slot, SB's armies
+ 	get moved to homeworld.  If twink captains abuse this feature, it
+ 	should probably be #ifdef'ed out. But for now, trust the captains
+ 	to use this only when SB busts and must free the slot.
+
+	* robots/inl.c: At endgame, reset the player offset position to -1
+ 	so that stats do not carry over to the next game.  Back-to-back
+ 	games are OK, but players must relogin to get a new player offset
+ 	position.  Players with invalid offset positions will get kicked
+ 	out at game start.
+	
 Fri Mar 24 14:54:48 EST 2000  Karthik Arumugham  <karthik@arumugham.com>
 
 	* ntserv/commands.c, ntserv/genspkt.c, ntserv/ntscmds.c, ntserv/proto.h,
@@ -891,4 +913,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.74 2000/03/24 19:54:54 karthik Exp $
+	$Id: ChangeLog,v 1.75 2000/04/21 02:30:47 ahn Exp $