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

CVS update: Vanilla/docs



Date:	Thursday March 25, 1999 @ 0:16
Author:	unbelver

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

Modified Files:
	metaservers-HowTo sample_metaservers 
Log Message:
Minor problem with solicit.  Solicit wasn't sending "Game full" status
correctly.  It was checking all slots up to MAX_PLAYERS when it
should've stopped at queues[QU_PICKUP].high_slot.  Since high_slot can
be less than MAX_PLAYERS, it is possible to have a full game AND free
slots. 

--Carlos V.




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

Index: Vanilla/docs/metaservers-HowTo
diff -u Vanilla/docs/metaservers-HowTo:1.1.1.1 Vanilla/docs/metaservers-HowTo:1.2
--- Vanilla/docs/metaservers-HowTo:1.1.1.1	Wed Nov 11 20:44:51 1998
+++ Vanilla/docs/metaservers-HowTo	Thu Mar 25 00:16:16 1999
@@ -38,8 +38,9 @@
 
 Here is the sample_metaservers file ...
 
-metaserver.us.netrek.org 3521 0 60 this.host.name B 2592 3592 open
-metaserver.eu.netrek.org 3521 0 60 this.host.name B 2592 3592 open
+metaserver.us.netrek.org 3521 60 120 this.host.name B 2592 2591 open
+metaserver2.us.netrek.org 3521 60 120 this.host.name B 2592 2591 open
+metaserver.eu.netrek.org 3521 60 120 this.host.name B 2592 2591 open
 
 Replace "this.host.name" with the DNS host name that you want the
 metaservers to list the server under.  If you have a name within the
Index: Vanilla/docs/sample_metaservers
diff -u Vanilla/docs/sample_metaservers:1.2 Vanilla/docs/sample_metaservers:1.3
--- Vanilla/docs/sample_metaservers:1.2	Mon Feb 15 02:19:15 1999
+++ Vanilla/docs/sample_metaservers	Thu Mar 25 00:16:16 1999
@@ -1,2 +1,3 @@
-metaserver.us.netrek.org 3521 0 60 netrek.sample.com B 2592 3592 open
-metaserver.eu.netrek.org 3521 0 60 netrek.sample.com B 2592 3592 open
\ No newline at end of file
+metaserver.us.netrek.org 3521 60 900 this.host.name B 2592 2591 open
+metaserver2.us.netrek.org 3521 60 900 this.host.name B 2592 2591 open
+metaserver.eu.netrek.org 3521 60 900 this.host.name B 2592 2591 open