]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalSys.hxx
- disallow listener re-entry to prevent crash/runaway process
[flightgear.git] / src / Scripting / NasalSys.hxx
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: