1
0
Fork 0
flightgear/Simulator
1997-11-25 19:25:27 +00:00
..
constants.h Mostly working on stars and generating sidereal time for accurate star 1997-09-13 01:59:45 +00:00
general.h Changed naming scheme of basic shared structures. 1997-08-27 03:29:38 +00:00
limits.h Put comments around the text after an #endif for increased portability. 1997-07-23 21:52:10 +00:00
make.inc Changes to integrate Durk's moon/sun code updates + clean up. 1997-11-25 19:25:27 +00:00
Makefile Working on new scenery subsystem. 1997-10-30 12:38:35 +00:00
mkmfos2.pl Initial revision. 1997-07-20 02:18:32 +00:00
README Organizational changes. 1997-10-28 19:35:40 +00:00
README.Win32 Renamed OpenGL/ to GLUT/ 1997-08-13 20:22:55 +00:00
runfg Initial revision. 1997-10-28 18:47:27 +00:00
types.h Put comments around the text after an #endif for increased portability. 1997-07-23 21:52:10 +00:00

majordomo writes:
Subdirectories
==============
Main/
-------
"main()" and GLUT dependent mouse/keyboard/graphics code.


Aircraft/
---------
Structure and code to tie together all the pieces of an aircraft such
as flight model, engine model, panel, controls, etc.


Controls/
---------
Provide a standardized interface to all aircraft controls.


Flight/
-------
Strucures and code to implement various flight models.  Provides a 
standardized interface to all interesting flight model variabls.


Math/
-----
Contains miscellaneous matrix/vector routines.


Scenery/
--------
Scenery parsing/generating code.


Sound/
------
Sound management code


Timer/
------
Code to handle time and timing of events.


Utils/
------
Miscellaneous utility routines such as a general random number generator


Weather/
--------
Weather management and modeling code.


Win32/
------
Win32 support stuff