#include <config.h>
#include <algorithm>
#include <osgViewer/Viewer>
#include <osgDB/Registry>
#include <simgear/structure/commands.hxx>
#include <simgear/structure/exception.hxx>
#include <simgear/misc/sg_path.hxx>
#include <simgear/misc/sg_dir.hxx>
#include <simgear/timing/sg_time.hxx>
#include <simgear/ephemeris/ephemeris.hxx>
#include <simgear/structure/subsystem_mgr.hxx>
#include <simgear/structure/event_mgr.hxx>
#include <simgear/misc/ResourceManager.hxx>
#include <simgear/props/propertyObject.hxx>
#include <simgear/props/props_io.hxx>
#include <simgear/props/AtomicChangeListener.hxx>
#include <simgear/scene/model/modellib.hxx>
#include <simgear/package/Root.hxx>
#include <Add-ons/AddonResourceProvider.hxx>
#include <Aircraft/controls.hxx>
#include <Airports/runways.hxx>
#include <Autopilot/route_mgr.hxx>
#include <Navaids/navlist.hxx>
#include <GUI/gui.h>
#include <Main/sentryIntegration.hxx>
#include <Viewer/viewmgr.hxx>
#include <Scenery/scenery.hxx>
#include <Scenery/tilemgr.hxx>
#include <Viewer/renderer.hxx>
#include <GUI/MessageBox.hxx>
#include <simgear/sound/soundmgr.hxx>
#include <simgear/scene/material/matlib.hxx>
#include "globals.hxx"
#include "locale.hxx"
#include "fg_props.hxx"
#include "fg_io.hxx"
Go to the source code of this file.
◆ VersionPair
◆ autosaveName()
static std::string autosaveName |
( |
| ) |
|
|
static |
◆ deleteProperties()
static void deleteProperties |
( |
SGPropertyNode * | props, |
|
|
const string_list & | blacklist ) |
|
static |
◆ operator<()
◆ treeClearAliases()
static void treeClearAliases |
( |
SGPropertyNode * | nd | ) |
|
|
static |
◆ treeDumpRefCounts()
static void treeDumpRefCounts |
( |
int | depth, |
|
|
SGPropertyNode * | nd ) |
|
static |
◆ tryAutosaveMigration()
static void tryAutosaveMigration |
( |
const SGPath & | userDataPath, |
|
|
SGPropertyNode * | props ) |
|
static |
◆ globals