]> git.mxchange.org Git - flightgear.git/history - src/AIModel/AIShip.cxx
Walk the AImodels property tree only once at init, rather than at update. Should...
[flightgear.git] / src / AIModel / AIShip.cxx
2010-09-02 Vivian MeazzaWalk the AImodels property tree only once at init,...
2010-08-21 Frederic BouvierMerge commit 'refs/merge-requests/1551' of git://gitori...
2010-06-01 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2010-05-29 Mathias FroehlichFix an uninitialized value valgrind warning.
2010-02-09 Tim MooreMerge branch 'torsten/track'
2010-02-09 Tim MooreMerge branch 'durk/atcdcl-cond'
2010-02-09 Tim MooreMerge branch 'jmt/navradio'
2010-02-09 Tim MooreMerge branch 'torsten/auto'
2010-02-09 Tim MooreMerge branch 'jmt/units-fix' into maint
2010-01-31 Tim MooreMerge branch 'csaba/nan'
2010-01-17 Tim MooreMerge branch 'jmt/gps'
2010-01-16 Tim MooreMerge branch 'vivian/trainz'
2010-01-13 Tim MooreMerge branch 'ehofman/sound'
2010-01-11 Tim MooreMerge branches 'jmt/spatial', 'jmt/ref_ptr', 'jmt/navra...
2009-12-20 Tim MooreMerge branch 'ehofman/sound'
2009-12-09 Tim MooreVivian Meazza: AI escorts
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-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-31 Tim MooreAdd support for high speed trains. Change update rate...
2009-10-12 Tim MooreMerge branches 'jmt/dialog' and 'durk/scenery'
2009-10-12 Tim MooreMerge branches 'jmt/brakes' and 'jmt/dump'
2009-10-12 Tim MooreMerge branch 'stuart/clouds'
2009-10-12 Tim MooreMerge branch 'torsten/axes'
2009-10-12 Tim MooreMerge branches 'jmt/xmlauto', 'luff/kln89' and 'curt...
2009-10-12 Tim MooreMerge branch 'jmt/positioned'
2009-10-12 Tim MooreMerge branch 'vivian/trainz'
2009-09-30 Tim MooreTry to improve frame rate and reduce jitter
2009-09-18 Tim MooreMerge branch 'vivian/train' into next
2009-09-18 vmeazzaAdd support for tunnel, y-offset and limit update rate
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-08-25 Tim MooreAIGroundVehicle from Vivian Meazza
2009-08-23 torstenthe warning extinguisher hits again...
2009-08-10 frohlichUse the 'all but self' capability of the scenery elevat...
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-05-04 Tim MooreAICarrier fixes from Vivian
2009-03-18 frohlichThe simtime alread contains the increment. So do not...
2009-03-18 frohlichSet the reference time the transform is meant for.
2009-03-05 frohlichMove the velocity computations for aimodels into AIShip.
2007-07-14 frohlichAlso untie waypoint-missed-count.
2007-07-11 mfranzdon't use _tgt_rudder uninitialized
2007-06-24 mfranzVivian MEAZZA & Tim MOORE:
2007-03-30 mfranzVivian MEAZZA:
2007-03-05 mfranzVivian MEAZZA:
2007-01-13 mfranzMaik JUSTUS: fix bug in previous commit
2006-06-15 frohlichMore use of SGGeo[dc].
2006-02-21 mfranznew FSF address
2006-02-11 ehofmanMathias Froehlich:
2005-10-01 ehofmanVivian Meazza:
2005-08-18 ehofmanMSVC fix.
2005-08-16 ehofmanVivian Meazza:
2005-03-19 ehofmanMathias Fröhlich:
2004-11-19 ehofmanMathias Fröhlich:
2004-11-16 ehofmanRemove some changes I had put in to make it compile...
2004-11-13 ehofmanVivian Meazza:
2004-06-12 ehofmanNo need to do he calculations twice. FGAIBAse::update...
2004-06-11 ehofmanMove the radar update code to the AIBase class. There...
2004-05-29 ehofmanDavid Culp:
2004-03-07 ehofmanDavid Culp:
2004-02-27 ehofmanDavid Culp:
2003-12-22 ehofmanSplit up model[] into ship[], aircraft[], ballistic...
2003-12-22 ehofmanTidy up the code a bit more, move /ai/model[] to /ai...
2003-12-21 ehofmanMake the AI model export it's internal state to the...
2003-11-28 ehofmanAdd David Culp's AI model manager code which is derived...