1
0
Fork 0
flightgear/src/Aircraft
James Turner a702fd7b27 Controls: ensure engine index is valid
Some spacecraft send out-of-range engine numbers from the JSBsim side.
Should probably be fixed in JSBsim itself but let’s check here to
keep compat with existing FDMs.
2021-05-24 15:54:17 +01:00
..
AircraftPerformance.cxx Start creating tests of AIModel code 2020-09-03 17:51:40 +01:00
AircraftPerformance.hxx Start creating tests of AIModel code 2020-09-03 17:51:40 +01:00
CMakeLists.txt Move aircraft-performance code into a public API 2018-08-26 14:39:42 +01:00
controls.cxx Controls: ensure engine index is valid 2021-05-24 15:54:17 +01:00
controls.hxx Fix false-positive listener warnings for /controls 2021-03-13 14:44:17 +00:00
FlightHistory.cxx Replace BOOST_FOREACH by C++ 11 for range loop. 2020-04-12 14:40:36 +01:00
FlightHistory.hxx SGSubsystem classes: Addition of staticSubsystemClassId() to all subsystems. 2019-07-01 14:51:32 +02:00
flightrecorder.cxx src/Aircraft/flightrecorder.cxx: Improved logging of raw speed values. 2021-04-15 17:23:58 +01:00
flightrecorder.hxx Added support for analysing raw speed values when replaying. 2021-03-27 22:37:54 +00:00
initialstate.cxx src/Aircraft/initialstate.cxx: fixed typo in diagnostic when --state=... is not found. 2021-01-30 12:48:06 +00:00
initialstate.hxx Aircraft-states feature. 2016-06-17 18:15:35 +01:00
replay.cxx Fixed uneven replay of user vs multiplayer aircraft. 2021-04-18 12:12:50 +01:00
replay.hxx src/Aircraft/replay.*: use getMPProtocolClockSec if /sim/time/simple-time/enabled is set. 2021-04-15 17:23:58 +01:00