1
0
Fork 0
flightgear/src/Main
2011-01-17 21:35:12 +01:00
..
.gitignore Ignore generated files 2010-06-02 11:27:16 +02:00
3dfx.sh Ssg tweaks. 1999-06-30 00:25:13 +00:00
bootstrap.cxx Refactor exit code, so the osgViewer gets 'done'. 2010-09-30 23:13:11 +01:00
CameraGroup.cxx Don't crash if WindowBuild fails. 2010-12-11 14:29:05 +00:00
CameraGroup.hxx panoramic spherical distortion 2010-11-28 23:29:20 +01:00
CMakeLists.txt Add the hla stuff to the cmake build system. 2011-01-17 21:35:12 +01:00
fg_commands.cxx Fixing bug #172 - warp handling during pause. 2010-11-21 23:43:41 +00:00
fg_commands.hxx Tidy fg_commands header. 2010-09-30 23:10:00 +01:00
fg_init.cxx More fixes to the ATCDCL & ATC compilation 2010-12-29 18:52:39 +00:00
fg_init.hxx Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it. 2010-08-04 09:16:37 +01:00
fg_io.cxx Add an initial implementation of a hla module. 2011-01-17 21:35:03 +01:00
fg_io.hxx Fix bug #125 2010-11-24 20:57:56 +00:00
fg_os.hxx Kill off fgRequestRedraw 2010-09-30 23:13:11 +01:00
fg_os_common.cxx Kill off fgRequestRedraw 2010-09-30 23:13:11 +01:00
fg_os_osgviewer.cxx Fixed some compiler warnings. 2010-10-29 21:14:09 +02:00
fg_props.cxx Cleanup: don't unbind unknown properties 2010-12-28 12:28:26 +01:00
fg_props.hxx Drat, this is really needed. Yuck, yuck, yuck. 2009-09-18 20:25:54 +02:00
FGEventHandler.cxx Tatsuhiro Nishioka: 2009-09-09 08:56:32 +02:00
FGEventHandler.hxx Cleanup of camera code in preperation for shadows 2008-11-18 22:45:57 +00:00
fgviewer.cxx remove references to osgGA::MatrixManipulator 2010-05-31 07:06:55 +02:00
fgviewer.hxx Get fgviewer working as a part of fgfs 2009-08-12 23:45:54 +02:00
globals.cxx Reduce log-level of aircraft-dir related messages. 2010-12-30 09:38:21 +00:00
globals.hxx Fixing bug #172 - warp handling during pause. 2010-11-21 23:43:41 +00:00
logger.cxx changes for SGPropertyNode::getPath return type 2010-03-09 11:24:45 +01:00
logger.hxx header cleanups 2008-07-31 12:04:32 +00:00
main.cxx Remove conditional compilation of ATCDCL 2010-12-28 18:23:40 +00:00
main.hxx Refactor exit code, so the osgViewer gets 'done'. 2010-09-30 23:13:11 +01:00
Makefile.am Add an initial implementation of a hla module. 2011-01-17 21:35:03 +01:00
metar_main.cxx Make various implicit includes (via PLIB) explicit. 2010-07-28 10:25:42 +01:00
options.cxx Add an initial implementation of a hla module. 2011-01-17 21:35:03 +01:00
options.hxx Rewrite --show-aircraft and --aircraft handling to share directory search code. 2010-07-17 14:12:52 +01:00
README Moved FGAircraftModel subsystem out into its own directory, and 2002-04-05 03:19:34 +00:00
renderer.cxx Kill some unnecessary include dependencies. 2010-11-19 13:44:52 +01:00
renderer.hxx add a command to print information about visible objects in the scene 2010-11-15 00:09:52 +01:00
runfgfs.bat.in source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
runfgfs.in Fix my mailing address by replacing it with my web page. 2004-11-19 22:10:41 +00:00
splash.cxx Kill off fgRequestRedraw 2010-09-30 23:13:11 +01:00
splash.hxx Modified Files: 2007-05-03 18:12:29 +00:00
util.cxx Refactor exit code, so the osgViewer gets 'done'. 2010-09-30 23:13:11 +01:00
util.hxx Refactor exit code, so the osgViewer gets 'done'. 2010-09-30 23:13:11 +01:00
viewer.cxx resurrection of /sim/rendering/draw-otw 2010-10-26 21:20:01 +02:00
viewer.hxx Bug #99 - change viewer damping calculation, to work correctly regardless of set/recalc/update ordering per frame. 2010-04-03 22:34:00 +02:00
viewmgr.cxx Rid some uninitialized vectors (NaNs). 2010-12-05 23:01:57 +01:00
viewmgr.hxx Move three more subsystems into the init + update scheme - fixes some crashes found by papillion. 2010-10-22 16:44:37 +01:00
WindowBuilder.cxx Don't crash if WindowBuild fails. 2010-12-11 14:29:05 +00:00
WindowBuilder.hxx Cleanup of camera code in preperation for shadows 2008-11-18 22:45:57 +00:00
WindowSystemAdapter.cxx CameraGroup class for managing multiple cameras. 2008-08-01 15:57:29 +00:00
WindowSystemAdapter.hxx CameraGroup class for managing multiple cameras. 2008-08-01 15:57:29 +00:00

Last updated $Date$

This directory contains the main routine for FlightGear, together with
various utility classes and functions that do not fit in anywhere
else, and subsystems that have not yet graduated to having their own
directories (because the maintainers are lazy, not because the
subsystems are not important).

fg_commands.cxx
fg_commands.hxx
  This module defines a global function to register FlightGear's
  built-in commands.

fg_init.cxx
fg_init.hxx
  This module defines global functions to initialize for the various
  subsystems.  Code is gradually being moved out of here and into the
  subsystems' own init() methods, so this module will eventually
  disappear.

fg_io.cxx
fg_io.hxx
  This module defines high-level global I/O functions for FlightGear.
  I don't know how widely these are used, yet.

fg_props.cxx
fg_props.hxx
  This module provides a FlightGear layer over the SimGear property
  manager.  This module performs two roles: it provides global
  convenience functions for accessing the FlightGear property tree,
  and it ties some properties to its own static functions.  The second
  role has mostly disappeared, since subsystems now tie their own
  properties in their bind() methods, and eventually this module will
  contain only the convenience functions.

fgfs.cxx
fgfs.hxx
  This module defines FGSubsystem, the abstract base class (or
  interface) for subsystems in FlightGear.  Most of the important
  subsystems already extend this class, and eventually, all subsystems
  will.

globals.cxx
globals.hxx
  This module defines FGGlobals, a class that holds pointers to
  subsystems and other variables used by a FlightGear session.  Many
  global variables have migrated into here, and eventually, all will,
  so that the program can maintain state for more than one session at
  once.

logger.cxx
logger.hxx
  This module defines the FGLogger subsystem, which allows the user to
  log any property value to any number of CSV files, somewhat like an
  overenthusiastic flight data recorder.

main.cxx
  This file defines the main() function for FlightGear as well as the
  top-level loop.  Currently, there is a still lot of code in here
  that belongs in the individual subsystems' init() and update()
  methods; eventually, this will be a short, simple file defining the
  top-level flow logic of the program.

options.cxx
options.hxx
  This module defines global functions for parsing command-line
  options and transferring them to the property tree.

runfgfs.bat
runfgfs.bat.in
  This is a batch file for launching FlightGear under MSWindows.
  runfgfs.bat is autogenerated from runfgfs.bat.in, so any changes
  should be made to the latter file.

splash.cxx
splash.hxx
  This module defines global functions for displaying and updating the
  splash screen.

viewer.cxx
viewer.hxx
  This module defines the FGViewer subsystem, which calculates the
  viewpoint in world coordinates and provides transformation matrices
  for the scenery code.  FGViewer has methods that allow the program
  to rotate or move the current view direction.

viewmgr.cxx
viewmgr.hxx
  This module defines the FGViewMgr subsystem, which manages all of
  the different views available in FlightGear.