]> git.mxchange.org Git - flightgear.git/history - src/Scripting
Fix stray back-button in Qt launcher
[flightgear.git] / src / Scripting /
2016-04-14 James TurnerUpdate from SimGear API change
2016-03-24 James TurnerHTTP subsystem has a default name.
2016-02-09 Rebecca N. PalmerNasal security: don't break file dialogs
2016-02-06 Rebecca N. PalmerNasal security: make directory() use fgValidatePath
2015-12-14 James TurnerMerge /u/userid-1550991/flightgear/ branch next into...
2015-12-11 James TurnerNasal support for VIA / Discontinuity
2015-12-10 James TurnerMerge /u/edauvergne/flightgear/ branch lat_lon_precisio...
2015-12-05 James TurnerAdd airport dynamics manager
2015-12-01 James TurnerCheckpoint - ground-net skips the cache
2015-11-29 James TurnerMerge /u/r-harrison/flightgear/ branch next into next
2015-11-29 Richard HarrisonFix indentation and use naIsNil to determine if _global...
2015-11-21 Rebecca N. PalmerSimplify fgValidatePath + minor fix (requires simgear...
2015-08-14 Rebecca N. PalmerNasal: use SG_LOG for security error messages to avoid...
2015-07-25 Rebecca N. PalmerNasal security: document that symlinks are no longer...
2015-04-11 James TurnerExplicit AppKit includes for Mac.
2015-04-10 Richard HarrisonClosedown crash prevention
2015-03-13 Rebecca N. Palmerremove checkIORules(), replaced by check in fgInitAllow...
2015-03-13 Rebecca N. PalmerMake fgValidatePath always return std::string, not...
2015-03-13 Rebecca N. PalmerMove Nasal io.open to flightgear, and make it use fgVal...
2015-03-13 Rebecca N. PalmerStop using property listener for fgValidatePath
2015-02-23 James TurnerFlightPlan activation, delegate hook.
2015-01-18 Rebecca N. PalmerFix hang in Nasal->C++->Nasal calls
2015-01-10 James TurnerRemove a warning, let Nasal itself warn if needed.
2015-01-08 James TurnerRoute-path bug fixes.
2014-12-21 James TurnerExpose waypoint heading/course to Nasal.
2014-12-08 James TurnerFix flight-plan course and distance computations.
2014-12-04 James Turnerfind waypoints in the flight plan.
2014-11-23 bcoconniSave a memory allocation each time a property node...
2014-09-19 Thomas GeymayerNasal: move IOrules check to better place and exit...
2014-08-25 Thomas GeymayerCanvas: expose set/clearFocusElement to Nasal.
2014-08-23 Thomas Geymayercanvas::Text: expose more text/cursor methods to Nasal.
2014-08-12 Thomas GeymayerExpose canvas::Element::setFocus to Nasal.
2014-08-10 Thomas GeymayerNasal Timer: prevent warning on restarting oneshot...
2014-08-10 Thomas GeymayerCanvas: support for pointer grab.
2014-08-04 Thomas GeymayerCanvas: expose layout contents margins and alignment...
2014-07-30 Thomas GeymayerCanvas: export preventDefault to Nasal and use to stop...
2014-07-29 Thomas GeymayerCanvas: Keyboard events and input focus.
2014-07-20 Thomas GeymayerNasal: expose LayoutItem visibility methods.
2014-07-20 Thomas GeymayerNasal: update for simgear changes.
2014-07-16 Thomas Geymayercanvas.Layout: expose missing methods to Nasal.
2014-06-26 Thomas GeymayerNasal: expose missing Canvas::setLayout
2014-06-26 Thomas GeymayerNasal: Limit SGPath::create_dir access rights to 0755
2014-06-22 Thomas GeymayerFix compiler warning (naRuntimeError does not return...)
2014-06-22 Thomas GeymayerNasal: expose SGCondition using nasal::Ghost and improv...
2014-06-20 Thomas GeymayerNasal: set CustomEvent::bubbles.
2014-06-18 Thomas GeymayerNasal: md5 is now in simgear.
2014-06-17 Thomas GeymayerNasal: expose md5 function.
2014-06-17 Thomas GeymayerNasal: expose canvas::Text::maxWidth.
2014-06-15 Thomas GeymayerNasalSys: process nasal::Ghost deletion queue.
2014-06-14 Thomas GeymayerNasal: expose canvas::Layout::clear()
2014-06-13 Thomas GeymayerExpose parse_markdown to Nasal.
2014-06-12 Thomas GeymayerNasal: expose canvas height-for-width layouting methods.
2014-06-11 Thomas GeymayerNasal: expose canvas::Layout item remove and get methods.
2014-06-10 Thomas GeymayerNasal: expose more methods to Nasal.
2014-06-08 Thomas GeymayerNasal: Expose BoxLayout methods for spacer and stretch.
2014-06-04 Thomas GeymayerNasal: expose vbox layout and allow setting item stretch.
2014-06-04 Thomas GeymayerUpdate includes (required by simgear changes)
2014-06-03 Thomas GeymayerUpdates for simgear nasal::Ghost changes.
2014-06-01 Thomas GeymayerCanvas: expose more methods to Nasal
2014-05-31 Thomas GeymayerCanvas: expose layouting to Nasal.
2014-05-29 Thomas GeymayerCanvas: store data inside canvas and elements.
2014-05-18 Thomas GeymayerCanvas: support for custom events and event dispatching.
2014-05-18 Thomas GeymayerNasalCanvas: Update for simgear changes.
2014-05-18 Thomas GeymayerNasalPositioned: Update for nasal::Ghost changes in...
2014-05-10 Thomas GeymayerScripting: expose flight history as aircraft.history()
2014-05-09 Thomas GeymayerCanvas: move Window class to simgear.
2014-04-15 James TurnerFix crash with Nasal bindings.
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1579' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1578' of git://gitori...
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1577' of git://gitori...
2014-03-31 Thomas GeymayerCanvas: update for new bounding box getters.
2014-03-18 Thomas GeymayerExpose HTTP client to Canvas.
2014-03-16 James TurnerClose dialogs on GUI shutdown
2014-03-12 Torsten DreyerNasalSys: arg is never null
2014-03-07 Thomas GeymayerCanvas.MouseEvent: fix specific modifier states (ctrl...
2014-03-05 Thomas GeymayerUpdate for SGPropertyNode changes.
2014-03-04 Thomas GeymayerCanvas.MouseEvent: expose button/modifier state.
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...
next