1
0
Fork 0
flightgear/src
James Turner 50c61b4211 Allow use of the system's SQLite3 library.
Keep distro packagers happy by having the option to use the system's sqlite library instead of our bundled version. Set SYSTEM_SQLITE=1 when running cmake to use the system one.
2012-09-19 14:28:25 +01:00
..
AIModel Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Aircraft Fix some places relying on public 'using std::string' in SimGear 2012-08-21 17:07:47 +01:00
Airports Implement a persistent cache for navigation data. 2012-09-19 11:38:19 +01:00
ATC Implement a persistent cache for navigation data. 2012-09-19 11:38:19 +01:00
ATCDCL Create FGSoundManager as a wrapper for SGSoundMgr_OpenAl 2012-09-17 13:45:31 +02:00
Autopilot Fix classes derived from SubsystemGroup. 2012-09-19 11:37:19 +01:00
Canvas Canvas: Don't crash on removing child hierarchie from map 2012-09-18 23:21:50 +02:00
Cockpit Disable panel-extent drawing in hot-spots mode. 2012-07-02 11:44:34 +01:00
Environment Fix classes derived from SubsystemGroup. 2012-09-19 11:37:19 +01:00
FDM Better fix for a compilation problem with MSVC 2012 2012-09-03 19:09:35 +02:00
GUI Implement a persistent cache for navigation data. 2012-09-19 11:38:19 +01:00
Include Allow use of the system's SQLite3 library. 2012-09-19 14:28:25 +01:00
Input Stop the property tree from keeping a shadow of the deleted input properties, as it can mean that the array of bindings ends up with some incorrect name tags if the set of joystick config files changes and a given js-named entry shifts in the array. This can then result in incorrect bindings being selected. 2012-08-25 22:23:55 +01:00
Instrumentation Implement a persistent cache for navigation data. 2012-09-19 11:38:19 +01:00
Main Allow use of the system's SQLite3 library. 2012-09-19 14:28:25 +01:00
Model Minor error message improvement. 2012-09-05 00:00:25 +02:00
MultiPlayer #248: support enabling AI module at run-time 2012-04-30 17:48:13 +02:00
Navaids Allow use of the system's SQLite3 library. 2012-09-19 14:28:25 +01:00
Network Avoid an 'overloaded-virtual' warning. 2012-09-18 00:59:36 +01:00
Radio Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Scenery Push SGMaterial use into these classes that need it. 2012-08-29 06:29:29 +02:00
Scripting Implement a persistent cache for navigation data. 2012-09-19 11:38:19 +01:00
Sound Create FGSoundManager as a wrapper for SGSoundMgr_OpenAl 2012-09-17 13:45:31 +02:00
Systems Prepare and implement reinit methods for instruments 2012-09-17 13:45:30 +02:00
Time Handle scenery-override in a single place only. 2012-09-17 13:45:31 +02:00
Traffic Add properties for raw axis and button values, for use 2012-08-23 21:52:30 +01:00
Viewer Handle scenery-override in a single place only. 2012-09-17 13:45:31 +02:00
CMakeLists.txt Basic 2D canvas implementation. 2012-05-18 07:05:37 +01:00