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

CVS update: Vanilla



Date:	Friday March 24, 2000 @ 13:54
Author:	karthik

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

Modified Files:
	ChangeLog 
Log Message:
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,
    robots/inlcmds.c, tools/cambot.c: Added a 'whois' command to facilitate
    identifying a slot in the case where your player list is not long enough
    to display all players (in particular, with a high MAXPLAYERS value).
    Triggered by sending yourself 'whois <slot>', or by sending a single
    '@' character to the slot that you want to whois.



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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.73 Vanilla/ChangeLog:1.74
--- Vanilla/ChangeLog:1.73	Thu Mar 23 20:39:59 2000
+++ Vanilla/ChangeLog	Fri Mar 24 13:54:54 2000
@@ -1,3 +1,12 @@
+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,
+	robots/inlcmds.c, tools/cambot.c: Added a 'whois' command to facilitate
+	identifying a slot in the case where your player list is not long enough
+	to display all players (in particular, with a high MAXPLAYERS value).
+	Triggered by sending yourself 'whois <slot>', or by sending a single
+	'@' character to the slot that you want to whois.
+
 Thu Mar 23 21:42:14 EST 2000  Karthik Arumugham  <karthik@arumugham.com>
 
 	* ntserv/defs.h: Changed TESTERS to be defined as (MAXPLAYERS - 16)
@@ -882,4 +891,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.73 2000/03/24 02:39:59 karthik Exp $
+	$Id: ChangeLog,v 1.74 2000/03/24 19:54:54 karthik Exp $