Changeset 5848 for code/branches/core5/src
- Timestamp:
 - Oct 1, 2009, 11:11:01 AM (16 years ago)
 - Location:
 - code/branches/core5/src/orxonox
 - Files:
 - 
          
- 2 added
 - 2 edited
 
- 
          Main.cc (modified) (3 diffs)
 - 
          gamestates/CMakeLists.txt (modified) (1 diff)
 - 
          gamestates/GSDedicatedClient.cc (added)
 - 
          gamestates/GSDedicatedClient.h (added)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/core5/src/orxonox/Main.cc
r5843 r5848 48 48 SetCommandLineSwitch(dedicated).information("Start in dedicated server mode"); 49 49 SetCommandLineSwitch(standalone).information("Start in standalone mode"); 50 SetCommandLineSwitch(dedicatedClient).information("Start in dedicated client mode"); 50 51 51 52 DeclareToluaInterface(Orxonox); … … 67 68 " standalone,server,client" 68 69 " level" 69 " dedicated "70 " dedicated,dedicatedClient" 70 71 " level" 71 72 " ioConsole" … … 83 84 else if (CommandLine::getValue("dedicated").getBool()) 84 85 Game::getInstance().requestStates("dedicated, level"); 86 else if (CommandLine::getValue("dedicatedClient").getBool()) 87 Game::getInstance().requestStates("dedicatedClient, level"); 85 88 else if (CommandLine::getValue("console").getBool()) 86 89 Game::getInstance().requestStates("ioConsole");  - 
        
code/branches/core5/src/orxonox/gamestates/CMakeLists.txt
r5842 r5848 2 2 GSClient.cc 3 3 GSDedicated.cc 4 GSDedicatedClient.cc 4 5 GSGraphics.cc 5 6 GSIOConsole.cc  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






