]> git.mxchange.org Git - flightgear.git/history - src/Navaids
Make Traffic-via-terrasync conditional
[flightgear.git] / src / Navaids /
2013-12-08 ThorstenBRoute manager support to read flightplans in GPX format
2013-11-22 James TurnerNavData: can refresh some in-place.
2013-11-16 James TurnerFix some warnings identified by Clang
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-10-15 James TurnerCleanup exit handling.
2013-10-02 James TurnerMake positioned queries more defensive.
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-24 James TurnerBug #1166, tweaking POI.dat parsing.
2013-07-24 James TurnerAdditional checks, for waypoint role setting.
2013-07-22 James TurnerIgnore SGGeod altitude when creating BasicWaypt.
2013-07-17 James TurnerWork-around for bug 1134, crash with flightplans.
2013-07-04 James TurnerRemove a debug message.
2013-06-25 James TurnerKill off timestamp warning for the NavCache
2013-06-21 James TurnerFix warnings identified by updated XCode.
2013-05-26 James TurnerFix a FlightPlan lifetime issue.
2013-04-09 James TurnerGPSs uses FlightPlans directly.
2013-04-06 James TurnerDisable POI data on Windows for the moment.
2013-03-19 James TurnerNasalPositioned-cppbind additions.
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-06 James TurnerCore data class for PolyLine handling.
2013-03-06 Thomas GeymayerPort more airport/navaid methods to cppbind
2013-03-06 Thomas GeymayerTypos, license headers...
2013-03-05 Christian SchmittMapWidget: Show counties and towns as well, depending...
2013-03-04 Thomas GeymayerStart porting NasalPositioned to cppbind.
2013-03-04 Thomas GeymayerClean up/prepare for porting NasalPositioned to 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.
2013-01-01 James TurnerTweak normalisation of route-path segments.
2012-12-31 James TurnerFlightplan delegate hook for clearing the FP.
2012-12-31 James TurnerFix route-path display of long legs.
2012-12-30 James TurnerNavDisplay: time-bound the spatial query.
2012-12-30 James TurnerFix auto-routing by airways.
2012-12-26 James TurnerExpose position along the flight-path to Nasal.
2012-12-23 James TurnerRevised cache transaction handling.
2012-12-18 James TurnerSupport partial all-within-range spatial queries.
2012-12-02 James TurnerWhoops, work-around for #926 correctly.
2012-11-28 James TurnerBug 926
2012-11-28 Frederic BouvierMSVC 11 compile fix
2012-11-27 James TurnerBug #927 - flightplan XML loading.
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-20 James TurnerQuiet some log output.
2012-11-16 ThorstenB#931: some VOR+ILS stations not working on 32bit machines
2012-11-16 James TurnerFurther work on bug 905.
2012-11-12 James TurnerSupport for creating default SID/approach.
2012-11-11 ThorstenBRemove osg dependency for isNaN only.
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-27 James Turner#793 - invalid data on final FP leg.
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-24 James TurnerMake FGTaxiNode and FGParking inherit FGPositioned.
2012-09-21 ThorstenBAvoid compiler warning.
2012-09-21 James TurnerCached joystick config loading.
2012-09-19 James TurnerSupport string-list properties in the cache.
2012-09-19 James TurnerAllow use of the system's SQLite3 library.
2012-09-19 James TurnerImplement a persistent cache for navigation data.
2012-06-30 Stuart BuchananReduce severity of a failure to create a marker beacon...
2012-06-26 James TurnerFix an edge case in flight-plan inserts.
2012-06-18 ThorstenB#769: fix glideslope reception
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-15 James TurnerMore route-manager functionality moved to Nasal.
2012-05-12 James TurnerExpose FlightPlan delegates to Nasal, finally.
2012-05-12 James TurnerBreak FlightPlan out into its own file.
2012-05-11 James TurnerRemove remaining includes of simgear/waypoint
2012-05-11 James TurnerExpose procedure routing and fixes to Nasal.
2012-05-07 James TurnerPermit an invalid index to be set on a flight-plan.
2012-05-06 James TurnerCreate a real FlightPlan (and Leg) class
2012-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-05-04 ThorstenBFix rpmlint/Linux packager complaints
2012-05-02 James TurnerSupport PBD waypoints in procedures files.
2012-04-25 James TurnerRemove PositionedBinding (which no one ever used),...
next