Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 10, 2010, 10:28:30 AM (14 years ago)
Author:
dafrick
Message:

Adjusting include paths of CEGUIListbox and CEGUILisbtoxItem.
Added verbose parameter to the load and reload methods of the Loader, to be able to supress (i.e. shift the output level) the output, when convenient.
Suppressing the output, when loading all levels to extract the LevelInfo.

File:
1 edited

Legend:

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

    r7626 r7628  
    165165                mask.exclude(ClassIdentifier<BaseObject>::getIdentifier());
    166166                mask.include(ClassIdentifier<LevelInfo>::getIdentifier());
    167                 Loader::load(&file, mask);
     167                Loader::load(&file, mask, false);
    168168                for(ObjectList<LevelInfo>::iterator item = ObjectList<LevelInfo>::begin(); item != ObjectList<LevelInfo>::end(); ++item)
    169169                {
Note: See TracChangeset for help on using the changeset viewer.