1
0
Fork 0
flightgear/src
Stuart Buchanan f5b469aee0 Set viewer-[lon|lat]-deg on initial View bind
Previously /sim/current-view/viewer-[lon|lat]-deg were set to
(0,0) when a view was bind() for the first time by the view
manager.  This cause the scenery tile cache to immediately clear
and all scenery to be reloaded.

Now these values are set correctly the first time the view
bind() is called, so the cache behaves correctly.

Also fixed what looks like a possible bug on code read where
the tiles of the current view had a very short expiry time
set.  Seems wrong.
2020-05-10 14:17:40 +01:00
..
Add-ons Addon-config: don’t overwrite autosaved props 2020-05-03 12:23:54 +01:00
AIModel Rename departure cue to departure queue, formatting, document ActiveRunway class 2020-04-30 16:22:59 +01:00
Aircraft Replace BOOST_FOREACH by C++ 11 for range loop. 2020-04-12 14:40:36 +01:00
Airports GPS/FLightPlan test updates 2020-04-21 15:48:41 +01:00
ATC Quiet some noisy logging in ATC code 2020-04-30 16:22:59 +01:00
Autopilot Fix for reposition crash for some users 2020-05-07 11:07:47 +01:00
Canvas Replace boost::bind by std::bind and lambda function 2020-04-22 14:06:13 +01:00
Cockpit Replace BOOST_FOREACH by C++ 11 for range loop. 2020-04-12 14:40:36 +01:00
EmbeddedResources Use CMAKE_MSVCIDE_RUN_PATH to allow the add_custom_target to run 2020-01-11 20:27:21 +01:00
Environment Fire listeners on metar-properties 2020-04-10 10:40:32 +01:00
FDM Fixed a segfault occuring when changing the LOD ranges with a JSBSim aircraft. 2020-04-30 15:25:22 +02:00
GUI Allow region/local specifications of translations 2020-05-08 14:54:53 +01:00
Include Code changes for crash reporting with Sentry. 2020-04-17 17:55:34 +01:00
Input Replace boost::enable_if/disable_if/enable_if_c/disable_if_c by std::enable_if 2020-04-22 14:05:47 +01:00
Instrumentation src/Instrumentation/HUD/: added enable-ground-velocity-vector 2020-05-02 10:09:04 +01:00
Main Lock-file dialog: allow quit-ing, make translated 2020-05-07 16:49:50 +01:00
Model Replace BOOST_FOREACH by C++ 11 for range loop. 2020-04-12 14:40:36 +01:00
MultiPlayer Fix a warning 2020-04-01 15:30:15 +01:00
Navaids Fix FP delegate when loading GPXs 2020-05-03 08:30:18 +01:00
Network Fix segfauls in swift service 2020-05-07 11:13:12 +01:00
Radio Fix shadowing of static variable in ITM adiff() function 2019-08-07 16:02:45 +02:00
Scenery Set viewer-[lon|lat]-deg on initial View bind 2020-05-10 14:17:40 +01:00
Scripting Draft version of Nasal unit-testing API 2020-05-06 15:20:26 +01:00
Sound Remove an unused header file 2020-04-28 08:36:51 +02:00
Systems
Time Lots of UTF8 path correctness fixes 2020-03-12 14:23:44 +00:00
Traffic Replace activeTraffic iterations with a standard function 2020-04-30 16:22:59 +01:00
Viewer Set viewer-[lon|lat]-deg on initial View bind 2020-05-10 14:17:40 +01:00
CMakeLists.txt