Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Aug 31, 2008, 8:39:13 PM (17 years ago)
Author:
rgrieder
Message:

Added support to specify the command line arguments in start.ini (uses the same formatting). '#' is the comment character.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/CommandLine.cc

    r1664 r1690  
    2828
    2929#include "CommandLine.h"
     30
     31#include "util/String.h"
    3032
    3133namespace orxonox
     
    108110
    109111                        // save old data first
     112                        value = removeTrailingWhitespaces(value);
    110113                        if (name != "")
    111114                        {
     
    152155
    153156        // parse last argument
     157        value = removeTrailingWhitespaces(value);
    154158        if (name != "")
    155159        {
Note: See TracChangeset for help on using the changeset viewer.