]> git.mxchange.org Git - flightgear.git/commit
Fix native protocol crashes.
authorJames Turner <zakalawe@mac.com>
Thu, 18 Jul 2013 11:01:36 +0000 (12:01 +0100)
committerJames Turner <zakalawe@mac.com>
Thu, 18 Jul 2013 11:01:36 +0000 (12:01 +0100)
commit948aa70af78626584042b70fdf3c3babfb5aa804
treeebffeca05c06a13864749476b4edd917a10e487d
parent78507bf22eabe69e2e1eabb0503f4427cc298a92
Fix native protocol crashes.

As part of this, kill off the evil global FDM state, and avoid us
copying FGInterfaces (which is bad since it contains TiedProperties
and an FGGroundCache, neither of which are especially keen on being
copied). Will probably disable copy/assignment on TiedProperties in
a future commit.
src/FDM/fdm_shell.cxx
src/FDM/fdm_shell.hxx
src/FDM/flight.cxx
src/FDM/flight.hxx
src/Network/native.cxx
src/Network/native.hxx