1
0
Fork 0
flightgear/src/AIModel
2020-04-30 16:22:59 +01:00
..
AIAircraft.cxx Optimize slot checking routines so unneeded code is not run, document function 2020-04-30 16:22:59 +01:00
AIAircraft.hxx Optimize slot checking routines so unneeded code is not run, document function 2020-04-30 16:22:59 +01:00
AIBallistic.cxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIBallistic.hxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIBase.cxx C++ modernisation tweaks 2020-04-04 08:06:15 +01:00
AIBase.hxx 1) model search order property in super class AIBase and overridden by sub classes. 2019-01-06 13:57:22 +00:00
AICarrier.cxx Add carrier parking positions to property tree 2020-04-18 18:07:25 +01:00
AICarrier.hxx Launcher: initial carrier support 2020-03-20 15:51:47 +00:00
AIEscort.cxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIEscort.hxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIFlightPlan.cxx Correct description of getDistanceToGo() - this returns meters, not feet. Looking at the code it appears that it won't break anything to use the wrong units, so we'll just fx the documentation to make it clear its meters 2020-04-30 16:22:59 +01:00
AIFlightPlan.hxx Checkpoint - ground-net skips the cache 2015-12-01 14:01:32 +00:00
AIFlightPlanCreate.cxx Optimize slot checking routines so unneeded code is not run, document function 2020-04-30 16:22:59 +01:00
AIFlightPlanCreateCruise.cxx Formatting, change single-use pointers to std::unique_ptr 2020-04-30 16:22:59 +01:00
AIFlightPlanCreatePushBack.cxx Formatting, change single-use pointers to std::unique_ptr 2020-04-30 16:22:59 +01:00
AIGroundVehicle.cxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIGroundVehicle.hxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIManager.cxx Fix for reset crash: 2020-04-22 10:56:54 +01:00
AIManager.hxx Launcher: initial carrier support 2020-03-20 15:51:47 +00:00
AIMultiplayer.cxx introduction of a zero lag mode when pilots are synched in time, eg using ntp. 2020-01-14 11:10:28 +01:00
AIMultiplayer.hxx introduction of a zero lag mode when pilots are synched in time, eg using ntp. 2020-01-14 11:10:28 +01:00
AIShip.cxx Statements following return, break, continue, goto or throw will never be executed. 2020-04-11 22:07:15 +01:00
AIShip.hxx LOD ranges rework. 2018-10-30 21:05:55 +01:00
AIStatic.cxx 1) model search order property in super class AIBase and overridden by sub classes. 2019-01-06 13:57:22 +00:00
AIStatic.hxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIStorm.cxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIStorm.hxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AITanker.cxx std:: namespace fixes, AIBase cleanup. 2013-03-28 16:49:52 +00:00
AITanker.hxx std:: namespace fixes, AIBase cleanup. 2013-03-28 16:49:52 +00:00
AIThermal.cxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIThermal.hxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIWingman.cxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIWingman.hxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
CMakeLists.txt CMake header support for XCode/Visual Studio 2011-07-19 07:58:03 +01:00
performancedata.cxx TestSuite: Migration of the AeroMesh tests into the CppUnit infrastructure. 2018-07-26 15:52:06 +02:00
performancedata.hxx Compile AI wake numerical core in FG main executable. 2017-06-10 20:19:43 +02:00
performancedb.cxx ATC / AI subsystem: replace iostream with SG_LOG() and make new function in SchedFlight that will create a new scheduled flight instance 2020-04-30 16:22:59 +01:00
performancedb.hxx SGSubsystem classes: Renaming of the subsystem ID variables and functions. 2019-07-01 14:27:30 +02:00
submodel.cxx Replace boost::tuple by std::tuple 2020-04-22 14:06:13 +01:00
submodel.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00