1
0
Fork 0
flightgear/src
Scott Giese 3c4220e784 AICarrier: clamp bug fix.
Since this code attempts to clamp values between 0.0 and 1.0, the comparision needs to occur using double types.
2021-12-26 19:32:44 -06:00
..
Add-ons Typo in "Addon-config: don’t overwrite autosaved props" (ticket 2059) 2021-08-20 16:53:37 +02:00
AIModel AICarrier: clamp bug fix. 2021-12-26 19:32:44 -06:00
Aircraft Undefined Behavior fix. 2021-12-26 12:38:08 -06:00
Airports Adjust EnvironmentMgr API to avoid copying 2021-12-25 13:40:25 +00:00
ATC Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
Autopilot Initialize a pointer to null. 2021-12-25 13:40:26 +00:00
Canvas Canvas: Do not hold a reference to the GUI camera 2021-08-31 18:15:28 +02:00
Cockpit Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
EmbeddedResources CMake: make another object dependency explicit 2021-03-10 10:17:15 +00:00
Environment Adjust EnvironmentMgr API to avoid copying 2021-12-25 13:40:25 +00:00
FDM Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
GUI Solved the problem with custom menu labels not properly displayed. 2021-12-26 12:51:37 +00:00
Include VR: Implement minimal VR support 2021-09-03 12:09:20 +01:00
Input Undefined Behavior fix. 2021-12-26 12:38:08 -06:00
Instrumentation Adjust EnvironmentMgr API to avoid copying 2021-12-25 13:40:25 +00:00
Main Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
Model Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
MultiPlayer Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
Navaids Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
Network Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-25 12:56:49 +01:00
Radio src/Radio/itm.cpp: avoid warnings about fallthrough in switch blocks. 2021-11-09 22:00:11 +00:00
Scenery WS30 Move VPB tile loading to the tile manager 2021-10-20 23:39:59 +01:00
Scripting Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
Sound Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
Systems Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
Time Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
Traffic Remove Sentry XML error suppression 2021-07-28 13:45:23 +01:00
Viewer Cope with SGPropertyNode::getStringValue() now returning std::string by value. 2021-12-24 14:49:06 +00:00
CMakeLists.txt Switch to using OBJECT library for main build 2021-03-08 16:59:14 +00:00