1
0
Fork 0
flightgear/Simulator
1997-07-23 21:52:10 +00:00
..
constants.h Put comments around the text after an #endif for increased portability. 1997-07-23 21:52:10 +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 tweaks 1997-07-19 22:41:34 +00:00
Makefile First stab at a system to generate os2 makefiles automatically. 1997-07-20 02:19:09 +00:00
mkmfos2.pl Initial revision. 1997-07-20 02:18:32 +00:00
README tweaks 1997-07-19 22:41:34 +00:00
README.Win32 Tweaked the wording a bit. 1997-07-21 21:20:16 +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
==============
OpenGL/
-------
"main()" and OpenGL 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