Date:	Monday April 30, 2001 @ 4:13
Author:	cameron

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

Modified Files:
	ChangeLog 
Log Message:
	* tools/ltd_dump.c: add ability to query LTD statistics by player
	name.  Planned for use with a PHP script to display LTD
	statistics.  Maybe it is time for a database back-end for the
	.players file.  Need to do some thinking about this.

	* tools/players.c (main): change "Display" to "Host name".

	* ntserv/distress.c (makedistress): core dump on continuum, an RCD
	was being decoded for transmission to slot R0 "arizzi" from a slot
	(Xc) which was now in login, with a p_team of 15, causing the
	APPEND_CAP macro to (probably) wander off.


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

Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.118 Vanilla/ChangeLog:1.119
--- Vanilla/ChangeLog:1.118	Sat Apr 28 03:28:30 2001
+++ Vanilla/ChangeLog	Mon Apr 30 04:13:03 2001
@@ -1,3 +1,17 @@
+Mon Apr 30 19:06:51 2001  James Cameron  <quozl at us.netrek.org>
+
+	* tools/ltd_dump.c: add ability to query LTD statistics by player
+	name.  Planned for use with a PHP script to display LTD
+	statistics.  Maybe it is time for a database back-end for the
+	.players file.  Need to do some thinking about this.
+
+	* tools/players.c (main): change "Display" to "Host name".
+
+	* ntserv/distress.c (makedistress): core dump on continuum, an RCD
+	was being decoded for transmission to slot R0 "arizzi" from a slot
+	(Xc) which was now in login, with a p_team of 15, causing the
+	APPEND_CAP macro to (probably) wander off.
+
 Sat Apr 28 18:15:01 2001  James Cameron  <quozl at us.netrek.org>
 
 	* configure.in, config.h.in: undo #define of INL that Benjamin
@@ -1237,4 +1251,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.118 2001/04/28 08:28:30 cameron Exp $
+	$Id: ChangeLog,v 1.119 2001/04/30 09:13:03 cameron Exp $