]> git.mxchange.org Git - flightgear.git/history - src/Scripting
Fix an (unlikely) startup crash
[flightgear.git] / src / Scripting /
2014-02-19 James Turnergetprop/setprop allows integer indices.
2014-02-07 Thomas GeymayerCanvas: also apply matrix of element to getTransformedB...
2014-01-28 Thomas GeymayerExpose SGPath::standardLocation to Nasal.
2013-12-18 Thomas GeymayerExpose SGPath to Nasal
2013-12-08 Thomas GeymayerScripting: clean up a bit and user more of cppbind.
2013-12-08 Thomas GeymayerAdd positioned.diff for fast difference calculations...
2013-12-07 Thomas GeymayerExpose SGPropertyNode::removeAllChildren() to Nasal.
2013-12-03 James TurnerReset: free nasal-module-listeners on shutdown.
2013-11-24 James TurnerReset: do re-init Ghost bindings.
2013-11-22 James TurnerNasal changes for reset
2013-11-16 James TurnerRefactor Cocoa helpers.
2013-11-14 bcoconniSynchronized FG with the removal of 'using std::*'...
2013-11-12 James TurnerReset: Nasal can be shutdown.
2013-11-10 Thomas GeymayerAllow disabling embedded nasal (load/unload scripts).
2013-11-09 James TurnerBug 1246, Nasal repeating timers fire immediately.
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-11-01 Thomas GeymayerKeep ref_ptr in FGNasalModelData (should fix #1234)
2013-10-27 Thomas GeymayerHTTP: Rename urlretrieve/urlload to save/load.
2013-10-27 Thomas GeymayerExpose HTTP module to Nasal.
2013-10-23 Thomas GeymayerNasalCanvas: expose Element::getParent() to Nasal
2013-10-20 Thomas GeymayerMake build information readonly and clean up debug...
2013-10-18 Thomas GeymayerProvide debug information on thread safety of osg:...
2013-10-18 James TurnerValidate arg to Nasal airport.comms().
2013-10-17 Thomas GeymayerFGNasalModelData: also log path of model.
2013-10-17 Thomas GeymayerMore logging for FGNasalModelData.
2013-10-16 Thomas GeymayerNasalSys: do not print invalid elements for error backt...
2013-10-15 Thomas GeymayerUpdate/simplify for SimGear changes.
2013-10-14 Thomas GeymayerScripting: get rid of gcHash and use new SimGear/Nasal...
2013-10-11 Thomas GeymayerCanvas: update for SimGear changes.
2013-10-02 James TurnerMake positioned queries more defensive.
2013-10-02 James TurnerFix a crash with GPS dialog.
2013-09-28 James TurnerReduce amount of log output at level=debug.
2013-09-17 James TurnerSupport for multiple data dirs.
2013-08-19 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-07-24 Thomas GeymayerExpose canvas GUI "desktop" to Nasal.
2013-07-24 James TurnerAdditional checks, for waypoint role setting.
2013-07-15 Thomas GeymayerExpose String::ends_with to Nasal
2013-07-03 Thomas GeymayerCanvas Event: expose currentTarget to Nasal.
2013-06-28 James TurnerKill off some unnecessary log messages.
2013-06-06 Thomas GeymayerAdd window decoration support to Canvas GUI.
2013-06-03 Thomas GeymayerExpose canvas::Window ghost to Nasal.
2013-06-03 Thomas GeymayerSmall cleanup.
2013-04-14 Thomas GeymayerExtend Nasal property methods to support relative paths.
2013-04-09 James TurnerGPSs uses FlightPlans directly.
2013-04-01 Thomas GeymayerHelpers to clone SGModelData
2013-03-23 Thomas GeymayerExpose pose of scenery models to Nasal load/unload...
2013-03-21 Thomas GeymayerAllow placing canvas on scenery objects.
2013-03-20 James TurnerNasalTimerObject tweaks.
2013-03-19 James TurnerNasalPositioned-cppbind additions.
2013-03-17 Thomas GeymayerUpdate/simplify property interpolation to latest SimGea...
2013-03-16 Thomas GeymayerReplace SGInterpolator with new advanced interpolation...
2013-03-16 James TurnerA real Timer object in Nasal.
2013-03-06 Thomas GeymayerClean up/simplify NasalPositioned_cppbind
2013-03-06 Thomas GeymayerPort more airport/navaid methods to cppbind
2013-03-05 Thomas GeymayerParse geod/position and use it with new airportinfo.
2013-03-04 James TurnerMouseInput changes to support hover.
2013-03-04 Thomas GeymayerFinish porting airportinfo to cppbind
2013-03-04 Thomas GeymayerStart porting NasalPositioned to cppbind.
2013-03-04 Thomas GeymayerClean up/prepare for porting NasalPositioned to cppbind
2013-03-03 Thomas GeymayerNasalCanvas: clean up
2013-03-03 Thomas GeymayerUpdate for nasal::Ghost changes
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.
2013-02-18 Yves SablonierAdding directive for osx sdk 10.5 in ClipBoardCocoa.mm
2013-02-09 James TurnerLinux fix.
2013-02-09 Frederic BouvierInclude file only needed by MSVC
2013-02-09 Frederic BouvierFix windows build
2013-02-09 James TurnerSplit huge NasalSys header apart.
2013-02-09 James TurnerMerge branch 'next' of gitorious.org:fg/flightgear...
2013-02-08 James TurnerSupport a log-list widget in PUI.
2013-02-08 Frederic BouvierFix build for windows after logstream changes
2013-02-07 James TurnerSupport logging from Nasal at custom levels.
2013-01-31 Thomas GeymayerExpose some methods on strings to Nasal
2013-01-19 James TurnerInitial work on native file dialog support.
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-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.
next