]> git.mxchange.org Git - flightgear.git/history - src/AIModel
VS2015 compatability fixes.
[flightgear.git] / src / AIModel /
2016-02-17 James TurnerRename Viewer/viewer.cxx to view
2016-01-12 James TurnerFix a typo breaking some takeoff-state logic.
2016-01-07 James TurnerFix a dumb AI traffic bug I introduced.
2016-01-06 James TurnerFix acceleration path of default takeoff taxi.
2016-01-06 James TurnerUse SGTime instead of time() in traffic/AI code
2016-01-06 James TurnerRemove dt member of AIAircraft
2015-12-22 James TurnerBetter Traffic performance data warnings.
2015-12-19 James TurnerMake PerformanceDB a real subsystem
2015-12-19 James TurnerQuiet down Traffic error logging.
2015-12-14 James TurnerMerge /u/userid-1550991/flightgear/ branch next into...
2015-12-11 James TurnerFix a JSBSim crash on OSG-quit
2015-12-11 James TurnerATC/Traffic doesn’t crash reset.
2015-12-10 James TurnerMerge /u/edauvergne/flightgear/ branch lat_lon_precisio...
2015-12-10 James TurnerMerge /u/edauvergne/flightgear/ branch fdm_restoration...
2015-12-10 James TurnerSplit GroundNetwork class down the middle
2015-12-01 James TurnerCheckpoint - ground-net skips the cache
2015-11-29 James TurnerMerge /u/r-harrison/flightgear/ branch next into next
2015-11-13 James TurnerDeveloper-warnings
2015-06-13 janodesboisstop sending velocity and acceleration in the motion...
2015-06-08 Torsten DreyerFix MSVC compile error
2015-06-06 janodesboisBasic MP patch, to allow lag compensation and get rid...
2015-06-01 Torsten DreyerAIBallistic.cxx: warning fix (initialization order)
2015-05-29 onoxsubmodel: Fix -Wreorder warnings
2015-05-29 onoxsubmodel: Only warn if an <*-offset> is actually present
2015-05-29 onoxsubmodel: Rename yaw and pitch to heading-deg and pitch-deg
2015-05-29 Torsten DreyerSilence some warnings
2015-05-28 onoxRevert to old behavior of life randomness
2015-05-28 onoxsubmodel: Move <yaw-offset> and <pitch-offset> to ...
2015-05-28 onoxsubmodel: Support <offsets> with <x-m>, <y-m>, and...
2015-05-28 onoxsubmodel: Use quaternions instead of trigonometry
2015-05-28 onoxsubmodel: Fix incorrect yaw and pitch offsets
2015-05-28 onoxsubmodel: Add random error for azimuth and elevation
2015-05-28 onoxsubmodel: Fix randomness of Cd and life
2015-05-28 onoxsubmodel: Remove FGSubmodelMgr::setSubData()
2015-05-19 Torsten DreyerMerge commit 'c8115f516c47fd389b34f59055d3c2e9a6b697e2...
2015-05-19 Torsten DreyerMerge commit '6c1934fcdf7dc91897e9d4dc8b8b6810b1de6a51...
2015-05-18 onoxSmall refactoring of Torsten's refactoring
2015-05-18 Torsten DreyerSmall refactoring of the submodel patch from onox
2015-05-18 onoxUse InputValue for yaw-offset and pitch-offset
2015-05-15 Durk TalsmaReinstate the backbone of the "I" part of the Interacti...
2015-05-14 Durk TalsmaSome preparatory work for reinstating a missing piece...
2015-04-21 Torsten DreyerFix "Error in ground network. Failed to find first...
2015-04-16 Torsten DreyerConditionally enable hot for multiplayer models
2015-03-24 James TurnerPortability: Fix compile errors on MSVC (cmath)
2015-02-22 Torsten DreyerMerge commit 'refs/merge-requests/1591' of https:/...
2015-02-12 portree_kidCode to stop loading of invalid flightplans
2014-11-19 Torsten DreyerOptionally use SCREEN_SIZE_PIXEL for LOD
2014-09-21 Clément de l'HamaideImprove <usage> tag feature
2014-07-12 Thomas GeymayerAIShip: remove duplicate property tie.
2014-02-24 James TurnerAIModels use PagedLOD
2014-02-05 Christian Schmitt[AIModel] Fix a crash when starting at the poles and...
2014-01-22 James TurnerAdjust fg-aircraft handling back to original style.
2014-01-20 Clément de l'HamaideUse --fg-aircraft paths for AI model
2014-01-13 James TurnerReset, fix Nasal timers added on shutdown.
2013-12-22 James TurnerUse a real function to wrap isfinite differences.
2013-12-21 James TurnerSupport non-C99 mode in MSVC.
2013-12-20 James TurnerFix some warnings from new Xcode.
2013-12-04 janodesboisvelocities/uBody got a capitale B forgot this in mp...
2013-11-16 James TurnerReset: AIbase, drop references
2013-11-16 James TurnerFix some warnings identified by Clang
2013-11-12 James TurnerReset: remove commands
2013-10-29 James TurnerReset: AI shutdown unbinds AIbase instances.
2013-10-27 janodesboisvelocities/u,v,wbody-fps are exposed in the property...
2013-10-26 James TurnerFix warning 'AI Aircraft without FlightPlan'
2013-10-01 James TurnerBug 1176, crash loading malformed scenario.
2013-09-28 James TurnerReduce amount of log output at level=debug.
2013-09-17 James TurnerSupport for multiple data dirs.
2013-09-15 Christian Schmittfix uninitialized variable reported by valgrind
2013-09-14 James TurnerDisplay AI traffic route in map.
2013-07-29 James TurnerKill some defunct uses of side-slip property.
2013-07-27 James TurnerCouple more unused private vars killed off.
2013-07-04 James TurnerMore unused vars caught by Xcode.
2013-07-04 James TurnerFix unused private vars.
2013-07-04 James TurnerBug 1153, guard against no current waypoint.
2013-06-19 James TurnerIssue #631, reset scenarios on sim-reset
2013-06-03 James TurnerFix for AIAircraft headings.
2013-04-05 James TurnerNon-sticky scenarios, simpler UX for everyone.
2013-04-02 James TurnerTweaks for run-time scenario toggling.
2013-04-01 Thomas GeymayerHelpers to clone SGModelData
2013-03-28 James TurnerAllow scenarios to have load/unload scripts.
2013-03-28 James Turnerstd:: namespace fixes, AIBase cleanup.
2013-03-27 James TurnerMake units of a function explicit.
2013-03-16 James TurnerCommands to control scenarios / AI-objects.
2013-03-16 James TurnerAIManager scenario tweaking.
2013-03-16 James TurnerDon't duplicate userpos in in AIObjects.
2013-03-04 Thomas GeymayerStart porting NasalPositioned to cppbind.
2013-03-04 Thomas GeymayerClean up/prepare for porting NasalPositioned to cppbind
2013-02-21 James TurnerGive the FGAirport class a sane filename.
2013-02-09 James TurnerSplit huge NasalSys header apart.
2013-02-07 Christian SchmittSome headers missing... ;)
2012-11-27 ThorstenBFix FGAIFlightPlan waypoint issues
2012-11-26 ThorstenBStop AI aircraft's sound when removing
2012-11-25 ThorstenBFix a couple of 64-bit warnings identified by GCC.
2012-11-25 James TurnerWork on AIAircraft gear animation.
2012-11-25 James TurnerFix a couple of 64-bit warnings identified by Clang.
2012-11-25 ThorstenBtraffic: more pass by reference + member init
2012-11-24 ThorstenBMSVC compile issues.
2012-11-24 ThorstenBAIFlihtPlan: Proper member initialization
2012-11-24 ThorstenBTraffic performance: cache track length
2012-11-24 ThorstenBPerformance improvement: pass (const) strings by reference
next