]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalSys.hxx
Merge branch 'next' of D:\Git_New\flightgear into next
[flightgear.git] / src / Scripting / NasalSys.hxx
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: