Update of /cvsroot/gcblue/gcb_wx/include/graphics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8388/include/graphics
Modified Files:
tcMapView.h tcTerrainView.h
Log Message:
OpenAL++ issues, fixed minimization of world map, shift+left click now changes theater on world map
Index: tcTerrainView.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcTerrainView.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** tcTerrainView.h 20 Feb 2005 21:54:32 -0000 1.2
--- tcTerrainView.h 19 Mar 2005 15:31:08 -0000 1.3
***************
*** 70,73 ****
--- 70,74 ----
int LoadHighResSurface();
int LoadLowResSurface();
+ void Maximize();
void Minimize();
int RefreshSurfaces(); ///< reloads terrain data to map view
Index: tcMapView.h
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/include/graphics/tcMapView.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** tcMapView.h 5 Mar 2005 22:37:51 -0000 1.15
--- tcMapView.h 19 Mar 2005 15:31:08 -0000 1.16
***************
*** 403,406 ****
--- 403,407 ----
void DrawGrid();
void DrawTheaterBox();
+ void OnChar(wxKeyEvent& event);
void OnLButtonDown(wxMouseEvent& event);
void OnMouseMove(wxMouseEvent& event);
|