]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalPositioned.cxx
Expose position along the flight-path to Nasal.
[flightgear.git] / src / Scripting / NasalPositioned.cxx
2012-12-26 James TurnerExpose position along the flight-path to Nasal.
2012-11-15 Thomas GeymayerCanvas/Nasal and Nasal/C++ binding experiments
2012-11-08 James TurnerOverhaul the ground-net / parking code.
2012-10-13 ThorstenBFix some compiler warnings.
2012-09-24 James TurnerMake FGTaxiNode and FGParking inherit FGPositioned.
2012-09-20 Stuart BuchananSimplify code for taxiways.
2012-09-19 Stuart BuchananExpose surface types and taxiways via the airportinfo...
2012-09-19 James TurnerExpose the route-path of leg to Nasal.
2012-09-19 James TurnerImplement a persistent cache for navigation data.
2012-08-29 Mathias FroehlichPush SGMaterial use into these classes that need it.
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-07-31 Thomas GeymayerNasalPositioned: Expose actual postion of parkings
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-16 James TurnerStandard property to ignore unusably short runways...
2012-05-15 James TurnerMore route-manager functionality moved to Nasal.
2012-05-12 James TurnerExpose FlightPlan delegates to Nasal, finally.
2012-05-12 James TurnerBreak FlightPlan out into its own file.
2012-05-11 James TurnerExpose procedure routing and fixes to Nasal.
2012-05-08 James TurnerExpose airways via Nasal, and allow waypoint creation...
2012-05-07 Frederic BouvierSID is a predefined type under windows
2012-05-06 James TurnerCreate a real FlightPlan (and Leg) class
2012-04-28 James TurnerAnd expose the published navaid range to Nasal, since...
2012-04-28 James TurnerConvert all the Nasal wrappers around FGPositioned...
2012-04-28 James TurnerUpdate some nasal-positioned code to use new ghost...
2012-04-25 James TurnerExpose single-runway query on airport.
2012-04-25 James TurnerExpose SGBucket index computation to Nasal.
2012-04-25 James TurnerExpose greatCircleMove to Nasal, and allow geo.Coord...
2012-04-24 Mathias FroehlichFix explicit reference counting with waypoints and...
2012-04-24 James TurnerMore search functions exposed to Nasal, also airport...
2012-04-24 James TurnerExpose waypoint source (airport/runway/navaid) to Nasal
2012-04-23 James TurnerHacking to expose route/waypt data via Nasal, API not...
2012-04-23 James TurnerNasal airport functions for various ancillary data...
2012-04-21 James TurnerWork on extending the Nasal airports API - attempt...
2012-04-16 James TurnerExpose more things to Nasal for FMSs in particular...
2012-04-15 ThorstenBFix build for Linux, really.
2012-04-15 James TurnerStart refactoring how FGPositioned classes are exposed...