]> git.mxchange.org Git - flightgear.git/commit
Patches from Tony Peden to separate property XML I/O operations into a
authordavid <david>
Sat, 16 Mar 2002 00:18:38 +0000 (00:18 +0000)
committerdavid <david>
Sat, 16 Mar 2002 00:18:38 +0000 (00:18 +0000)
commitd0eaafb1e1c1260a4a2549d63d439dc9407162da
tree322e9a244ec4ad701d43be2ad9a6c332f38ca4da
parent96a4e9abc3a7644b5ce3a3fb417e066920e4e8b3
Patches from Tony Peden to separate property XML I/O operations into a
separate header file.  This change will help integrate properties into
JSBSim.

Also, I (David Megginson) removed most of the SimGear include
statements from globals.hxx, reducing the amount of recompilation
every time SimGear changes.  This required making minor changes to a
lot of files that were depending on the side-effects of the inclusions
in globals.hxx.
25 files changed:
src/Autopilot/auto_gui.cxx
src/Autopilot/newauto.cxx
src/Cockpit/cockpit.cxx
src/Cockpit/hud.cxx
src/FDM/flight.cxx
src/GUI/prop_picker.cxx
src/Main/fg_io.cxx
src/Main/fg_props.cxx
src/Main/fg_props.hxx
src/Main/globals.cxx
src/Main/globals.hxx
src/Main/main.cxx
src/Main/options.cxx
src/Network/garmin.cxx
src/Network/native_fdm.cxx
src/Network/nmea.cxx
src/Network/props.cxx
src/NetworkOLK/network.cxx
src/Objects/matlib.cxx
src/Objects/obj.cxx
src/Scenery/FGTileLoader.cxx
src/Scenery/tilemgr.cxx
src/Time/moonpos.cxx
src/Time/sunpos.cxx
src/Time/tmp.cxx