1
0
Fork 0
flightgear/src
ehofman 986492d72d Finish what was committed in a broken state yesterday.
Split up main.cxx into a program manegement part (which remains in
main.cxx) and a render part (the new renderer.?xx files). Also turn
the renderer into a small class of it's own. At this time not really
exctining because most of the stuff is still global, but it allows us
to slowly migrate some of the global definitions into the new class.

The FGRenderer class is now managed by globals, so to get the renderer
just call gloabals->get_renderer()

At some pijt it might be a good idea to also turn the remaining code in
main into a class of it's own. With a bit of luck we end up with a more
robust, and better maintainable code.
2004-09-20 13:21:51 +00:00
..
AIModel Vivian Meazza: 2004-09-17 16:32:58 +00:00
Aircraft Remove an unneeded #include. 2004-09-10 18:30:24 +00:00
Airports Often, the elevation of an ILS component is not listed in our nav database. 2004-06-09 03:13:13 +00:00
ATC Remove unnecessary inclusions of sg.h ans ssg.h 2004-09-19 16:33:38 +00:00
Autopilot Move depreciated files to the bitbucket. 2004-09-09 08:29:51 +00:00
Cockpit Revert to CVS as of 5000 seconds ago. 2004-09-19 17:59:40 +00:00
Controls Add support for "co-pilot" toe brakes. 2004-09-10 17:53:34 +00:00
Environment More fixes to get the code working when threads are disabled. 2004-09-10 07:54:45 +00:00
FDM Sync w. JSBSim CVS 2004-09-15 12:19:46 +00:00
GUI Finish what was committed in a broken state yesterday. 2004-09-20 13:21:51 +00:00
Include Bump the version number to the current one. 2004-09-11 11:00:02 +00:00
Input On a reinit() subsystem event, reconfigure the joystick and other 2004-06-24 02:08:38 +00:00
Instrumentation Melchior FRANZ: 2004-08-19 11:54:57 +00:00
Main Finish what was committed in a broken state yesterday. 2004-09-20 13:21:51 +00:00
Model Finish what was committed in a broken state yesterday. 2004-09-20 13:21:51 +00:00
MultiPlayer Finish what was committed in a broken state yesterday. 2004-09-20 13:21:51 +00:00
Navaids Make distance penalty math for opposite oriented navaids more correct. 2004-07-20 00:59:17 +00:00
Network Add support for "co-pilot" toe brakes. 2004-09-10 17:53:34 +00:00
Objects Comment out the rest of the Makefile to make the compierl happy 2003-12-02 17:57:21 +00:00
Replay reflect net_ftm/net_ctrls changes. 2004-04-02 16:20:17 +00:00
Scenery Finish what was committed in a broken state yesterday. 2004-09-20 13:21:51 +00:00
Scripting Fix a bug where the interpreter could read a garbage buffer from the stack. 2004-05-15 21:40:58 +00:00
Server Multiplayer client/server system -- Message base class, "hello" message, and message class test harness 2003-11-08 20:11:14 +00:00
Sound Make use of cached pointers instead of the hash table. 2004-09-19 12:29:07 +00:00
Systems Vivian Meazza: 2004-09-17 16:32:58 +00:00
Time Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
Traffic Rearrange ID related code. The (this) pointer is now the unique ID of the AIModel which fixes a number of problems along the way. 2004-09-08 13:21:40 +00:00
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
Makefile.am Add the AIModel based air traffic subsystem from Durk Talsma. 2004-06-03 17:59:14 +00:00