Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 10, 2008, 4:34:20 PM (16 years ago)
Author:
landauf
Message:

added boolean bApplyLoaderMask to the XMLPortObject macro to determine whether the ClassTreeMask from the Loader should be applied or not (the idea is: objects included in excluded objects are excluded too, no matter what the mask sais. but objects included in a namespace or directly in a level-file are filtered by the mask.)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core2/src/orxonox/core/Namespace.cc

    r877 r878  
    3737    {
    3838        RegisterObject(Namespace);
     39
     40        this->representingNamespace_ = 0;
    3941    }
    4042
     
    5355        BaseObject::XMLPort(xmlelement, loading);
    5456
    55         XMLPortObject(Namespace, BaseObject, "", loadObjects, saveObjects, xmlelement, loading);
     57        XMLPortObject(Namespace, BaseObject, "", loadObjects, saveObjects, xmlelement, loading, true);
    5658    }
    5759
Note: See TracChangeset for help on using the changeset viewer.