Update of /cvsroot/netrek/client/netrekxp/win32
In directory sc8-pr-cvs16:/tmp/cvs-serv30344/win32
Modified Files:
config.h
Log Message:
Add new #define PARADISE for trying to add support for paradise
servers. There are some issues that make bronco and paradise not
compatable, namely overlapping definitions of packet types (see
CP_PLANET or GENERIC_32). Also paradise uses a different set
of global constants (GWIDTH and MAXPLAYER come to mind as
the biggest changes). So for now, for testing with paradise, I will
simply flip the PARADISE define in config.h.
Added in the paradise packet types and packet handlers. The
actual functionality is commented out, it needs a lot more work.
Client is able to connect to paradise server with no broken packet
types, so that's a good start.
Don't save INL servers in UDP metacache.
Rename xtrekrc to netrekrc.txt in the help window.
Index: config.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/win32/config.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- config.h 13 Apr 2007 07:12:26 -0000 1.18
+++ config.h 16 May 2007 00:05:16 -0000 1.19
@@ -66,9 +66,6 @@
/* NBT - Nick trown's macro code
*/
#define NBT
-/* MAXPLAYER - Maximal number of players + observers
*/
-#define MAXPLAYER 36
-
/* CORRUPTED_PACKETS - prevents some seg faults but verbose output
*/
#define CORRUPTED_PACKETS
@@ -117,6 +114,9 @@
/* WARP_DEAD - Use death detection
*/
#undef WARP_DEAD
+/* PARADISE - Support paradise servers
*/
+#undef PARADISE
+
/* RCM - Receiver configurable Server messages
*/
#define RCM
_______________________________________________
netrek-cvs mailing list
[email protected]
http://mailman.us.netrek.org/mailman/listinfo/netrek-cvs