]> git.mxchange.org Git - flightgear.git/history - src/Scripting
- rename fgcommand "set-mouse" to "set-cursor"
[flightgear.git] / src / Scripting /
2008-04-29 mfranzcleanup after last commit
2008-03-22 timooremodel paging patch from Till Busch
2008-01-22 andyFix leak in interpolate(). Also give property nodes...
2007-12-05 mfranzadd runway number as "id" to the runway hash within...
2007-10-24 andyFix memory leak introduced when we stopped using _conte...
2007-10-21 mfranzgetAttribute(): s/refcount/references/
2007-10-20 mfranzmake node.getAttribute("refcount") return the SGSharedP...
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(depreciated) cmdarg() should return _node, not parent
2007-10-15 mfranz- add argc/argv arguments to FGNasalSys::call
2007-10-14 mfranzrevert meaning of third, optional argument, and add...
2007-10-14 mfranzairportinfo(): add possibility to search for next airpo...
2007-10-12 mfranzadd new listener type: setlistner(<prop>, <func...
2007-10-11 mfranzsetprop(): make sure return value is always set
2007-10-11 mfranzrename FGAirportSearchFilter::acceptable() -> ::pass()
2007-10-10 mfranzsetprop(): report error on writing to unwritable property
2007-10-05 mfranzuse airport search filter to only search for "regular...
2007-10-05 mfranz- make FGAirport::search() more versatile, so that...
2007-10-03 mfranzstop runway searching when the first airport id doesn...
2007-10-02 mfranzadd thresholds and stopways
2007-10-02 mfranzforgot to consider the Liberia--Burma--U.S.A problem
2007-10-02 mfranzadd airportinfo() function, which returns airport/runwa...
2007-10-01 mfranzif a local (ai/mp) root node is given, append it to...
2007-09-30 mfranzdegrade FGNasalModelData log message from SG_ALERT...
2007-07-01 mfranz- fix carttogeod() function (don't convert the altitude...
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-06-23 mfranzadd geodinfo(<lat>, <lon>) function that returns an...
2007-06-16 mfranzMaik JUSTUS: add functions carttogeod() and geodtocart...
2007-06-07 andyRemove the GUI popup from the screen capture C++ code...
2007-06-07 andyAllow the second (property node) argument to fgcommand...
2007-05-17 curtLadislav Michnovič: fix a 64bit problem.
2007-05-14 mfranzAndy ROSS:
2007-05-12 mfranzadd error messages for invalid args to settimer()
2007-05-07 mfranzlet foo.getAttribute("listeners") return the number...
2007-05-01 mfranzmove the "interpolator" subsystem into the INIT group...
2007-05-01 mfranzremove util.cxx workaround for listener-call-at-exit...
2007-04-27 mfranzmake listeners aware of their id, and output trigger...
2007-04-04 mfranzsetAttribute("archive", 1) sets this attribute to ...
2007-04-01 mfranzallow AI models to contain <nasal><load> and <nasal...
2007-03-29 andySync with Nasal CVS (soon to become Nasal 1.1). Notabl...
2007-03-18 mfranzrevert condition() patch. This can as easily be done...
2007-03-17 mfranzset module namespace in globals, otherwise two subseque...
2007-03-17 mfranzNew Nasal command _condition(p) where p is a property...
2007-02-03 mfranz- add two error messages to setlistener() (invalid...
2007-01-29 fredbsimplify and fix
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-14 mfranzmake attribute strings lowercase with hyphen instead...
2007-01-13 mfranzlet Nasal's fgcommand() return C++ return value (0...
2007-01-12 mfranzadd getAttribute() and setAttribute() method
2006-10-29 frohlichModified Files:
2006-10-17 andyA bug was discovered on IRC where an errant script...
2006-08-08 andyMore warnings, similar issues.
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-11 mfranzfix another crash on exit by finally converting the...
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-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-30 mfranzsupport optional setlistener() arg to fire callback...
2006-01-27 mfranzgetChild(): add optional "create" flag (like in the...
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-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-10-23 mfranz... and don't keep. This causes nasty, mysterious bugs...
2005-10-23 mfranzadd support for removeChildren(): takes one name as...
2005-09-20 andyChanges to support the new naCall API in SimGear. ...
next