1
0
Fork 0
flightgear/src
Julian Smith 309e28c6d7 src/Viewer/viewmgr.cxx: removed asserts on inputs from aircraft/nasal code.
The fgfs executable is the unit within which it makes sense to check
preconditions with assert. We are not in control of aircraft code in the same
way.

This allows debug build of test-suite to check handling of out-of-range view
numbers.
2021-02-19 22:27:34 +00:00
..
Add-ons Cmake: Remove version.h machinery 2020-08-24 15:04:24 +01:00
AIModel AI: Fix unit problems for AIBase::vs 2021-02-11 09:27:36 +00:00
Aircraft src/Aircraft/replay.cxx: downgrade recording indexing diagnostic. 2021-02-19 10:21:21 +00:00
Airports Sentry: suppress more XML errors from reports 2021-02-04 11:49:25 +00:00
ATC Fix crash in AI/Traffic code 2021-02-04 16:11:08 +00:00
Autopilot src/Autopilot/digitalcomponent.cxx: fixed misleading indentation. 2021-01-01 17:54:10 +00:00
Canvas src/Canvas/canvas_mgr.cxx: fix for segv in simgear unit tests. 2020-12-16 21:19:01 +00:00
Cockpit Fix for missing 2D panel 2020-10-29 16:24:53 +00:00
EmbeddedResources CMake: overhaul how we find 3rd-party files 2020-08-26 13:57:24 +01:00
Environment Differentiate between snow and wetness. Snow shows with every amount of precipitation but rain puddles only start showing up above 50mm of rain per day. 2021-02-10 11:32:12 +01:00
FDM AI: Fix unit problems for AIBase::vs 2021-02-11 09:27:36 +00:00
GUI Fix crash spotted on Sentry 2021-02-11 09:26:38 +00:00
Include Make Compositor default 2020-11-16 13:25:29 +01:00
Input Tooltips: wait for commands to be registered 2021-01-08 19:34:07 +00:00
Instrumentation Marker beacons: support correct timing, audio sync. 2021-01-28 21:00:51 +00:00
Main src/Main/options.cxx: fixed Windows build error - use SGTimeStamp::sleepForMSec(), not sleep(). 2021-02-19 10:21:21 +00:00
Model src/Model/modelmgr.cxx: fixed minor clang warning about indentation. 2020-12-12 14:09:39 +00:00
MultiPlayer Fix MSVC unused-var warning 2021-02-15 09:33:30 +00:00
Navaids Tweak Natural-earth loading to reduce DB contention 2021-02-05 11:14:34 +00:00
Network CompositeViewer: Support for multiple view windows using osgViewer::CompositeViewer. 2020-11-21 13:27:02 +00:00
Radio Fix shadowing of static variable in ITM adiff() function 2019-08-07 16:02:45 +02:00
Scenery Fix unit-tests for particles lifetime. 2021-02-14 16:40:14 +00:00
Scripting Code Maintenance - nullptr checking 2021-02-18 23:52:46 -06:00
Sound Marker beacons: support correct timing, audio sync. 2021-01-28 21:00:51 +00:00
Systems Missed check for a readProperties file check 2020-11-12 09:35:19 +00:00
Time Throttle Hz aligned to time-grid, add initial offset. 2021-02-15 09:11:46 +00:00
Traffic Sentry: suppress more XML errors from reports 2021-02-04 11:49:25 +00:00
Viewer src/Viewer/viewmgr.cxx: removed asserts on inputs from aircraft/nasal code. 2021-02-19 22:27:34 +00:00
CMakeLists.txt Improve CMake strucutre 2020-08-23 11:31:37 +01:00