[Gcblue-commits] gcb_wx/include/sim Game.h,1.70,1.71
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/sim In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv11768/include/sim Modified Files: Game.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: Game.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/sim/Game.h,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** Game.h 17 Aug 2006 01:27:11 -0000 1.70 --- Game.h 24 Sep 2006 19:50:19 -0000 1.71 *************** *** 42,46 **** #include "tcOptionsView.h" #include "tcObjectControl.h" ! #include "tcGraphicsEngine.h" #include "tcTime.h" #include "tcStartView.h" --- 42,46 ---- #include "tcOptionsView.h" #include "tcObjectControl.h" ! #include "tcGraphicsInfo.h" #include "tcTime.h" #include "tcStartView.h" *************** *** 133,137 **** DateZulu gameDateZulu; ///< object combining date and time wxDateTime startTime; ! tcGraphicsEngine* mpGraphicsEngine; // Graphics engine object tc3DViewer *viewer; --- 133,137 ---- DateZulu gameDateZulu; ///< object combining date and time wxDateTime startTime; ! tcGraphicsInfo* mpGraphicsEngine; // Graphics engine object tc3DViewer *viewer; *************** *** 255,258 **** --- 255,259 ---- void NewHook(wxCommandEvent& event); ///< event for single unit hooked (deprecated) void NewHook(long hookID); + void DoubleClickHook(wxCommandEvent& event); void OnChar(wxKeyEvent& event); void OnEraseBackground(wxEraseEvent& event); |