Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 24, 2018, 11:32:57 AM (6 years ago)
Author:
linggj
Message:

Ship added

Location:
code/branches/WorldMap_HS18/src/orxonox
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • code/branches/WorldMap_HS18/src/orxonox/LevelManager.cc

    r11071 r12053  
    6363        RegisterObject(LevelManager);
    6464        this->setConfigValues();
    65 
     65        orxout(status)<<" a ";
    6666        // check override
    6767        if (!CommandLineParser::getArgument("level")->hasDefaultValue())
     
    257257        // Get all files matching the level criteria
    258258        Ogre::StringVectorPtr levels = Resource::findResourceNames("*.oxw");
    259 
     259        orxout(internal_info) << levels << "itse me";
    260260        // We only want to load as little as possible
    261261        ClassTreeMask mask;
  • code/branches/WorldMap_HS18/src/orxonox/gametypes/StoryMode.cc

    r11783 r12053  
    4747    StoryMode::StoryMode(Context* context) : Gametype(context)
    4848    {
     49        orxout(internal_info) << levels << "itse me";
    4950        RegisterObject(StoryMode);
    5051
     
    6566    void StoryMode::exit()
    6667    {
    67         orxout() << "s funktioniert"<< endl;
     68     
    6869        for (StoryMode* mission : ObjectList<StoryMode>())
    6970        { //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.