Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3459 in orxonox.OLD for orxonox/trunk/src/world.h


Ignore:
Timestamp:
Mar 9, 2005, 1:00:30 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: cleaning up old stuff in world.cc and its relatives. first step…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world.h

    r3456 r3459  
    3131  World (int worldID);
    3232  virtual ~World ();
    33  
     33
     34
     35  /* classes from story-entity */
     36  virtual ErrorMessage load ();
    3437  virtual ErrorMessage init ();
    3538  virtual ErrorMessage start ();
     
    3740  virtual ErrorMessage pause ();
    3841  virtual ErrorMessage resume ();
     42  virtual ErrorMessage destroy ();
    3943
    40   virtual void load ();
    41   virtual void destroy ();
     44  virtual void displayLoadScreen();
     45  virtual void releaseLoadScreen();
    4246
    43   //static void vertexCallback (GLfloat* vertex);
    4447
    45   void timeSlice (Uint32 deltaT);
    46   void collide ();
     48  /* main functions for world-looping */
     49
    4750  void draw ();
    4851  void update ();       // maps Locations to Placements
    4952  //void calcCameraPos (Location* loc, Placement* plc);
    5053       
    51   void unload ();
    5254  bool command (Command* cmd);
    53   virtual void displayLoadScreen();
    54   virtual void releaseLoadScreen();
     55
    5556 
    5657  //bool system_command (Command* cmd);
     
    9091  void handleInput ();
    9192  void timeSlice ();
    92   void collision ();
     93  void collide ();
    9394  void display ();
    9495  void debug ();
Note: See TracChangeset for help on using the changeset viewer.