Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 28, 2009, 7:15:37 PM (15 years ago)
Author:
rgrieder
Message:

Added run scripts for client1, client2 and server.
They will be copied to the same locations as the original run scripts.
Furthermore specifying "—directory foobar" to the command line will put the config and log files in the subfolder foobar.
—> server goes to config/server, etc.
That should avoid conflicts when using the same logfile from multiple executables.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem3/src/orxonox/Main.cc

    r2702 r2709  
    9292    using namespace orxonox;
    9393
    94     Core::postMainInitialisation();
    95 
    9694    // create a signal handler (only active for linux)
    9795    SignalHandler signalHandler;
     
    108106        COUT(0) << "Usage:" << std::endl << "orxonox " << CommandLine::getUsageInformation() << std::endl;
    109107    }
     108
     109    // Do this after parsing the command line to allow customisation
     110    Core::postMainInitialisation();
    110111
    111112    // Create the ConfigFileManager before creating the GameStates in order to have
Note: See TracChangeset for help on using the changeset viewer.