- Timestamp:
- Sep 30, 2009, 8:47:40 PM (15 years ago)
- Location:
- code/branches/core5/src
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/src/Orxonox.cc
r5752 r5844 63 63 for (int i = 1; i < argc; ++i) 64 64 strCmdLine += argv[i] + std::string(" "); 65 #endif 65 66 66 67 return orxonox::main(strCmdLine); 67 #endif68 68 } 69 69 catch (...) -
code/branches/core5/src/libraries/core/CommandLine.cc
r5837 r5844 284 284 } 285 285 286 infoStr << std::endl; 286 287 infoStr << "Usage: orxonox [options]" << std::endl; 287 288 infoStr << "Available options:" << std::endl; -
code/branches/core5/src/libraries/core/Game.cc
r5843 r5844 410 410 requestedNodes.push_back(currentNode); 411 411 } 412 if (currentNode == NULL) 413 requestedNodes.clear(); 412 414 } 413 415 -
code/branches/core5/src/orxonox/infos/PlayerInfo.cc
r5801 r5844 35 35 #include "gametypes/Gametype.h" 36 36 #include "worldentities/ControllableEntity.h" 37 #include "controllers/Controller.h" 37 38 38 39 namespace orxonox -
code/branches/core5/src/orxonox/infos/PlayerInfo.h
r5776 r5844 34 34 #include "Info.h" 35 35 #include "core/SubclassIdentifier.h" 36 #include "controllers/Controller.h"37 36 38 37 namespace orxonox
Note: See TracChangeset
for help on using the changeset viewer.