#include "global.hpp"
#include "config.hpp"
#include "filesystem.hpp"
#include "game_preferences.hpp"
#include "gamestatus.hpp"
#include "gettext.hpp"
#include "hotkeys.hpp"
#include "log.hpp"
#include "network.hpp"
#include "sound.hpp"
#include "settings.hpp"
#include "util.hpp"
#include "video.hpp"
#include "wml_exception.hpp"
#include "serialization/parser.hpp"
#include "serialization/string_utils.hpp"
#include <cstdlib>
#include <iostream>
#include <iterator>
#include <sstream>
Go to the source code of this file.
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 17 of file game_preferences.cpp.
void @79::add_relation | ( | const std::string | nick, | |
const std::string | relation | |||
) | [static] |
Add a nick to the specified relation setting.
Definition at line 53 of file game_preferences.cpp.
References preferences::get(), utils::join(), r, preferences::set(), and utils::split().
Referenced by preferences::add_friend(), and preferences::add_ignore().
void @79::remove_relation | ( | const std::string | nick, | |
const std::string | relation | |||
) | [static] |
Remove a nick from the specified relation setting.
Definition at line 60 of file game_preferences.cpp.
References preferences::get(), utils::join(), r, halo::remove(), preferences::set(), and utils::split().
Referenced by preferences::remove_friend(), and preferences::remove_ignore().
std::set<t_translation::t_terrain> encountered_terrains_set [static] |
Definition at line 47 of file game_preferences.cpp.
Referenced by preferences::encountered_terrains(), preferences::manager::manager(), and preferences::manager::~manager().
std::set<std::string> encountered_units_set [static] |
Definition at line 46 of file game_preferences.cpp.
Referenced by preferences::encounter_recallable_units(), preferences::encounter_recruitable_units(), preferences::encounter_start_units(), preferences::encountered_units(), preferences::manager::manager(), and preferences::manager::~manager().
bool haloes = true [static] |
Definition at line 44 of file game_preferences.cpp.
Referenced by preferences::set_show_haloes(), and preferences::show_haloes().
std::map<std::string, std::vector<std::string> > history_map [static] |
Definition at line 49 of file game_preferences.cpp.
Referenced by preferences::get_history(), and preferences::manager::~manager().
const unsigned max_history_saved = 50 [static] |
bool message_private_on = false [static] |
Definition at line 42 of file game_preferences.cpp.
Referenced by preferences::message_private(), and preferences::set_message_private().
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |