Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3542 in orxonox.OLD for orxonox/branches/levelloader/src/factory.cc


Ignore:
Timestamp:
Mar 14, 2005, 9:58:58 AM (19 years ago)
Author:
chris
Message:

orxonox/branches/levelloader: First incarnation of a debugworld loaded from a XML-File in place, compilability in place, all necessary basic loading constuctors in place. Unfortunately the code still generates interferences with the old hardcoded debugworld resulting in SegFault crash.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/levelloader/src/factory.cc

    r3530 r3542  
    6363{
    6464        assert( classname != NULL);
    65         PRINTF(3)("Initializing %sFactory\n", classname);
    6665        GameLoader* gl = GameLoader::getInstance();
    6766        gl->registerFactory( this);
Note: See TracChangeset for help on using the changeset viewer.