Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 21, 2008, 9:23:11 PM (16 years ago)
Author:
rgrieder
Message:
  • Finished CommandLineArgument completely. You can also use SetCommandLineSwitch to define boolean switches.
  • Added StaticConversion to Covert.h (compile time type conversion checking)
  • Fixed a bug in Exception
  • Added getAllStrings() to SubString
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/orxonox/gamestates/GSLevel.cc

    r1663 r1664  
    4646namespace orxonox
    4747{
    48     SetCommandLineArgument(port, 55556).setShortcut("p");
    49     SetCommandLineArgument(ip, std::string("127.0.0.0"));
     48    SetCommandLineArgument(port, 55556).setShortcut("p").setInformation("PORT");
     49    SetCommandLineArgument(ip, "127.0.0.0").setInformation("#.#.#.#");
    5050
    5151    GSLevel::GSLevel()
Note: See TracChangeset for help on using the changeset viewer.