1
0
Fork 0
flightgear/src/Aircraft
Scott Giese 3850700ce1 Undefined Behavior fix.
Shifting bits into the sign-bit is unpredictable.
Should be an unsigned type.
2021-12-26 12:38:08 -06: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 Refactoring of record/replay code. 2021-12-08 10:43:14 +00:00
continuous.cxx Undefined Behavior fix. 2021-12-26 12:38:08 -06:00
continuous.hxx src/Aircraft/: interpolate view properties when replaying. 2021-12-08 21:17:16 +00: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 Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
flightrecorder.hxx Refactoring of record/replay code. 2021-12-08 10:43:14 +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-internal.cxx Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
replay-internal.hxx src/Aircraft/: interpolate view properties when replaying. 2021-12-08 21:17:16 +00:00
replay.cxx Added support for auto video creation when replaying Continuous recordings. 2021-12-08 21:15:49 +00:00
replay.hxx Added support for auto video creation when replaying Continuous recordings. 2021-12-08 21:15:49 +00:00