]> git.mxchange.org Git - flightgear.git/history - src/Scripting/NasalSys.cxx
this should now really be correct; nothing for a beauty contest, though
[flightgear.git] / src / Scripting / NasalSys.cxx
2007-01-28 mfranzthis should now really be correct; nothing for a beauty...
2007-01-28 mfranzmake sure entries are actually erased :-)
2007-01-28 frohlichModified Files:
2007-01-28 mfranzdon't truncate strings output by print() to 1024 bytes...
2007-01-23 mfranzallow listeners to remove themselves. This is done...
2007-01-23 mfranz- remove "nasal-dir-initialized" signal node after...
2007-01-21 mfranzraise signal "/sim/signals/nasal-dir-initialized" when...
2007-01-17 mfranz- don't allow removal of active listener (prevents...
2007-01-13 mfranzlet Nasal's fgcommand() return C++ return value (0...
2006-10-29 frohlichModified Files:
2006-10-17 andyA bug was discovered on IRC where an errant script...
2006-07-19 andyRework the naModLock()/naModUnlock() semantics to be...
2006-07-16 mfranz... but then again: it's only a rumor that listeners...
2006-07-16 mfranz- complain about attempts to attach a listener to a...
2006-06-10 mfranz- remove listener in ~FGNasalListener(), not FGNasalSys...
2006-05-23 mfranzdon't abort fgfs only because a nasal script called...
2006-04-27 mfranzexplain createModule()'s optional SGPropertyNode argument
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-15 andyAdd a (commented out) line enabling the "bits" library...
2006-03-15 andyAdd the I/O library, but comment it out until we figure...
2006-03-13 mfranzclose Nasal/ dir after reading *.nas files
2006-03-09 mfranzadd alert message
2006-03-09 mfranzcheck if the "nasal" subsystem is still there, and...
2006-03-09 mfranzremove leftover #include; changed comment
2006-03-09 mfranzNasalSys.[ch]xx:
2006-03-08 mfranzcrashfix: handleCommand() is called from other modules...
2006-03-08 mfranzadd deleteModule() method
2006-03-02 mfranzlet removelistener() return the number of remaining...
2006-02-28 mfranz- assign unique id to listeners
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-02-13 mfranzscreenPrint() is obsolete. Use screen.log.write() for...
2006-02-04 mfranzstore garbage collector id (again) in the listener...
2006-01-30 mfranzsupport optional setlistener() arg to fire callback...
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-09 curtAdd an srand() function to nasal (hooked into sg_srando...
2006-01-09 curtAdd a directory listing command to nasal. Given a...
2006-01-06 ehofmanStuart Buchanan:
2005-12-16 mfranzadd _setlistener() function, so that slow property...
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: