]> git.mxchange.org Git - flightgear.git/commit
Create TimeManager subsystem, and collect the time related code out of main.cxx and...
authorJames Turner <zakalawe@mac.com>
Tue, 13 Jul 2010 20:50:44 +0000 (21:50 +0100)
committerJames Turner <zakalawe@mac.com>
Wed, 4 Aug 2010 08:16:37 +0000 (09:16 +0100)
commit7f36caede6a600f3c4e346f7898587d81975ef02
treefb7d0fe990492c6328c2cc33e13ca2e44fe69f46
parent756e719b20a41a05ac0b98167eb6da886ff94174
Create TimeManager subsystem, and collect the time related code out of main.cxx and fg_init.cxx into it.
Remove the unfortunately named 'tmp.[cxx|hxx]', pushing the remaining code in FGLight.
(second try, with init bug fixed)
18 files changed:
projects/VC90/FlightGear/FlightGear.vcproj
src/Environment/ephemeris.cxx
src/Main/fg_commands.cxx
src/Main/fg_init.cxx
src/Main/fg_init.hxx
src/Main/main.cxx
src/Main/main.hxx
src/Main/renderer.cxx
src/Network/native_fdm.cxx
src/Network/native_gui.cxx
src/Time/Makefile.am
src/Time/TimeManager.cxx [new file with mode: 0644]
src/Time/TimeManager.hxx [new file with mode: 0644]
src/Time/light.cxx
src/Time/light.hxx
src/Time/sunsolver.cxx
src/Time/tmp.cxx [deleted file]
src/Time/tmp.hxx [deleted file]