1
0
Fork 0
flightgear/src
James Turner c62b004438 Fix many clang errors in UIUC code
- because uiuc_warning_error always called exit(-1), it can be marked
  no return, so Clang realises that when it’s used in the ‘else’
  side of a parsing test, uninitialised variables in the enclosing
  call site are safe.

(Requires Simgear update to define SG_NO_RETURN helper)
2016-01-12 12:50:31 -06:00
..
AIModel Fix a dumb AI traffic bug I introduced. 2016-01-06 22:27:33 -06:00
Aircraft Apply /sim/speed-up to general subsystem dt 2016-01-05 23:19:28 -06:00
Airports Fix a singed/unsigned warning 2016-01-12 19:05:51 +01:00
ATC Fix a potential use-after-free in ATC code 2016-01-12 12:22:23 -06:00
Autopilot Fix some more uses of libC time() 2016-01-05 23:19:28 -06:00
Canvas Make fgValidatePath always return std::string, not char * 2015-03-13 18:07:24 +00:00
Cockpit Remove FontCache from globals. 2016-01-03 12:00:15 -06:00
Environment Pull Ephemeris out of FGGlobals 2015-12-31 15:19:51 -06:00
FDM Fix many clang errors in UIUC code 2016-01-12 12:50:31 -06:00
GUI Apperently maybeRestoreAircraftSelection() needs to be a slot 2016-01-11 09:46:16 +01:00
Include Developer-warnings 2015-11-13 22:13:44 +00:00
Input event input system: be a little more helpful on errors 2015-11-02 11:42:30 +01:00
Instrumentation Apply /sim/speed-up to general subsystem dt 2016-01-05 23:19:28 -06:00
Main Fix a bug for allowed paths 2016-01-12 11:19:26 +01:00
Model Aircraft-model subsystem behaves better 2015-12-18 20:13:23 -08:00
MultiPlayer stop sending velocity and acceleration in the motion information when crashed 2015-06-13 11:02:30 +02:00
Navaids Fixes for first/last legs on a route 2015-12-17 19:22:14 -08:00
Network Merge /u/userid-1550991/flightgear/ branch next into next 2015-12-14 14:57:18 +00:00
Radio Portability: Fix compile errors on MSVC (cmath) 2015-03-24 11:11:42 -05:00
Scenery Fix the tile-manager subsystem name 2015-12-24 11:52:09 +01:00
Scripting Nasal support for VIA / Discontinuity 2015-12-11 13:43:25 -06:00
Sound Chatter-queue moved out of globals 2016-01-03 12:00:15 -06:00
Systems Developer-warnings 2015-11-13 22:13:44 +00:00
Time Current time of day (warp) fixes: 2016-01-10 22:10:10 -06:00
Traffic Use SGTime instead of time() in traffic/AI code 2016-01-05 23:19:28 -06:00
Viewer Remove FontCache from globals. 2016-01-03 12:00:15 -06:00
CMakeLists.txt Cleanup of ATCDCL 2014-04-30 10:22:51 +02:00