Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7249 in orxonox.OLD


Ignore:
Timestamp:
Mar 24, 2006, 7:09:08 PM (18 years ago)
Author:
rennerc
Message:
 
Location:
branches/preferences/src/lib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • branches/preferences/src/lib/event/key_mapper.cc

    r7248 r7249  
    186186  for ( std::list<std::string>::const_iterator it = keys.begin(); it!=keys.end(); it++ )
    187187  {
    188     PRINTF(0)("Keys: Parsing %s, %s now.\n", it->c_str(), Preferences::getInstance()->getString(CONFIG_SECTION_PLAYER "1", *it, "").c_str());
     188    PRINTF(3)("Keys: Parsing %s, %s now.\n", it->c_str(), Preferences::getInstance()->getString(CONFIG_SECTION_PLAYER "1", *it, "").c_str());
    189189    // map the name to an sdl index
    190190    index = nameToIndex (Preferences::getInstance()->getString(CONFIG_SECTION_PLAYER "1", *it, ""));
  • branches/preferences/src/lib/graphics/graphics_engine.cc

    r7247 r7249  
    2929#include "debug.h"
    3030
    31 #include "parser/ini_parser/ini_parser.h"
    3231#include "util/preferences.h"
    3332#include "substring.h"
     
    151150/**
    152151 * loads the GraphicsEngine's settings from a given ini-file and section
    153  * @param iniParser the iniParser to load from
    154  * @param section the Section in the ini-file to load from
    155152 * @returns nothing usefull
    156153 */
  • branches/preferences/src/lib/graphics/graphics_engine.h

    r7247 r7249  
    2020// Forward Declaration
    2121class Text;
    22 class IniParser;
    2322class WorldEntity;
    2423class GraphicsEffect;
  • branches/preferences/src/lib/sound/sound_engine.cc

    r7247 r7249  
    9595/**
    9696 * loads the settings of the SoundEngine from an ini-file
    97  * @param iniParser the IniParser of the inifile
    9897 */
    9998void SoundEngine::loadSettings()
Note: See TracChangeset for help on using the changeset viewer.