Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 21, 2008, 4:56:41 PM (16 years ago)
Author:
landauf
Message:
  • added ControllableEntity, the baseclass of all players, vehicles and ships.
  • moved Template to core
  • some changes in Camera
  • added 6 constants to WorldEntity to identify relative directions
  • changed vom Radian to Degree as default angle unit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified code/branches/objecthierarchy/src/orxonox/gamestates/GSStandalone.cc

    r1949 r1989  
    4949        GSLevel::enter();
    5050
     51        Core::setIsStandalone(true);
    5152        this->loadLevel();
    5253
     
    5859        // level is loaded: we can start capturing the input
    5960        InputManager::getInstance().requestEnterState("game");
    60 
    61         Core::setIsStandalone(true);
    6261    }
    6362
Note: See TracChangeset for help on using the changeset viewer.