]> 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>
Sun, 1 Aug 2010 19:33:11 +0000 (20:33 +0100)
commit50eb95dcadaf39d892212f2c5c6fe2459b190719
tree9ff3155770bd928a7599b3025ba01892d8b11758
parent7aba4333a261df723fcbe9eaf86c16af89372595
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.
17 files changed:
projects/VC90/FlightGear/FlightGear.vcproj
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]