Date:	Thursday July 6, 2000 @ 20:14
Author:	karthik

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

Modified Files:
	ChangeLog 
Log Message:
Newbie server changes to properly limit humans to 8 players by means of a      
separate queue, as well as to stop reporting bots to the metaserver. (When     
the human queue is full, the game will still be reported as Wait Queue, but    
when it is not full, only the human count will be reported.)                    



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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.87 Vanilla/ChangeLog:1.88
--- Vanilla/ChangeLog:1.87	Thu Jul  6 17:56:25 2000
+++ Vanilla/ChangeLog	Thu Jul  6 20:14:37 2000
@@ -1,3 +1,12 @@
+Thu Jul  6 22:12:10 EDT 2000  Karthik Arumugham <karthik at arumugham.com>
+
+	* ntserv/defs.h, ntserv/queue.c, ntserv/solicit.c, ntserv/struct.h,
+	robots/newbie.c, robots/newbiedefs.h:
+	Newbie server changes to properly limit humans to 8 players by means of a
+	separate queue, as well as to stop reporting bots to the metaserver. (When 
+	the human queue is full, the game will still be reported as Wait Queue, but
+	when it is not full, only the human count will be reported.)
+
 Fri Jul  7 09:12:20 2000  root  <quozl at us.netrek.org>
 
 	* ntserv/interface.c (bomb_planet): fix bomb out of t-mode
@@ -1003,4 +1012,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.87 2000/07/06 22:56:25 cameron Exp $
+	$Id: ChangeLog,v 1.88 2000/07/07 01:14:37 karthik Exp $