Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 22, 2007, 2:13:18 AM (16 years ago)
Author:
landauf
Message:
  • expanded the String2Number.h file
  • changed the SetConfigValue macro
  • changed the S2N and N2S conversion in the ConfigValueContainer
  • added unsigned int, char, unsigned char, float (additionally to double) and const char* (additionally to std::string) to the ConfigValueContainer
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/Orxonox.cc

    r665 r667  
    198198    ogre_->startRender();
    199199    //TODO: run engine
     200    Factory::createClassHierarchy();
    200201    createScene();
    201202    setupScene();
     
    206207      std::cout << "client here" << std::endl;
    207208    createFrameListener();
    208     Factory::createClassHierarchy();
    209209    switch(mode_){
    210210    case PRESENTATION:
Note: See TracChangeset for help on using the changeset viewer.