]> git.mxchange.org Git - flightgear.git/history - src/Navaids
std:: namespace fixes, AIBase cleanup.
[flightgear.git] / src / Navaids /
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),...
2012-04-24 James TurnerMore search functions exposed to Nasal, also airport...
2012-04-24 James TurnerExpose waypoint source (airport/runway/navaid) to Nasal
2012-04-23 James TurnerNasal airport functions for various ancillary data...
2012-03-26 ThorstenBmarker beacon: catch NULL pointer
2012-03-15 Mathias FroehlichRemove /sim/paths/use-custom-scenery-data.
2012-03-03 Mathias FroehlichAdapt to simgear SGMath change.
2011-11-23 adrianMerge branch 'next' into comm-subsystem
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/flightgea...
2011-11-14 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-11-14 Frederic BouvierFix MSVC9 build
2011-11-01 James TurnerGoodbye automake.
2011-10-29 adrianMerge branch 'next' into comm-subsystem
2011-10-24 James TurnerAnchor flight gear::Waypt's destructor, and make it...
2011-10-17 James TurnerFix (nearly) all the std:: namespace violations in...
2011-10-12 Torsten DreyerJoin duplicate fields ident and trans_ident in navrecord
2011-07-24 Durk TalsmaMerge branch 'next' into durk-atc
2011-07-19 James TurnerCMake header support for XCode/Visual Studio
2011-07-18 Torsten DreyerPartial fix for #228: ambiguous navaid-names
2011-07-17 Torsten DreyerFix some gcc warnings
2011-07-01 Durk TalsmaMerge branch 'next' into durk-atc
2011-06-28 Torsten DreyerMerge branch 'next' of http://git.gitorious.org/fg...
2011-06-26 Frederic BouvierMerge branch 'next' of git://gitorious.org/fg/flightgea...
next