]> git.mxchange.org Git - flightgear.git/commit
More route-manager functionality moved to Nasal.
authorJames Turner <zakalawe@mac.com>
Tue, 15 May 2012 16:53:30 +0000 (17:53 +0100)
committerJames Turner <zakalawe@mac.com>
Tue, 15 May 2012 16:53:30 +0000 (17:53 +0100)
commit1ef77b2bc2cc98ff665161b0f7cc7ea80327cb5c
tree2e422af625d7a1ea930d38b70a10856985f1579d
parent73a3434421507be4cd6f916a748cb9fd399589d8
More route-manager functionality moved to Nasal.

The routing behaviour now happens entirely in Nasal,
using a delegate, and can be over-ridden or disable
by aircraft authors. Default behaviour should be
unchanged.
src/Autopilot/route_mgr.cxx
src/Autopilot/route_mgr.hxx
src/Navaids/FlightPlan.cxx
src/Navaids/FlightPlan.hxx
src/Navaids/procedure.cxx
src/Scripting/NasalPositioned.cxx