Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 5, 2009, 2:58:42 PM (16 years ago)
Author:
rgrieder
Message:

Using POSIX forward slashes on Windows as well. There is only one exception: Plugin loading in GSGraphics.cc

  • Removed Core::getFooPathPOSIXString()
  • Modified Core::getFooPathString() to return POSIX path strings.

This should problems when exchanging file strings over the network.

File:
1 edited

Legend:

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

    r2710 r2750  
    111111
    112112        // initialise TCL
    113         this->tclBind_ = new TclBind(Core::getMediaPathPOSIXString());
     113        this->tclBind_ = new TclBind(Core::getMediaPathString());
    114114        this->tclThreadManager_ = new TclThreadManager(tclBind_->getTclInterpreter());
    115115
Note: See TracChangeset for help on using the changeset viewer.