Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 9:10:28 PM (16 years ago)
Author:
rgrieder
Message:
  • Server GameState works. But the Client has problems that don't seem to be related to GameStates.
  • added command line argument: limitToCPU for windows at the moment. 0 disables limitations, 1 limits to core 1, 2 to core 2, etc. if possible.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gamestates/GSRoot.h

    r1689 r1691  
    5858        void messageLogged(const std::string& message, Ogre::LogMessageLevel lml,
    5959            bool maskDebug, const std::string& logName);
    60         void setThreadAffinity();
     60        void setThreadAffinity(unsigned int limitToCPU);
    6161        void setupOgre();
    6262
Note: See TracChangeset for help on using the changeset viewer.