1
0
Fork 0
flightgear/Simulator
1997-10-25 03:24:21 +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 Incorporated sun, moon, and star positioning code contributed by Durk Talsma. 1997-10-25 03:24:21 +00:00
Makefile Tweaks to get things to compile with gcc-win32. 1997-09-23 00:29:27 +00:00
mkmfos2.pl Initial revision. 1997-07-20 02:18:32 +00:00
README Renamed OpenGL/ to GLUT/ 1997-08-13 20:22:55 +00:00
README.Win32 Renamed OpenGL/ to GLUT/ 1997-08-13 20:22:55 +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
==============
GLUT/
-------
"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