]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalSys.hxx
Reset: Nasal can be shutdown.
[flightgear.git] / src / Scripting / NasalSys.hxx
2013-11-12 James TurnerReset: Nasal can be shutdown.
2013-10-15 Thomas GeymayerUpdate/simplify for SimGear changes.
2013-10-14 Thomas GeymayerScripting: get rid of gcHash and use new SimGear/Nasal...
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-04 James TurnerMouseInput changes to support hover.
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-01-31 Thomas GeymayerExpose some methods on strings to Nasal
2012-08-19 James TurnerExpose SGCondition as a ghost to Nasal directly.
2012-08-04 Thomas GeymayerBasic clipboard access from Nasal.
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-07-31 Thomas GeymayerCanvas: Allow using canvases as PUI widgets.
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-12 James TurnerExpose FlightPlan delegates to Nasal, finally.
2012-04-05 ThorstenBAvoid "using..." in header files.
2012-02-06 ThorstenB#553: decouple OSG callbacks from Nasal subsystem
2011-04-21 Stuart BuchananMerge branch 'next' of git://gitorious.org/fg/flightgear
2011-04-03 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-04-04 Durk TalsmaMerge branch 'next' into durk-atc
2011-04-03 ThorstenBOn-demand loading of Nasal modules.
2011-04-02 ThorstenBSupport optional Nasal modules in fgdata/Nasal/MyModuleFoo
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-04-01 mfranzassign a unique module name to ai/mp embedded nasal...
2009-03-11 mfranzdon't call change-only listeners at first trigger event
2008-10-18 mfranz- createModule: add optional arg[] vector arguments
2008-10-18 mfranz- fix regression: classes derived from SGModelData...
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-03-22 timooremodel paging patch from Till Busch
2007-10-18 mfranz- airportinfo(): don't bark when no airport was found...
2007-10-16 mfranz- listener: re-order and change callback function args...
2007-10-15 mfranz- add argc/argv arguments to FGNasalSys::call
2007-10-14 mfranzrevert meaning of third, optional argument, and add...
2007-10-12 mfranzadd new listener type: setlistner(<prop>, <func...
2007-06-30 mfranzminor cleanup: don't need the args array in the class...
2007-06-29 mfranzadd parsexml() function, which is a wrapper around...
2007-05-12 mfranzadd error messages for invalid args to settimer()
2007-04-27 mfranzmake listeners aware of their id, and output trigger...
2007-04-01 mfranzallow AI models to contain <nasal><load> and <nasal...
2007-02-03 mfranz- add two error messages to setlistener() (invalid...
2007-01-23 mfranzallow listeners to remove themselves. This is done...
2007-01-17 mfranz- don't allow removal of active listener (prevents...
2006-10-29 frohlichModified Files:
2006-08-08 andyMore warnings, similar issues.
2006-07-19 andyRework the naModLock()/naModUnlock() semantics to be...
2006-06-11 mfranzfix another crash on exit by finally converting the...
2006-04-27 mfranzadd optional SGPropertyNode* argument to NasalSys:...
2006-03-20 mfranza bool isn't safe enough here, but a mutex shouldn...
2006-03-20 mfranz- disallow listener re-entry to prevent crash/runaway...
2006-03-09 mfranzremove leftover #include; changed comment
2006-03-09 mfranzNasalSys.[ch]xx:
2006-03-08 mfranzadd deleteModule() method
2006-02-28 mfranz- assign unique id to listeners
2006-02-13 mfranzscreenPrint() is obsolete. Use screen.log.write() for...
2006-02-04 mfranzstore garbage collector id (again) in the listener...
2006-02-02 mfranzfix for deadlock problem (as suggested by Andy)
2006-01-27 mfranzcosmetics: subc isn't really a sub-context here (it...
2006-01-27 mfranzwe need a way to specify other contexts than _context...
2006-01-26 mfranzcreate a new context for listener functions to avoid...
2006-01-06 ehofmanStuart Buchanan:
2005-12-16 mfranzadd _setlistener() function, so that slow property...
2005-09-20 andyChanges to support the new naCall API in SimGear. ...
2005-06-19 mfranz- rename initModule() to createModule() (as suggested...
2005-06-14 andyMake readScriptFile() public, and rename it to loadModu...
2005-04-26 andySame bug, different place. Don't treat a length of...
2005-04-18 andyUpgrade to Nasal 1.0 test candidate
2003-12-05 andyTurn the __timers garbage collector cache into a more...
2003-12-01 ehofmanAdd Nasal Vs. 1.5
2003-11-27 ehofmangcc 2.95 and 3.0 requite handleTimer to be public
2003-11-25 curtAndy Ross: