1
0
Fork 0
flightgear/src
Clément de l'Hamaide 7827e28ff3 Fix range calculation for special frequencies
Range for special freq was computed with previous freq, now they are always in range
Use a global variable (_currentFreqKhz) in order to avoid a <static_cast> in main loop; now it's only on frequency change
Fix a .size() > 0 for !.empty()
2013-08-19 16:08:29 +02:00
..
AIModel Kill some defunct uses of side-slip property. 2013-07-29 22:15:23 +01:00
Aircraft Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
Airports Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
ATC Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
ATCDCL Clean up/prepare for porting NasalPositioned to cppbind 2013-03-04 16:31:37 +01:00
Autopilot Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
Canvas Canvas GUI: don't crash if enable decoration on window without content canvas 2013-07-27 22:16:00 +02:00
Cockpit Assume OSG version 3.0 as a minimum 2013-07-29 22:54:25 +01:00
Environment Fix unused private vars. 2013-07-04 20:24:56 +01:00
FDM Performance optimization: empty() instead of size()>0 2013-08-19 09:02:06 +01:00
GUI Bug 550 / 454 work (not yet fully fixed) 2013-06-30 16:41:05 +01:00
Include FGCom integrated into FlightGear. 2013-08-16 17:02:47 +01:00
Input Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
Instrumentation Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
Main Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
Model Fix bug 864 - moving the 2D panel around. 2013-07-03 08:57:48 +01:00
MultiPlayer Bug 947, menu item state wrong after reset. 2013-06-25 21:28:56 +01:00
Navaids Bug #1166, slow POI parsing. 2013-07-24 08:53:55 +01:00
Network Fix range calculation for special frequencies 2013-08-19 16:08:29 +02:00
Radio Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Scenery Object names for more scene-graph nodes. 2013-06-22 14:34:03 +01:00
Scripting Performance optimization: empty() instead of size()>0 2013-08-19 09:02:15 +01:00
Sound Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
Systems FGSystemMgr: Do not quit on unknown system. 2013-07-04 14:32:56 +02:00
Time Fix horizon sunrise/sunset effect position. 2013-08-07 16:30:20 +01:00
Traffic Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
Viewer Performance optimization: empty() instead of size()>0 2013-08-19 09:01:59 +01:00
CMakeLists.txt Basic 2D canvas implementation. 2012-05-18 07:05:37 +01:00