[Gcblue-commits] gcb_wx/include/common wxcommands.h,1.24,1.25
Status: Alpha
Brought to you by:
ddcforge
From: Dewitt C. <ddc...@us...> - 2006-09-24 19:50:25
|
Update of /cvsroot/gcblue/gcb_wx/include/common In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11768/include/common Modified Files: wxcommands.h Log Message: Upgraded to OSG 1.2. Tried Demeter 4.0 but had to go back. It's not backwards compatible. Added border to 3D view, alt-f to toggle frame counter Fix for passive torpedo bug Index: wxcommands.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/common/wxcommands.h,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -d -r1.24 -r1.25 *** wxcommands.h 17 Aug 2006 01:27:09 -0000 1.24 --- wxcommands.h 24 Sep 2006 19:50:19 -0000 1.25 *************** *** 43,46 **** --- 43,47 ---- ID_NEWHOOK = 80, ///< new platform has been hooked by user ID_GROUPHOOK = 82, ///< new group of platforms has been hooked by user + ID_DCLICKHOOK = 85, ///< hooked object has been double clicked by user ID_SETBRIEFING = 90, ///< enable/disable briefing mode ID_SETPAUSE = 100, ///< enable/disable game pause |