]> git.mxchange.org Git - flightgear.git/history - src/Scripting
Autopilot: clean up the helpers code (which drives the various /internal/) properties...
[flightgear.git] / src / Scripting /
2009-11-27 Tim MooreMerge branch 'luff/kln89'
2009-11-27 Tim MooreMerge branch 'jmt/gps'
2009-11-26 Tim MooreMerge branch 'jmt/dialog'
2009-11-26 Tim MooreMerge branch 'ehofman/jsbsim'
2009-11-07 jmtMake Nasal airportinfo() tolerant of invalid airport...
2009-11-06 Tim MooreMerge branches 'durk/scenery' and 'ehofman/fog'
2009-11-06 Tim MooreMerge branch 'tat/configure'
2009-11-06 Tim MooreMerge branch 'aperry/tsync'
2009-10-18 Tim MooreFixes for changes in simgear/math/sg_types.hxx
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-08-24 Tim Moorefix warnings in Multiplayer, Scripting, and Time
2009-07-17 Tim MooreRefer to property types using props:: namespace
2009-07-16 timooreSupport for VEC3D and VEC4D properties.
2009-07-16 timooreSGPropertyNode::Type moves to simgear::props namespace
2009-06-11 frohlichNo need to zero the _props variable.
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-04-01 mfranzFGNasalModelData: use model XML path as module source
2009-04-01 mfranzassign a unique module name to ai/mp embedded nasal...
2009-04-01 mfranzdon't keep 'nasal-dir-initialized' node after removing
2009-04-01 fredbSupport old compilers
2009-04-01 mfranzgeodinfo: make vector origin altitude configurable
2009-03-18 frohlichImproove FGTileMgr::scenery_available for small ranges.
2009-03-18 mfranzrestore consistent coding-style; remove obsolete code...
2009-03-11 mfranzdon't call change-only listeners at first trigger event
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-09 mfranz- pass return values in set{,Bool,Int,Double}Value...
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-09 Tim MooreMerge branch 'maint' into next
2009-01-09 jmtAdd various helper filters, to make use of type-ranges...
2009-01-08 Tim MooreMerge branch 'maint' into next
2009-01-07 Tim MooreMerge branch 'maint2' into next
2009-01-07 Tim MooreMerge branch 'rj/ttw' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2009-01-03 Tim MooreMerge branch 'tbm/graphics-bug' into next
2009-01-03 Tim MooreMerge branch 'maint2' into next
2008-12-26 jmtAnother clean-up iteration: FGAirportList::search is...
2008-12-26 jmtClean out FGAirportList - not quite obsolete yet, but...
2008-12-24 jmtFinish conversion of FGRunway to a real class - all...
2008-11-26 mfranzadd _getAliasTarget(): this dereferences an alias,...
2008-11-13 mfranzf_alias: catch SGPropertyNode exceptions and generate...
2008-11-12 mfranzadd alias() and unalias() functions
2008-11-03 andyFix refcounting bug in f_removeChild(). Use a smart...
2008-10-18 mfranz- createModule: add optional arg[] vector arguments
2008-10-18 mfranz- fix regression: classes derived from SGModelData...
2008-10-12 mfranzlisteners: do no longer set cmdarg() to avoid interfere...
2008-09-23 mfranz- airportinfo(): remove superfluous indices of threshol...
2008-09-11 ehofmanJames Turner:
2008-08-15 ehofmanJames Turner:
2008-08-14 durkJames Turner: Improved runway management code:
2008-07-31 ehofmanheader cleanups
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-24 mfranzlet removeChild() return the detached node (like the...
2008-07-22 mfranz- use path validation for parsexml() nasal command
2008-07-10 mfranzreturn attribute mask as unsigned
2008-07-10 mfranzlet n.getAttribute("last") return SGPropertyNode::LAST_...
2008-07-07 mfranzrename attributes write/read to writable/readable ...
2008-06-19 mfranzwhile abort() is really only useful for listeners ...
2008-06-19 mfranzmake fgfs abort() after a listener with runtime arg...
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...
next