]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalSys.cxx
Vivian MEAZZA:
[flightgear.git] / src / Scripting / NasalSys.cxx
2005-11-09 andyArchitectural fix allowing the "tip" popups (FOV, view...
2005-09-20 andyChanges to support the new naCall API in SimGear. ...
2005-06-20 mfranz- output property path in error messages
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-26 andyDon't try to strlen() the input buffer if the length...
2005-04-18 andyUpgrade to Nasal 1.0 test candidate
2005-03-16 curtPermit a single nasal module to reference any number...
2004-11-15 andyMelchior caught a missing return value that is now...
2004-05-15 andyFix a bug where the interpreter could read a garbage...
2004-03-24 andyForgot to handle "unspecified" properties in getprop...
2004-03-24 andyFailed timers should log errors rather than silently...
2003-12-05 andyTurn the __timers garbage collector cache into a more...
2003-12-01 ehofmanAdd Nasal Vs. 1.5
2003-11-25 curtAndy Ross: