1
0
Fork 0
flightgear/src
Torsten Dreyer 296849cf3d Fix a bug for allowed paths
Under some conditions on my system
aircraft_paths.begin() was equal to scenery_paths.end()
This resulted in neither of them being added to read_allowed_paths
followed by failure to load Nasal scripts from the aircraft directory.

This might happen, if scenery_paths gets allocated just before aircraft_paths
in memory.
Better loop across the desired lists instead of using fancy tricks with
the iterator.
2016-01-12 11:19:26 +01: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 Linux build fix. 2016-01-10 22:11:32 -06:00
ATC Use SGTime instead of time() in traffic/AI code 2016-01-05 23:19:28 -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 Bugfix: pause works for JSBsim/Yasim again 2016-01-11 11:47:40 -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