1
0
Fork 0
flightgear/src/Main
2012-04-21 19:06:10 +02:00
..
.gitignore Ignore a generated file 2011-01-28 20:15:43 +01:00
3dfx.sh Ssg tweaks. 1999-06-30 00:25:13 +00:00
bootstrap.cxx Minor clean-up. 2012-04-21 19:06:10 +02:00
CameraGroup.cxx Fix picking zone display 2012-03-31 21:59:50 +02:00
CameraGroup.hxx Shadow map size settable at run-time. It needs to be a power of two. Now needs a real gui dialog 2012-03-30 22:30:26 +02:00
CMakeLists.txt Don't create intermediate static libraries for build fgfs. (Speeds up rebuilds in Xcode dramatically, possible in other IDEs too) 2012-03-26 13:09:39 +01:00
fg_commands.cxx Support loading PropertyList data remotely, as part of #450. Along the way, centralise the HTTPClient object so it can be used beyond the METAR download engine. 2012-04-18 10:25:27 +01:00
fg_commands.hxx Tidy fg_commands header. 2010-09-30 23:10:00 +01:00
fg_init.cxx Be more tolerant about locale name when detecting the default language, 2012-04-18 15:43:42 +02:00
fg_init.hxx Restructure option/config handling code, to avoid multiple scans & parses for special options (fg-root/fg-aircraft/aircraft). Push most of the code into a new Options class, inside options.cxx, and clean up various call-sites as a result. 2011-10-16 18:35:40 +01:00
fg_io.cxx Support loading PropertyList data remotely, as part of #450. Along the way, centralise the HTTPClient object so it can be used beyond the METAR download engine. 2012-04-18 10:25:27 +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 Remove indirection on viewer draw/resize code-paths. 2011-09-21 17:13:53 +01:00
fg_os_osgviewer.cxx Adjust cursor-setting code, for better compatibility with Cocoa-Viewer (OSG patch still required, unfortunately) 2011-10-04 09:17:56 +01:00
fg_props.cxx Use tiedPropertyLists instead of manually matched tie/untie calls. 2012-03-04 15:30:08 +01:00
fg_props.hxx Use tiedPropertyLists instead of manually matched tie/untie calls. 2012-03-04 15:30:08 +01:00
FGEventHandler.cxx Rembrandt: Restore rendering stats 2012-04-09 17:41:33 +02:00
FGEventHandler.hxx Rembrandt: Restore rendering stats 2012-04-09 17:41:33 +02:00
fgviewer.cxx scenery: Move flightgears paging back into the application. 2012-03-15 20:56:37 +01:00
fgviewer.hxx Get fgviewer working as a part of fgfs 2009-08-12 23:45:54 +02:00
flightgear.ico Cmake: set an icon to the Windows executable 2011-01-28 19:30:27 +01:00
flightgear.rc Cmake: set an icon to the Windows executable 2011-01-28 19:30:27 +01:00
flightgear64.ico Cmake: use different icons for 32-bit and 64-bit executables 2011-01-28 19:34:49 +01:00
flightgear64.rc Cmake: use different icons for 32-bit and 64-bit executables 2011-01-28 19:34:49 +01:00
globals.cxx #738: crash when switching 2D panels 2012-04-12 00:03:16 +02:00
globals.hxx #738: crash when switching 2D panels 2012-04-12 00:03:16 +02:00
logger.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
logger.hxx prepare for subsystem_mgr.hxx no longer including props.hxx 2011-02-27 12:53:47 +01:00
main.cxx Work on making 2D panels act like standard scene-graph elements for picking and drawing. 2012-03-16 17:22:18 +00:00
main.hxx Minor clean-up. 2012-04-21 19:06:10 +02:00
metar_main.cxx Make use of SGTimeStamp for sleep* 2011-10-28 17:01:50 +02:00
options.cxx Minor clean-up. 2012-04-21 19:06:10 +02:00
options.hxx Relocate appData fgfsrc loading prior to init of fg-root, so we can specify --fg-root that way. 2011-10-21 16:49:15 +01:00
README Moved FGAircraftModel subsystem out into its own directory, and 2002-04-05 03:19:34 +00:00
renderer.cxx Make the number of shadow cascades and the range of each configurable 2012-04-17 09:13:54 +02:00
renderer.hxx Make the number of shadow cascades and the range of each configurable 2012-04-17 09:13:54 +02: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 Avoid spamming the log output 2011-12-17 15:22:50 +01:00
splash.hxx Modified Files: 2007-05-03 18:12:29 +00:00
util.cxx Fix (nearly) all the std:: namespace violations in headers, in preparation for fixing SGsmplstat.hxx to *not* do a 'using namespace std'. 2011-10-17 17:41:59 +01:00
util.hxx Fix bug #253, at least partially 2011-01-19 19:36:04 +01:00
viewer.cxx Fix compile past last simgear change. 2012-03-03 14:05:43 +01:00
viewer.hxx Push aspect-ratio handling into CameraGroup, so renderer doesn't need to resize viewports each update. 2011-09-21 17:13:53 +01:00
viewmgr.cxx Use tiedPropertyLists instead of manually matched tie/untie calls. 2012-03-04 15:30:08 +01:00
viewmgr.hxx Use tiedPropertyLists instead of manually matched tie/untie calls. 2012-03-04 15:30:08 +01:00
WindowBuilder.cxx Compile with MSVC 9 2012-03-25 14:39:24 +02: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.