Vegastrike 0.5.1 rc1
1.0
Original sources for Vegastrike Evolved
|
#include <options.h>
Public Member Functions | |
vs_options () | |
~vs_options () | |
void | init () |
std::string | getCallsign (int) |
string vs_options::getCallsign | ( | int | squadnum) |
Definition at line 133 of file options.cpp.
References VegaConfig::getVariable(), and XMLSupport::tostring().
Referenced by createObjects().
void vs_options::init | ( | void | ) |
Definition at line 6 of file options.cpp.
References AllowCivilWar, AllowNonplayerFactionChange, always_make_smooth_cam, AsteroidDifficulty, auto_pilot_planet_radius_percent, autogen_compactness, background, camera_pan_speed, campaigns, CappedFactionRating, cockpit, comm, comm_preload, compress_change, compress_interval, compress_loop, compress_max, compress_stop, custompython, deadband, debug_digital_hatswitch, deleteoldsystems, disabled_cockpit_allowed, draw_near_stars_in_front_of_planets, Drone, empty_mission, examine, ff_device, force_feedback, force_use_of_joystick, game_speed, game_speed_affects_autogen_systems, garbagecollectfrequency, VegaConfig::getVariable(), hardware_cursor, InactiveSystemTime, joystick_exponent, jumpanimationshrink, jumpgate, jumpgatesize, jumpleave, manifest, mass, max_missions, min_relationship, missionvictorysong, mouse_blur, mouse_deadband, mouse_exponent, mouse_sensitivity, new_game_save_name, news_from_cargolist, num_far_stars, num_near_stars, numoldsystems, NumRunningSystems, objective, XMLSupport::parse_bool(), XMLSupport::parse_float(), XMLSupport::parse_floatf(), XMLSupport::parse_int(), polling_rate, precull_dist, PushValuesToMean, quick_savegame_summaries, quick_savegame_summaries_buffer, radius, reflectivity, remember_savegame, repair, respawn_unit_size, runtime_compactness, scanning, sectors, splash_screen, star_spreading, star_system_scale, starblend, switchToTargetModeOnKey, techniquesBasePath, techniquesSubPath, threadtime, times_to_show_help_screen, universe_path, usePlanetAtmosphere, usePlanetFog, vbo, view, vsdebug, warp_mouse, write_savegame_on_exit, xscale, YearScale, yscale, and zscale.
Referenced by main(), AccountServer::start(), and NetServer::start().
bool vs_options::AllowCivilWar |
Definition at line 101 of file options.h.
Referenced by FactionUtil::AdjustIntRelation(), and init().
bool vs_options::AllowNonplayerFactionChange |
Definition at line 103 of file options.h.
Referenced by FactionUtil::AdjustIntRelation(), and init().
bool vs_options::always_make_smooth_cam |
double vs_options::AsteroidDifficulty |
float vs_options::auto_pilot_planet_radius_percent |
Definition at line 117 of file options.h.
Referenced by UniverseUtil::getPlanetRadiusPercent(), and init().
double vs_options::autogen_compactness |
Definition at line 111 of file options.h.
Referenced by init(), and ScaleOrbitDist().
bool vs_options::background |
Definition at line 59 of file options.h.
Referenced by init(), and CockpitKeys::Inside().
double vs_options::camera_pan_speed |
Definition at line 58 of file options.h.
Referenced by CockpitKeys::_PitchDown(), CockpitKeys::_PitchUp(), CockpitKeys::_YawLeft(), CockpitKeys::_YawRight(), init(), CockpitKeys::LookDown(), CockpitKeys::LookLeft(), CockpitKeys::LookRight(), and CockpitKeys::LookUp().
std::string vs_options::campaigns |
Definition at line 118 of file options.h.
Referenced by UniverseUtil::getSaveInfo(), and init().
bool vs_options::CappedFactionRating |
Definition at line 102 of file options.h.
Referenced by FactionUtil::AdjustIntRelation(), and init().
bool vs_options::cockpit |
Definition at line 60 of file options.h.
Referenced by init(), and CockpitKeys::Inside().
std::string vs_options::comm |
Definition at line 35 of file options.h.
Referenced by CockpitKeys::CommModeVDU(), and init().
bool vs_options::comm_preload |
Definition at line 48 of file options.h.
Referenced by FSM::Node::AddSound(), and init().
std::string vs_options::compress_change |
Definition at line 44 of file options.h.
Referenced by init(), and UpdateTimeCompressionSounds().
int vs_options::compress_interval |
Definition at line 46 of file options.h.
Referenced by init(), and UpdateTimeCompressionSounds().
std::string vs_options::compress_loop |
Definition at line 43 of file options.h.
Referenced by init(), and UpdateTimeCompressionSounds().
int vs_options::compress_max |
Definition at line 42 of file options.h.
Referenced by init(), and UpdateTimeCompressionSounds().
std::string vs_options::compress_stop |
Definition at line 45 of file options.h.
Referenced by init(), and UpdateTimeCompressionSounds().
std::string vs_options::custompython |
Definition at line 23 of file options.h.
Referenced by init(), and UniverseUtil::receivedCustom().
float vs_options::deadband |
Definition at line 91 of file options.h.
Referenced by init(), and JoyStick::JoyStick().
bool vs_options::debug_digital_hatswitch |
Definition at line 90 of file options.h.
Referenced by init(), and JoyStick::JoyStick().
bool vs_options::deleteoldsystems |
Definition at line 27 of file options.h.
Referenced by init(), and GameUniverse::StartDraw().
bool vs_options::disabled_cockpit_allowed |
Definition at line 61 of file options.h.
Referenced by init(), and CockpitKeys::Inside().
bool vs_options::draw_near_stars_in_front_of_planets |
Definition at line 73 of file options.h.
Referenced by GameStarSystem::Draw(), and init().
std::string vs_options::Drone |
Definition at line 107 of file options.h.
Referenced by SaveGame::AddUnitToSave(), and init().
std::string vs_options::empty_mission |
Definition at line 22 of file options.h.
Referenced by init(), and LoadMission().
std::string vs_options::examine |
Definition at line 38 of file options.h.
Referenced by init(), and CockpitKeys::TargetModeVDU().
bool vs_options::force_use_of_joystick |
Definition at line 89 of file options.h.
Referenced by init(), and InitJoystick().
double vs_options::game_speed |
Definition at line 109 of file options.h.
Referenced by GetStarSpreadScale(), and init().
bool vs_options::game_speed_affects_autogen_systems |
Definition at line 114 of file options.h.
Referenced by init(), and StarSystem::LoadXML().
int vs_options::garbagecollectfrequency |
Definition at line 25 of file options.h.
Referenced by init(), and GameUniverse::StartDraw().
bool vs_options::hardware_cursor |
Definition at line 70 of file options.h.
Referenced by ConditionalCursorDraw(), and init().
float vs_options::InactiveSystemTime |
Definition at line 120 of file options.h.
Referenced by init(), and GameUniverse::StartDraw().
float vs_options::joystick_exponent |
Definition at line 87 of file options.h.
Referenced by init(), and modifyExponent().
double vs_options::jumpanimationshrink |
Definition at line 55 of file options.h.
Referenced by init(), and GameStarSystem::VolitalizeJumpAnimation().
std::string vs_options::jumpgate |
Definition at line 54 of file options.h.
Referenced by AddJumpAnimation(), CacheJumpStar(), and init().
double vs_options::jumpgatesize |
Definition at line 56 of file options.h.
Referenced by GameStarSystem::DoJumpingComeSightAndSound(), GameStarSystem::DrawJumpStars(), and init().
std::string vs_options::jumpleave |
Definition at line 51 of file options.h.
Referenced by GameStarSystem::DoJumpingLeaveSightAndSound(), and init().
std::string vs_options::manifest |
Definition at line 41 of file options.h.
Referenced by init(), and CockpitKeys::ManifestModeVDU().
double vs_options::mass |
Definition at line 80 of file options.h.
Referenced by createObjects(), and init().
int vs_options::max_missions |
Definition at line 108 of file options.h.
Referenced by init(), and UniverseUtil::maxMissions().
double vs_options::min_relationship |
Definition at line 104 of file options.h.
Referenced by FactionUtil::AdjustIntRelation(), and init().
std::string vs_options::missionvictorysong |
Definition at line 32 of file options.h.
Referenced by init(), and UniverseUtil::playVictoryTune().
float vs_options::mouse_deadband |
Definition at line 92 of file options.h.
Referenced by GameCockpit::Draw(), init(), and JoyStick::JoyStick().
std::string vs_options::new_game_save_name |
Definition at line 20 of file options.h.
Referenced by GetHelperPlayerSaveGame(), and init().
bool vs_options::news_from_cargolist |
Definition at line 132 of file options.h.
Referenced by init(), and UniverseUtil::IOmessage().
int vs_options::num_far_stars |
Definition at line 65 of file options.h.
Referenced by GetNumStarsScale(), and init().
int vs_options::num_near_stars |
Definition at line 64 of file options.h.
Referenced by GetNumNearStarsScale(), and init().
uint vs_options::numoldsystems |
Definition at line 26 of file options.h.
Referenced by init(), and GameUniverse::StartDraw().
uint vs_options::NumRunningSystems |
Definition at line 119 of file options.h.
Referenced by init(), and GameUniverse::StartDraw().
std::string vs_options::objective |
Definition at line 37 of file options.h.
Referenced by init(), and CockpitKeys::ObjectiveModeVDU().
int vs_options::polling_rate |
Definition at line 88 of file options.h.
Referenced by init(), and JoystickPollingRate().
double vs_options::precull_dist |
Definition at line 72 of file options.h.
Referenced by GameStarSystem::Draw(), and init().
bool vs_options::PushValuesToMean |
Definition at line 129 of file options.h.
Referenced by init(), and MakeStarSystem().
bool vs_options::quick_savegame_summaries |
Definition at line 24 of file options.h.
Referenced by UniverseUtil::getSaveInfo(), and init().
int vs_options::quick_savegame_summaries_buffer |
Definition at line 21 of file options.h.
Referenced by init(), and SaveGame::ParseSaveGame().
double vs_options::radius |
Definition at line 81 of file options.h.
Referenced by createObjects(), and init().
double vs_options::reflectivity |
Definition at line 69 of file options.h.
Referenced by init(), and StarSystem::LoadXML().
bool vs_options::remember_savegame |
Definition at line 19 of file options.h.
Referenced by GetHelperPlayerSaveGame(), and init().
std::string vs_options::repair |
Definition at line 40 of file options.h.
Referenced by CockpitKeys::DamageModeVDU(), and init().
double vs_options::respawn_unit_size |
Definition at line 116 of file options.h.
Referenced by init(), and UniverseUtil::SafeStarSystemEntrancePoint().
double vs_options::runtime_compactness |
Definition at line 110 of file options.h.
Referenced by init(), and ScaleOrbitDist().
std::string vs_options::scanning |
Definition at line 36 of file options.h.
Referenced by init(), and CockpitKeys::ScanningModeVDU().
std::string vs_options::splash_screen |
Definition at line 62 of file options.h.
Referenced by init(), and UniverseUtil::showSplashScreen().
double vs_options::star_spreading |
Definition at line 66 of file options.h.
Referenced by GetStarSpreadScale(), and init().
double vs_options::star_system_scale |
Definition at line 115 of file options.h.
Referenced by init(), and StarSystem::LoadXML().
bool vs_options::starblend |
Definition at line 74 of file options.h.
Referenced by GameStarSystem::createBackground(), and init().
bool vs_options::switchToTargetModeOnKey |
Definition at line 57 of file options.h.
Referenced by ExamineWhenTargetKey(), and init().
std::string vs_options::techniquesBasePath |
std::string vs_options::techniquesSubPath |
int vs_options::threadtime |
Definition at line 31 of file options.h.
Referenced by getmicrosleep(), and init().
int vs_options::times_to_show_help_screen |
Definition at line 18 of file options.h.
Referenced by IncrementStartupVariable(), and init().
std::string vs_options::universe_path |
Definition at line 123 of file options.h.
Referenced by getUniversePath(), and init().
bool vs_options::vbo |
Definition at line 63 of file options.h.
Referenced by init(), and GFXVertexList::RefreshDisplayList().
std::string vs_options::view |
Definition at line 39 of file options.h.
Referenced by init(), and CockpitKeys::ViewModeVDU().
bool vs_options::write_savegame_on_exit |
Definition at line 17 of file options.h.
Referenced by init(), and CockpitKeys::QuitNow().
double vs_options::xscale |
Definition at line 77 of file options.h.
Referenced by createObjects(), and init().
double vs_options::yscale |
Definition at line 78 of file options.h.
Referenced by createObjects(), and init().
double vs_options::zscale |
Definition at line 79 of file options.h.
Referenced by createObjects(), and init().