]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalPositioned.cxx
Reset: do re-init Ghost bindings.
[flightgear.git] / src / Scripting / NasalPositioned.cxx
2013-11-22 James TurnerNasal changes for reset
2013-11-12 James TurnerReset: Nasal can be shutdown.
2013-11-07 James TurnerFurther tuning of arg->num conversion.
2013-11-07 James TurnerSimpler Nasal for leg constraints.
2013-11-06 James TurnerNasal: accept strings-containing-ints as
2013-10-18 James TurnerValidate arg to Nasal airport.comms().
2013-10-14 Thomas GeymayerScripting: get rid of gcHash and use new SimGear/Nasal...
2013-07-24 James TurnerAdditional checks, for waypoint role setting.
2013-06-28 James TurnerKill off some unnecessary log messages.
2013-04-09 James TurnerGPSs uses FlightPlans directly.
2013-03-06 Thomas GeymayerClean up/simplify NasalPositioned_cppbind
2013-03-04 Thomas GeymayerFinish porting airportinfo to cppbind
2013-03-04 Thomas GeymayerClean up/prepare for porting NasalPositioned to cppbind
2013-03-01 Christian SchmittExpose more runway methods to Nasal
2013-02-26 Christian SchmittExpose heliports to Nasal for future use in maps
2013-02-21 James TurnerGive the FGAirport class a sane filename.
2012-12-31 James TurnerFix compilation on some platforms.
2012-12-31 James TurnerFlightplan delegate hook for clearing the FP.
2012-12-31 James TurnerExpose an additional flight plan leg data to Nasal.
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...