Update of /cvsroot/netrek/client/netrekxp/include
In directory sc8-pr-cvs7.sourceforge.net:/tmp/cvs-serv17400/include

Modified Files:
        data.h 
Log Message:
New Hockey options menu.
5 new netrekrc options, not functional yet but these patches include all
the backend work for loading/changing/documenting the new options.
The options are headingTic, tractorID, lockLine, weaponsOnMap, and
sortPlanets

Index: data.h
===================================================================
RCS file: /cvsroot/netrek/client/netrekxp/include/data.h,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- data.h      15 Mar 2007 15:39:25 -0000      1.60
+++ data.h      15 Mar 2007 16:42:28 -0000      1.61
@@ -712,5 +712,10 @@
 extern int soundMusicBkgd;     /* Play random background music continuously */
 extern int soundAngles;        /* Use 3D sound */
 
-extern int useFullShipInfo;  /* Prefer SP_PLAYER packets over SP_S_PLAYER 
packets */
+extern int useFullShipInfo;    /* Prefer SP_PLAYER packets over SP_S_PLAYER 
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 */
+extern int weaponsOnMap;       /* draw weapons fire on map */
+extern int sortPlanets;        /* sort planet list by team and army count */
 #endif /* _h_data */


_______________________________________________
netrek-cvs mailing list
[email protected]
http://mailman.us.netrek.org/mailman/listinfo/netrek-cvs

Reply via email to