Update of /cvsroot/netrek/client/netrekxp/include In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv1276/include Modified Files: data.h Log Message: Netrekrc option useFullWeapInfo to control whether to use the new feature packet. Cleaned up reportFeatures some to allow for more control of user to choose what features to request. Index: data.h =================================================================== RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v retrieving revision 1.63 retrieving revision 1.64 diff -u -d -r1.63 -r1.64 --- data.h 19 Mar 2007 00:05:12 -0000 1.63 +++ data.h 19 Mar 2007 04:33:50 -0000 1.64 @@ -715,6 +715,8 @@ extern int soundAngles; /* Use 3D sound */ 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 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 */