/[projectaxis]/projectaxis/projectAxis/src/visual/renderman.h
ViewVC logotype

Diff of /projectaxis/projectAxis/src/visual/renderman.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by leiavoia, Sat Aug 9 18:25:29 2003 UTC revision 1.4 by leiavoia, Wed Aug 20 18:25:14 2003 UTC
# Line 20  included in any screen, as well as scree Line 20  included in any screen, as well as scree
20    
21  CHANGELOG:  CHANGELOG:
22  ----------------------  ----------------------
23    0.0.3 - August 12, 2003
24            - removed Mission::SetMapPointer
25  0.0.2 - August 7, 2003  0.0.2 - August 7, 2003
26          - added DrawPixel          - added DrawPixel
27          - cleaned up screen switching          - cleaned up screen switching
# Line 53  TO-DO & EXPANSION LIST Line 55  TO-DO & EXPANSION LIST
55  #include "paragui.h"  #include "paragui.h"
56  #include "pgapplication.h"  #include "pgapplication.h"
57  #include "pgwidget.h"  #include "pgwidget.h"
58    #include "pgmessagebox.h"
59    
60  #include "../core/pointerhub.h"  #include "../core/pointerhub.h"
61  #include "../pods/missions.h"  #include "../pods/missions.h"
# Line 94  enum screen_type { Line 97  enum screen_type {
97  class RenderMan: public PG_EventObject, public PointerHub {  class RenderMan: public PG_EventObject, public PointerHub {
98  public:  public:
99          RenderMan(int x, int y); //< x/y screen window width          RenderMan(int x, int y); //< x/y screen window width
100          ~RenderMan();          virtual ~RenderMan();
101    
102    
103          // ----Interface functions-------\/-------------------          // ----Interface functions-------\/-------------------
104          void MovePod(int x1, int y1, int x2, int y2);          void MovePod(int x1, int y1, int x2, int y2);
105            void RedrawMap();
106            void PromptEngagement(); // delete?
107            bool StartCombat(Pod* att, Pod* def); //< 1 = attacker won, 0 = defender won
108    
109          // ----Interface functions-------/\-------------------          // ----Interface functions-------/\-------------------
110    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26