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

CVS update: Vanilla



Date:	Thursday March 23, 2000 @ 20:39
Author:	karthik

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

Modified Files:
	ChangeLog 
Log Message:
Thu Mar 23 21:42:14 EST 2000  Karthik Arumugham  <karthik@arumugham.com>

    * ntserv/defs.h: Changed TESTERS to be defined as (MAXPLAYERS - 16)
    so that there will only be 16 normal players by default.
    * ntserv/queue.c: Fixed queue-counting code to allocate the proper
    number of slots per queue based on MAXPLAYERS and TESTERS.


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.72 Vanilla/ChangeLog:1.73
--- Vanilla/ChangeLog:1.72	Wed Mar 22 15:58:42 2000
+++ Vanilla/ChangeLog	Thu Mar 23 20:39:59 2000
@@ -1,3 +1,10 @@
+Thu Mar 23 21:42:14 EST 2000  Karthik Arumugham  <karthik@arumugham.com>
+
+	* ntserv/defs.h: Changed TESTERS to be defined as (MAXPLAYERS - 16)
+	so that there will only be 16 normal players by default.
+	* ntserv/queue.c: Fixed queue-counting code to allocate the proper
+	number of slots per queue based on MAXPLAYERS and TESTERS.
+
 Wed Mar 22 16:07:31 EST 2000  Karthik Arumugham  <karthik@arumugham.com>
 
 	* robots/end_tourney.pl: Copy cambot.pkt if it exists, and allow
@@ -875,4 +882,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.72 2000/03/22 21:58:42 karthik Exp $
+	$Id: ChangeLog,v 1.73 2000/03/24 02:39:59 karthik Exp $