]> git.mxchange.org Git - flightgear.git/commit
cleanup of precipitation contribution
authortimoore <timoore>
Tue, 4 Mar 2008 09:03:54 +0000 (09:03 +0000)
committertimoore <timoore>
Tue, 4 Mar 2008 09:03:54 +0000 (09:03 +0000)
commitb8de58bcdd9e5580c7b05b5051239c546e23a721
tree1c356d7ceb26fb5eda1e3d0bd132e5d0e8fa6539
parenteb26cb35905cb1894cb0346700826cff512e437e
cleanup of precipitation contribution

Reindent to Stroustrup style.

Make FGPrecipitationMgr an SGSubsystem and remove all references to it
in main.cxx and renderer.cxx.

Use SGGeod::makeZUpFrame instead of a private function in
tileentry.cxx. Rewrite that function, WorldCoordinate, to use
makeZUpFrame too.
src/Environment/environment_mgr.cxx
src/Environment/environment_mgr.hxx
src/Environment/precipitation_mgr.cxx
src/Environment/precipitation_mgr.hxx
src/Main/main.cxx
src/Main/renderer.cxx
src/Scenery/tileentry.cxx