1
0
Fork 0
flightgear/src/AIModel
Julian Smith 77c362a9d4 src/AIModel/: fixed some compiler warnings
src/AIModel/AICarrier.cxx
    Avoid warning about unused angle_tdp variable.
src/AIModel/AIFlightPlanCreate.cxx
    Increased a buffer size that was giving warning with snprintf(). Also
    always use sizeof(buffer) instead of duplicating the explicit size.
2021-12-08 10:40:28 +00:00
..
AIAircraft.cxx Init of repositioned flag 2021-10-08 13:25:07 +01:00
AIAircraft.hxx Init of repositioned flag 2021-10-08 13:25:07 +01:00
AIBallistic.cxx Precomputed random numbers API 2021-05-25 12:57:07 +01:00
AIBallistic.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
AIBase.cxx AIAircraft: cache controls propertes 2021-06-10 14:39:15 +01:00
AIBase.hxx Allow AI carrier to be always tied exactly to MP carrier. 2021-06-25 11:08:12 +01:00
AIBaseAircraft.cxx AIAircraft: fix type of non-Swift aircraft 2020-09-03 17:51:40 +01:00
AIBaseAircraft.hxx AIAircraft: fix type of non-Swift aircraft 2020-09-03 17:51:40 +01:00
AICarrier.cxx src/AIModel/: fixed some compiler warnings 2021-12-08 10:40:28 +00:00
AICarrier.hxx Allow AI carrier to be always tied exactly to MP carrier. 2021-06-25 11:08:12 +01:00
AIEscort.cxx Precomputed random numbers API 2021-05-25 12:57:07 +01:00
AIEscort.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
AIFlightPlan.cxx Fixed some gcc warnings. 2021-11-11 18:49:55 +00:00
AIFlightPlan.hxx Stuck AI Aircraft wenn entry to runway > 105m 2021-11-16 08:38:29 +00:00
AIFlightPlanCreate.cxx src/AIModel/: fixed some compiler warnings 2021-12-08 10:40:28 +00:00
AIFlightPlanCreateCruise.cxx Guard against data errors in rwyprefs.xml 2020-10-29 16:22:35 +00:00
AIFlightPlanCreatePushBack.cxx AI Improvements 2021-08-31 09:43:24 +01:00
AIGroundVehicle.cxx AIFlightPlan: remove ‘erase’ option from Decrement 2020-09-05 11:16:36 +01:00
AIGroundVehicle.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
AIManager.cxx Remove Sentry XML error suppression 2021-07-28 13:45:23 +01:00
AIManager.hxx AIManager: Explicitly take SGSharedPtr 2021-06-07 12:43:50 +01:00
AIMultiplayer.cxx src/AIModel/: use Simgear's unit conversion constants, e.g. SG_KT_TO_FPS. 2021-07-31 10:29:11 +01:00
AIMultiplayer.hxx Allow AI carrier to be always tied exactly to MP carrier. 2021-06-25 11:08:12 +01:00
AINotifications.hxx Fix some warnings about constructor initialisation order. 2021-05-23 08:18:52 +01:00
AIShip.cxx Fix infinite loop on negative speed. 2021-08-01 20:51:18 +01:00
AIShip.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
AIStatic.cxx Fix Shuttle AI scenario 2021-01-17 19:13:42 +00:00
AIStatic.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
AIStorm.cxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIStorm.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
AISwiftAircraft.cpp AIAircraft: fix type of non-Swift aircraft 2020-09-03 17:51:40 +01:00
AISwiftAircraft.h Additional AI Aircraft properties for animation 2020-08-16 14:49:33 +01:00
AITanker.cxx std:: namespace fixes, AIBase cleanup. 2013-03-28 16:49:52 +00:00
AITanker.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
AIThermal.cxx Generalise AI-model search ordering in AIBase 2018-05-23 09:46:05 +01:00
AIThermal.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
AIWingman.cxx AI: Fix unit problems for AIBase::vs 2021-02-11 09:27:36 +00:00
AIWingman.hxx Maintenance: AIModel 2021-02-21 23:18:15 -06:00
CMakeLists.txt Finish 2021-carriers-and-ai-part-1-towers 2021-04-16 22:02:11 +02:00
performancedata.cxx AI: Fix unit problems for AIBase::vs 2021-02-11 09:27:36 +00:00
performancedata.hxx Maintenance: performancedata 2021-02-21 22:27:43 -06: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 Submodels: Fix initial position offset 2021-01-18 11:45:31 +00:00
submodel.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00