Date: Thursday July 20, 2000 @ 20:08 Author: ahn Update of /home/netrek/cvsroot/Vanilla In directory swashbuckler.fortress.real-time.com:/var/tmp/cvs-serv23614 Modified Files: ChangeLog Log Message: Fix session stats for LTD_STATS mode. **************************************** Index: Vanilla/ChangeLog diff -u Vanilla/ChangeLog:1.91 Vanilla/ChangeLog:1.92 --- Vanilla/ChangeLog:1.91 Thu Jul 20 20:03:51 2000 +++ Vanilla/ChangeLog Thu Jul 20 20:08:27 2000 @@ -3,7 +3,10 @@ * ntserv/ltd_stats.c: For some reason, LTD_TOTAL stats weren't getting updated correctly. Should be fixed now. -Thu Jul 20 21:54:18 EDT 2000 Dave Ahn <ahn at users.sourceforge.net> + * ntserv/genspkt.c: In LTD_STATS mode, incorrect player stat + packets were being sent to the client causing session stats to be + the same as lifetime stats. Makes no difference in INL mode, but + causes problems in pickup mode. Fixed. * ntserv/socket.c: Fix bug where stat reset using 'R' fails to clear rank in LTD_STATS mode. @@ -1027,4 +1030,4 @@ update_sys_defaults in updateMessages to a more appropriate location - updateClient in socket.c. - $Id: ChangeLog,v 1.91 2000/07/21 01:03:51 ahn Exp $ + $Id: ChangeLog,v 1.92 2000/07/21 01:08:27 ahn Exp $