Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 12, 2009, 9:40:33 AM (15 years ago)
Author:
rgrieder
Message:
  • Default config values for OGRE plugins, the plugins folder and the media directory are now configured in OrxonoxConfig.h
  • You should not need a preconfigured orxonox.ini anymore after installation
  • Small bugfixes in compiler flags and visual studio project generation
  • probable bugfix in FlagUtilities.cmake
File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/buildsystem2/src/orxonox/gamestates/GSGraphics.cc

    r2639 r2643  
    100100        SetConfigValue(ogreConfigFile_,  "ogre.cfg")
    101101            .description("Location of the Ogre config file");
    102         SetConfigValue(ogrePluginsFolder_, ".")
     102        SetConfigValue(ogrePluginsFolder_, ORXONOX_OGRE_PLUGINS_FOLDER)
    103103            .description("Folder where the Ogre plugins are located.");
    104         SetConfigValue(ogrePlugins_, "RenderSystem_GL, Plugin_ParticleFX")
     104        SetConfigValue(ogrePlugins_, ORXONOX_OGRE_PLUGINS)
    105105            .description("Comma separated list of all plugins to load.");
    106106        SetConfigValue(ogreLogFile_,     "ogre.log")
Note: See TracChangeset for help on using the changeset viewer.