Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs16:/tmp/cvs-serv12425/include Modified Files: data.h Log Message: New netrekrc options "useCheckPlanets: (on)/off" and "useGeneric32: (on)/off" to control whether to use the CHECK_PLANETS or SP_GENERIC_32 feature packets. Added improved explanation to netrekrc for the bandwidth costs of using the 4 new(ish) feature packets which actually increase bandwidth use. Fixed bug with netrek.geometry not saving properly due to passing a null string. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.81 retrieving revision 1.82 diff -u -d -r1.81 -r1.82 --- data.h 25 Apr 2007 06:50:41 -0000 1.81 +++ data.h 25 Apr 2007 07:21:42 -0000 1.82 @@ -736,9 +736,11 @@ extern int soundMusicBkgd; /* Play random background music continuously */ extern int soundAngles; /* Use 3D sound */ +extern int useCheckPlanets; /* Send CP_PLANET packets to server checking planet status */ extern int useFullShipInfo; /* Prefer SP_PLAYER packets over SP_S_PLAYER packets */ extern int useFullWeapInfo; /* Receive larger torp packets, get self torp info beyond tactical, allow observer to see all weapons fire */ +extern int useGeneric32; /* Receive SP_GENERIC_32 packets */ extern int headingTic; /* show ship heading tic */ extern int tractorID; /* show ID of player you are tractoring */ extern int lockLine; /* draw dashed line on map from you to lock target */