]> git.mxchange.org Git - flightgear.git/history - src/Scripting
Expose position along the flight-path to Nasal.
[flightgear.git] / src / Scripting /
2012-12-26 James TurnerExpose position along the flight-path to Nasal.
2012-12-16 Thomas GeymayerExpose canvas Text::getNearestCursor to Nasal as replac...
2012-12-16 Thomas GeymayerCanvasEvent: expose event target to Nasal
2012-12-08 Thomas GeymayerCanvas MouseEvent now provides client and screen position
2012-12-06 Thomas GeymayerCanvas add event time and expose current click count
2012-12-04 Thomas GeymayerExpose canvas::Element::getTransformedBounds to Nasal
2012-12-02 Thomas GeymayerForward mouse events from (PUI) CanvasWidget to Canvas...
2012-11-30 Thomas GeymayerCanvas: Expose more methods to Nasal.
2012-11-29 Thomas GeymayerUpdate for latest SimGear changes and remove some old...
2012-11-29 Thomas GeymayerExpose simgear::canvas::Group::createChild to Nasal
2012-11-27 Thomas GeymayerMore work on Canvas event handling/adapt for simgear...
2012-11-18 Thomas GeymayerClean up CanvasWidget and more work on Canvas/Nasal...
2012-11-16 Thomas GeymayerNasalCanvas: Clean up and expose Element node ghost
2012-11-15 Thomas GeymayerVisual Studio bug workaround
2012-11-15 Thomas GeymayerExperiment with exposing more canvas methods
2012-11-15 Thomas GeymayerMore cleanup an move of helper classes to simgear
2012-11-15 Thomas GeymayerClean up and some more testing
2012-11-15 Thomas GeymayerCanvas/Nasal and Nasal/C++ binding experiments
2012-11-11 ThorstenBRemove osg dependency for isNaN only.
2012-11-08 James TurnerOverhaul the ground-net / parking code.
2012-11-04 Thomas GeymayerFix include and compiler warning
2012-11-04 Thomas GeymayerUpdate for new simgear Canvas system.
2012-10-22 Thomas GeymayerLet Nasal props.Node.removeChildren behaviour consisten...
2012-10-14 Thomas GeymayerExpose SGPropertyNode::addChildren to Nasal
2012-10-13 ThorstenBFix some compiler warnings.
2012-10-13 ThorstenBDrop sorting of Nasal scripts.
2012-10-13 Thomas GeymayerExpose SGPropertyNode::addChild to Nasal
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-09-17 ThorstenBAvoid compiler warnings.
2012-08-29 Mathias FroehlichPush SGMaterial use into these classes that need it.
2012-08-19 James TurnerExpose SGCondition as a ghost to Nasal directly.
2012-08-05 James TurnerCocoa clipboard implementation.
2012-08-05 Thomas GeymayerComplete X11 clipboard support.
2012-08-04 Thomas GeymayerBasic clipboard access from Nasal.
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-08-03 James TurnerAvoid a naming clash on 'canvas'
2012-08-02 James TurnerSkeleton Nasal-Canvas integration.
2012-07-31 Thomas GeymayerNasalPositioned: Expose actual postion of parkings
2012-07-31 Thomas GeymayerCanvas: Allow using canvases as PUI widgets.
2012-07-26 Markus PargmannRemove most compile warnings
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-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-05-04 ThorstenBUse separate header file for vector properties.
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 TurnerFix build for non-Mac, hopefully.
2012-04-15 James TurnerStart refactoring how FGPositioned classes are exposed...
2012-04-05 ThorstenBAvoid "using..." in header files.
2012-02-06 ThorstenB#553: decouple OSG callbacks from Nasal subsystem
2012-01-09 ThorstenB#587: don't crash on negative sizes
2011-12-13 adrianMerge branch 'navaids-radio' into attenuation
2011-12-12 adrianMerge branch 'next' into navaids-radio
2011-12-11 adrianMerge branch 'next' into attenuation
2011-12-11 ThorstenBAdd --log-class option, improve logging classes.
2011-12-09 adrianMerge branch 'next' into navaids-radio
2011-12-09 adrianRemove interface from Nasal
2011-12-08 adrianClean up my code in NasalSys.cxx
2011-12-08 adrianMerge branch 'next' into navaids-radio
2011-12-06 adrianSend geod from Nasal, properly document the code, take...
2011-12-06 adrianExpose a radio function (receiveBeacon) to the Nasal...
2011-11-23 adrianMerge branch 'next' into comm-subsystem
2011-11-01 James TurnerGoodbye automake.
2011-08-22 Torsten DreyerAdd the frequency to the navinfo hash
2011-07-24 Durk TalsmaMerge branch 'next' into durk-atc
2011-07-22 Torsten DreyerExperimental navinfo() Nasal extension function
2011-07-19 James TurnerMore CMake headers support
2011-07-03 ThorstenB#348 related: More places where missing files were...
2011-07-01 Durk TalsmaMerge branch 'next' into durk-atc
2011-06-22 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-06-12 ThorstenBIntroduce "PRESERVE" flag to protect properties on...
2011-06-05 Vivian MeazzaMerge branch 'next' of D:\Git_New\flightgear into next
2011-06-03 Durk TalsmaMerge branch 'next' into durk-atc
2011-06-02 ThorstenBOlaf Flebbe: #332, Improve Nasal's "systime" method
2011-05-31 Durk TalsmaMerge branch 'next' into durk-atc
2011-05-31 Torsten DreyerMerge branch 'next' of 10.101.2.62:~/FlightGear/fg...
2011-05-30 Curtis L. OlsonMerge branch 'next' of gitorious.org:fg/flightgear...
next