Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 30, 2011, 9:31:02 PM (13 years ago)
Author:
rgrieder
Message:

Renamed PathConfig::isDevelopmentRun() to PathConfig::buildDirectoryRun() because that fits better and there is no confusion with Core::inDevMode().
Also used isDevelopmentRun() as default value for Core::inDevMode() instead of ORXONOX_RELEASE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/libraries/core/Core.h

    r8079 r8366  
    9191                { return this->ogreConfigTimestamp_; }
    9292
     93            //! Developers bit. If returns false, some options are not available as to not confuse the normal user.
    9394            inline bool inDevMode(void) const
    9495                { return this->bDevMode_; }
Note: See TracChangeset for help on using the changeset viewer.