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

CVS update: Vanilla



Date:	Friday February 25, 19100 @ 17:21
Author:	unbelver

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

Modified Files:
	config.h.in ChangeLog 
Log Message:

Removed MAXPLAYER from config.h.in due to redundant definition in
ntserv/defs.h

--Carlos V.



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

Index: Vanilla/config.h.in
diff -u Vanilla/config.h.in:1.20 Vanilla/config.h.in:1.21
--- Vanilla/config.h.in:1.20	Thu Feb 24 22:13:19 2000
+++ Vanilla/config.h.in	Fri Feb 25 17:21:59 2000
@@ -70,8 +70,9 @@
 /*	NBT 			- Nick trown's macro code			*/
 #define NBT
 
-/*	MAXPLAYER		- Maximal number of players + observers 	*/
-#define MAXPLAYER 32
+/*	MAXPLAYER		- Maximal number of players + observers	     */
+/*                                REMOVED from config.h.in due to redundancy */
+/*                                Look for it in ntserv/defs.h               */
 
 /*	CORRUPTED_PACKETS 	- prevents some seg faults but verbose output	*/
 #define CORRUPTED_PACKETS
Index: Vanilla/ChangeLog
diff -u Vanilla/ChangeLog:1.65 Vanilla/ChangeLog:1.66
--- Vanilla/ChangeLog:1.65	Fri Feb 25 16:37:46 2000
+++ Vanilla/ChangeLog	Fri Feb 25 17:21:59 2000
@@ -1,3 +1,13 @@
+Fri Feb 25 15:16:26 2000  Carlos Y. Villalpando  <unbelver@us.netrek.org>
+
+	* config.h.in: Removed MAXPLAYER due to redundant definition in
+	ntserv/defs.h. defs.h seemed better place for it as config.h is
+	primarily a Exist/noexist definition file while defs.h is a value
+	assignment definition file.  defs.h #includes config.h
+
+	Hmm, dates in changelog are in localtime instead of UTC/GMT. Odd
+	to see a change made later than the previous change dated earlier.
+
 Sat Feb 26 09:37:42 2000  James Cameron  <quozl@us.netrek.org>
 
 	* xsg/Makefile (SRCS): add ntserv/ltd_stats.o to xsg Makefile,
@@ -822,4 +832,4 @@
  	update_sys_defaults in updateMessages to a more appropriate
  	location - updateClient in socket.c.
 	
-	$Id: ChangeLog,v 1.65 2000/02/25 22:37:46 cameron Exp $
+	$Id: ChangeLog,v 1.66 2000/02/25 23:21:59 unbelver Exp $