]> git.mxchange.org Git - flightgear.git/history - src/Navaids/NavDataCache.cxx
Fix distance-along-path computation
[flightgear.git] / src / Navaids / NavDataCache.cxx
2014-12-02 James TurnerDrop ground-nets cache on scenery path change.
2014-05-29 James TurnerFix for airport search on some platforms.
2014-04-04 Torsten DreyerMerge commit 'refs/merge-requests/1577' of git://gitori...
2014-03-23 James TurnerFix for bug 1419, nav.dat runway binding
2014-03-13 James TurnerFix compilation with SYSTEM_SQLITE
2014-03-12 James TurnerDon't rebuild navcache for scenery changes
2014-03-12 James TurnerICAO.ils.xml data works read-only.
2014-03-12 James TurnerICAO.threshold.xml works read-only.
2014-03-02 Thomas GeymayerTACAN: fix distance calculations and some other problems.
2014-03-01 Thomas GeymayerTACAN/mobile navaid cleanup and improvements.
2014-02-24 James TurnerOptimise NavCache airport query
2014-01-26 Rebecca PalmerFix compilation with SYSTEM_SQLITE, from Markus Wanner
2013-11-15 James TurnerMultiple-instance support.
2013-10-26 James TurnerTweaks to startup configuration handling
2013-10-21 James TurnerFix bug 1227, cache thrash on Win.
2013-09-30 James TurnerMove cache schema into its own file.
2013-09-28 James TurnerFix portability issue with system sqlite 3.8
2013-09-26 James TurnerRelocate Sqlite3 sources, upgrade to 3.8.0.2
2013-07-24 James TurnerBug #1166, slow POI parsing.
2013-07-04 James TurnerRemove a debug message.
2013-06-25 James TurnerKill off timestamp warning for the NavCache
2013-04-09 James TurnerGPSs uses FlightPlans directly.
2013-04-06 James TurnerDisable POI data on Windows for the moment.
2013-03-15 Christian SchmittParse nav.dat DMEs and assign them to appropriate navai...
2013-03-10 James TurnerCandidate fix for bug 1055. Needs validation however!
2013-03-06 Thomas GeymayerClean up/simplify NasalPositioned_cppbind
2013-03-03 Christian SchmittAdd points of interest (POI) database to FGPositioned...
2013-03-02 James TurnerPositioned/Cache tweaks to support PoIs.
2013-02-28 James TurnerRemove isReciprocal from FGRunway.
2013-02-28 Christian SchmittConvert runway parser and all internals to metric units...
2013-02-23 James TurnerFix for bug, ILS not visible in map on first run.
2013-02-21 James TurnerVersion the navache filename.
2013-02-21 James TurnerGive the FGAirport class a sane filename.
2013-02-20 Christian SchmittAdd support for helipads from apt.dat 850+
2013-02-03 James TurnerChange the way the nav-cache is rebuilt.
2013-01-19 James TurnerIncrease the nav-cache in-memory cache size.
2013-01-06 James TurnerNavCache: fix an issue reloading ground-nets.
2013-01-01 James TurnerFix runway elevations when threshold.xml is used.
2012-12-23 James TurnerRevised cache transaction handling.
2012-11-27 ThorstenBFix compile error "ISO C++ forbids initialization of...
2012-11-27 James TurnerAdd the scenery paths to the DB, and check them.
2012-11-27 James TurnerHandle DB-locked errors.
2012-11-25 ThorstenBAdd debug check to NavCache
2012-11-24 James TurnerFix some groundnet cache issues.
2012-11-23 ThorstenBAdd more debug output to NavDataCache
2012-11-23 ThorstenBUse more specific logging classes for SG_LOG.
2012-11-16 James TurnerFurther work on bug 905.
2012-11-10 James TurnerFix bug 905.
2012-11-08 James TurnerBug 921
2012-11-08 James TurnerOverhaul the ground-net / parking code.
2012-10-30 James TurnerTraffic improvements.
2012-10-13 ThorstenBFix some compiler warnings.
2012-10-01 James TurnerRun the filters for comm/navaids as required.
2012-09-27 Thomas GeymayerFix some CommStation bugs
2012-09-26 Frederic BouvierClose Sqlite3 database *before* trying to delete the...
2012-09-25 James TurnerUse a helper thread to rebuild the navcache.
2012-09-25 James TurnerWhoops, parking refactoring changed the positioned...
2012-09-21 James TurnerCached joystick config loading.
2012-09-19 James TurnerSupport string-list properties in the cache.
2012-09-19 James TurnerImplement a persistent cache for navigation data.