1
0
Fork 0
flightgear/src
ThorstenB 830526a793 Traffic performance: add airport memory cache
to avoid repeating identical NavCache/SQL queries. Also ensures we're
not using multiple FGAirport instances for an airport - each triggering
identical queries to pull in airport data.
Airports by ICAO ID are requested very frequently at run-time, so caching
significantly boosts performance.
2012-11-24 12:42:31 +01:00
..
AIModel Traffic performance: cache track length 2012-11-24 12:06:20 +01:00
Aircraft replay system: protect from recording multiple records for identical time 2012-11-11 17:36:10 +01:00
Airports Traffic performance: add airport memory cache 2012-11-24 12:42:31 +01:00
ATC Clean up namespace issues 2012-11-23 21:16:08 +01:00
ATCDCL ATIS upgrade 2012-10-13 16:48:56 +02:00
Autopilot Fixed some uninitialized member vars and a mem leak. 2012-11-18 16:39:22 +01:00
Canvas Expose NasalSys::gcSave/gcRelease to Canvas 2012-11-22 01:06:22 +01:00
Cockpit Allow setting emission for each canvas placement 2012-11-21 13:07:57 +01:00
Environment Make EnvironmentMgr shutdown its subsystems. 2012-11-20 12:31:07 +00:00
FDM Remove static property dependencies 2012-11-18 16:35:54 +01:00
GUI Make PUI menu-bar reinit safe. 2012-11-20 13:32:10 +00:00
Include Really make profiling commands optional 2012-11-15 13:56:31 +01:00
Input Fix some compiler warnings. 2012-10-13 17:59:47 +02:00
Instrumentation Quiet some log output. 2012-11-20 17:08:56 +00:00
Main hla: add io chanel configuration shortcut hla-local. 2012-11-24 09:58:53 +01:00
Model Remove osg dependency for isNaN only. 2012-11-11 17:22:42 +01:00
MultiPlayer Missing std:: namespace in a header. 2012-11-20 17:09:09 +00:00
Navaids Add more debug output to NavDataCache 2012-11-23 22:35:06 +01:00
Network Make HTTPClient a proper subsystem. 2012-11-19 11:30:12 +00:00
Radio Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Scenery Restore the fdm-init check to splash-screen logic. 2012-09-27 15:15:02 +01:00
Scripting Clean up CanvasWidget and more work on Canvas/Nasal bindings 2012-11-18 16:46:03 +01:00
Sound Stash properties 2012-10-13 15:45:15 +02:00
Systems Prepare and implement reinit methods for instruments 2012-09-17 13:45:30 +02:00
Time Remove static property dependencies 2012-11-18 16:35:54 +01:00
Traffic Performance improvement: pass (const) strings by reference 2012-11-24 11:59:13 +01:00
Viewer View-manager: update globals automatically. 2012-11-20 13:33:20 +00:00
CMakeLists.txt Basic 2D canvas implementation. 2012-05-18 07:05:37 +01:00