Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2009, 11:59:29 PM (16 years ago)
Author:
rgrieder
Message:

#298: Improved usage dialogue creation and the information itself.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core4/src/orxonox/gamestates/GSRoot.cc

    r3245 r3255  
    4242{
    4343    DeclareGameState(GSRoot, "root", true, false);
    44     SetCommandLineSwitch(console);
     44    SetCommandLineSwitch(console).information("Start in console mode (text IO only)");
    4545    // Shortcuts for easy direct loading
    46     SetCommandLineSwitch(server);
    47     SetCommandLineSwitch(client);
    48     SetCommandLineSwitch(dedicated);
    49     SetCommandLineSwitch(standalone);
     46    SetCommandLineSwitch(server).information("Start in server mode");
     47    SetCommandLineSwitch(client).information("Start in client mode");
     48    SetCommandLineSwitch(dedicated).information("Start in dedicated server mode");
     49    SetCommandLineSwitch(standalone).information("Start in standalone mode");
    5050
    5151    GSRoot::GSRoot(const GameStateConstrParams& params)
Note: See TracChangeset for help on using the changeset viewer.