1
0
Fork 0
flightgear/src
Bertrand Coconnier 81313f4aa2 Sync'ed with JSBSim v1.1.8
- Always set useDefault to false when calling SGPropertyNode::tie()
- Mass flows can now be specified using SI unit (kg/s)
- Add a new property propulsion/fuel_freeze to freeze fuel consumption.
- Add a new flag DONT_EXECUTE_RUN_IC that can be specified to FGFDMExec::ResetToInitialConditions. When specified, this flag avoid calling FGFDMExec::RunIC when executing FGFDMExec::ResetToInitialConditions.
- Fix a bug in <linear_actuator> that resulted in erroneous output values when the input was oscillating around the zero value.
- Add an assert that forbids to set the value of FGPropertyValue when the property was specified with a minus sign.
- Fix the compatibility with recent versions of MinGW64
- Fix ws2tcpip.h casing for compilation on case sensitive OS.
- Improve the templating of FGPropertyManager::Tie().
- Expand FGParameterValue exception message (James Turner)
- TurboProp: Filters out negative powers when the propeller is not rotating
2021-07-24 19:19:14 +02:00
..
Add-ons Suppress warning: potential uninitialized variable 2021-02-21 00:40:42 -06:00
AIModel Fixes to duplicate AI waypoint detection 2021-07-21 10:58:08 +01:00
Aircraft Controls: ensure engine index is valid 2021-05-24 15:54:17 +01:00
Airports GroundNetwork: improve ATC performance 2021-07-14 15:05:27 +01:00
ATC Time moving 2021-07-13 10:49:06 +01:00
Autopilot Route-manager: cache the routePath 2021-07-21 15:45:13 +01:00
Canvas Canvas placement on dynamic models 2021-03-18 08:39:56 +00:00
Cockpit Panel/cockpit loading: report errors 2021-04-25 19:18:56 +01:00
EmbeddedResources CMake: make another object dependency explicit 2021-03-10 10:17:15 +00:00
Environment Sentry: only report METAR parse failures once per session. 2021-06-26 16:25:33 +01:00
FDM Sync'ed with JSBSim v1.1.8 2021-07-24 19:19:14 +02:00
GUI Launcher: don’t persistent cache GUIDs 2021-06-14 11:50:57 +01:00
Include * Support CycloneDDS as a SGIOChannel 2021-03-05 16:10:04 +01:00
Input Move some ALERTS to MANDATORY_INFO 2021-05-28 11:59:10 +01:00
Instrumentation Fix the spoken ATIS 2021-07-21 18:34:19 +01:00
Main Sentry: add ‘updateTag’ helper to modify tags 2021-06-26 16:25:14 +01:00
Model ModelMgr: catch not-found paths 2021-07-21 22:55:39 +01:00
MultiPlayer Allow AI carrier to be always tied exactly to MP carrier. 2021-06-25 11:08:12 +01:00
Navaids NavCache: don’t crash if rebuild is abandoned 2021-06-18 12:38:50 +01:00
Network Allow AI carrier to be always tied exactly to MP carrier. 2021-06-25 11:08:12 +01:00
Radio Fix shadowing of static variable in ITM adiff() function 2019-08-07 16:02:45 +02:00
Scenery Reduce warning log spam in NaN position. 2021-06-24 15:24:20 +01:00
Scripting src/Scripting/NasalSys.cxx: show source line if we get error while parsing Nasal. 2021-06-25 10:32:17 +01:00
Sound De-Yodify false == conditions throughout the code-base 2021-06-24 15:29:10 +01:00
Systems Missed check for a readProperties file check 2020-11-12 09:35:19 +00:00
Time Avoid crash on tests with no TZ set 2021-07-21 10:58:27 +01:00
Traffic Rewrite FGScheduledFlight::processTimeString 2021-07-21 22:57:16 +01:00
Viewer Allow AI carrier to be always tied exactly to MP carrier. 2021-06-25 11:08:12 +01:00
CMakeLists.txt Switch to using OBJECT library for main build 2021-03-08 16:59:14 +00:00