#include <config.h>
#include <simgear/compiler.h>
#include <simgear/props/props_io.hxx>
#include <iostream>
#include <osg/Camera>
#include <osg/GraphicsContext>
#include <osgDB/Registry>
#include <simgear/canvas/VGInitOperation.hxx>
#include <simgear/debug/logdelta.hxx>
#include <simgear/emesary/Emesary.hxx>
#include <simgear/emesary/notifications.hxx>
#include <simgear/io/raw_socket.hxx>
#include <simgear/math/SGMath.hxx>
#include <simgear/math/sg_random.hxx>
#include <simgear/misc/strutils.hxx>
#include <simgear/nasal/NasalEmesaryInterface.hxx>
#include <simgear/props/AtomicChangeListener.hxx>
#include <simgear/props/props.hxx>
#include <simgear/scene/material/Effect.hxx>
#include <simgear/scene/material/matlib.hxx>
#include <simgear/scene/model/modellib.hxx>
#include <simgear/scene/tsync/terrasync.hxx>
#include <simgear/structure/commands.hxx>
#include <simgear/timing/sg_time.hxx>
#include <Add-ons/AddonManager.hxx>
#include <GUI/MessageBox.hxx>
#include <GUI/gui.h>
#include <Main/locale.hxx>
#include <Navaids/NavDataCache.hxx>
#include <Scenery/scenery.hxx>
#include <Sound/soundmanager.hxx>
#include <Time/TimeManager.hxx>
#include <Viewer/CameraGroup.hxx>
#include <Viewer/GraphicsPresets.hxx>
#include <Viewer/WindowSystemAdapter.hxx>
#include <Viewer/renderer.hxx>
#include <Viewer/splash.hxx>
#include "fg_commands.hxx"
#include "fg_init.hxx"
#include "fg_io.hxx"
#include "fg_os.hxx"
#include "fg_props.hxx"
#include "main.hxx"
#include "options.hxx"
#include "positioninit.hxx"
#include "screensaver_control.hxx"
#include "subsystemFactory.hxx"
#include "util.hxx"
#include <Main/ErrorReporter.hxx>
#include <Main/sentryIntegration.hxx>
#include <simgear/embedded_resources/EmbeddedResourceManager.hxx>
#include <EmbeddedResources/FlightGear-resources.hxx>
Go to the source code of this file.
|
namespace | flightgear |
| FlightPlan.hxx - defines a full flight-plan object, including departure, cruise, arrival information and waypoints.
|
|
◆ checkOpenGLVersion()
static void checkOpenGLVersion |
( |
| ) |
|
|
static |
◆ fgIdleFunction()
static void fgIdleFunction |
( |
void | | ) |
|
|
static |
◆ fgInitSecureMode()
void fgInitSecureMode |
( |
| ) |
|
◆ fgMainInit()
int fgMainInit |
( |
int | argc, |
|
|
char ** | argv ) |
◆ fgMainLoop()
static void fgMainLoop |
( |
void | | ) |
|
|
static |
◆ fgResetIdleState()
void fgResetIdleState |
( |
| ) |
|
◆ fgSetVideoOptions()
static void fgSetVideoOptions |
( |
| ) |
|
|
static |
◆ initTerrasync()
static void initTerrasync |
( |
| ) |
|
|
static |
◆ logToHome()
static void logToHome |
( |
const std::string & | pri | ) |
|
|
static |
◆ rotateOldLogFiles()
static void rotateOldLogFiles |
( |
| ) |
|
|
static |
◆ _bootstrap_OSInit
◆ frame_signal
SGPropertyNode_ptr frame_signal |
|
static |
◆ idle_state
◆ s_sglogdeltas_listener