1
0
Fork 0
flightgear/src/MultiPlayer
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
..
.cvsignore Add multiplayer support from Duncan McCreanor and Diarmuid Tyson 2003-03-19 20:45:09 +00:00
Makefile.am Add multiplayer support from Duncan McCreanor and Diarmuid Tyson 2003-03-19 20:45:09 +00:00
mpmessages.hxx Latest MultiPlayer updates 2003-03-26 14:06:51 +00:00
mpplayer.cxx Changes to track updates to SimGear. 2003-05-15 21:35:51 +00:00
mpplayer.hxx Finish what was committed in a broken state yesterday. 2004-09-20 13:21:51 +00:00
multiplayrxmgr.cxx Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
multiplayrxmgr.hxx Remove unnecessary inclusions of sg.h ans ssg.h 2004-09-19 16:33:38 +00:00
multiplaytxmgr.cxx Clean up various compiler warnings that have crept into the code. This 2004-04-01 15:27:53 +00:00
multiplaytxmgr.hxx Remove unnecessary inclusions of sg.h ans ssg.h 2004-09-19 16:33:38 +00:00