Changeset 12053 for code/branches/WorldMap_HS18/src/orxonox
- Timestamp:
- Oct 24, 2018, 11:32:57 AM (6 years ago)
- Location:
- code/branches/WorldMap_HS18/src/orxonox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/WorldMap_HS18/src/orxonox/LevelManager.cc
r11071 r12053 63 63 RegisterObject(LevelManager); 64 64 this->setConfigValues(); 65 65 orxout(status)<<" a "; 66 66 // check override 67 67 if (!CommandLineParser::getArgument("level")->hasDefaultValue()) … … 257 257 // Get all files matching the level criteria 258 258 Ogre::StringVectorPtr levels = Resource::findResourceNames("*.oxw"); 259 259 orxout(internal_info) << levels << "itse me"; 260 260 // We only want to load as little as possible 261 261 ClassTreeMask mask; -
code/branches/WorldMap_HS18/src/orxonox/gametypes/StoryMode.cc
r11783 r12053 47 47 StoryMode::StoryMode(Context* context) : Gametype(context) 48 48 { 49 orxout(internal_info) << levels << "itse me"; 49 50 RegisterObject(StoryMode); 50 51 … … 65 66 void StoryMode::exit() 66 67 { 67 orxout() << "s funktioniert"<< endl;68 68 69 for (StoryMode* mission : ObjectList<StoryMode>()) 69 70 { //TODO: make sure that only the desired mission is ended !! This is a dirty HACK, that would end ALL missions!
Note: See TracChangeset
for help on using the changeset viewer.