]> git.mxchange.org Git - flightgear.git/history - src
Use the aircraft position helper.
[flightgear.git] / src /
2013-01-22 James TurnerUse the aircraft position helper.
2013-01-22 James TurnerMake radar-altimeter indépendant of wxradar.
2013-01-19 Torsten Dreyersync with JSBSim
2013-01-19 James TurnerTweaking syntax for 10.6 block locals.
2013-01-19 James TurnerMake it all work with existing FileSelector API.
2013-01-19 James TurnerCocoa: use a window-sheet, and fire the callback.
2013-01-19 James TurnerInitial work on native file dialog support.
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-02 James TurnerAllow ND rules to occur in the symbols file.
2013-01-01 James TurnerFix runway elevations when threshold.xml is used.
2013-01-01 James TurnerTweak normalisation of route-path segments.
2013-01-01 Thomas GeymayerFix canvas gui size sometimes not initialized correct
2012-12-31 Torsten DreyerAutopilot: rename parameter, no functional change
2012-12-31 Torsten DreyerAutopilot: initialize the derivative filter
2012-12-31 James TurnerFix compilation on some platforms.
2012-12-31 James TurnerFlightplan delegate hook for clearing the FP.
2012-12-31 James TurnerFix route-path display of long legs.
2012-12-31 James TurnerExpose an additional flight plan leg data to Nasal.
2012-12-30 James TurnerNavDisplay: time-bound the spatial query.
2012-12-30 James TurnerFix auto-routing by airways.
2012-12-30 James TurnerNicer default SID and approach procedures.
2012-12-29 James TurnerMake the GPS quieter at log-level info.
2012-12-29 James TurnerXMLHTTPRequest: handle network level failures.
2012-12-29 James TurnerBug 941, lower minimum speed for GPS sequencing.
2012-12-29 James TurnerBug 974, GPS exceptions at end-of-route.
2012-12-29 James TurnerBug #923 : repeatable flag set on input reload.
2012-12-26 James TurnerExpose position along the flight-path to Nasal.
2012-12-24 James TurnerNavDisplay - custom symbol support enabled.
2012-12-24 James TurnerFix altitudes on default SIDs and approaches.
2012-12-24 James TurnerMake PLAN mode in Boeing NDs possible.
2012-12-23 James TurnerRevised cache transaction handling.
2012-12-19 James TurnerFix a typo.
2012-12-18 James TurnerSupport partial all-within-range spatial queries.
2012-12-16 Thomas GeymayerExpose canvas Text::getNearestCursor to Nasal as replac...
2012-12-16 Thomas GeymayerCanvasEvent: expose event target to Nasal
2012-12-16 Thomas GeymayerCanvas: remove old event handling code
2012-12-16 James TurnerMETAR selection of runway works for reset.
2012-12-15 James TurnerRestructure positional finalisation for sim-reset.
2012-12-13 Thomas GeymayerUpdate to latest SimGear and fix eating up every 2nd...
2012-12-13 Thomas GeymayerAllow Canvas Windows to be resized by dragging
2012-12-13 James TurnerSearch the current aircraft-dir implicitly.
2012-12-11 James TurnerFlightHistory: spatial limit on captures.
2012-12-11 James TurnerFlight-history men usage cap.
2012-12-10 James TurnerFlight-path-history.
2012-12-09 Thomas GeymayerCanvasWidget: Retrieve texture id every frame.
2012-12-09 James TurnerIssue #809, restructure position init code.
2012-12-08 Thomas GeymayerCanvas MouseEvent now provides client and screen position
2012-12-06 Thomas GeymayerCanvas add event time and expose current click count
2012-12-05 Stuart BuchananGenerate RNG at start of day, and pass down the stack...
2012-12-04 Thomas GeymayerExpose canvas::Element::getTransformedBounds to Nasal
2012-12-03 Thomas GeymayerFix #953.
2012-12-02 James TurnerWhoops, work-around for #926 correctly.
2012-12-02 Thomas GeymayerFix calculating CanvasWidget mouse coordinates
2012-12-02 Thomas GeymayerFix for old PUI versions
2012-12-02 Thomas GeymayerForward mouse events from (PUI) CanvasWidget to Canvas...
2012-11-30 Thomas GeymayerCanvas: Expose more methods to Nasal.
2012-11-29 Thomas GeymayerUpdate for latest SimGear changes and remove some old...
2012-11-29 Thomas GeymayerExpose simgear::canvas::Group::createChild to Nasal
2012-11-28 James TurnerBug 926
2012-11-28 Frederic BouvierMSVC 11 compile fix
2012-11-27 ThorstenB#952 terrasync not scheduling tiles before sim reset
2012-11-27 James TurnerBug #927 - flightplan XML loading.
2012-11-27 Stuart BuchananAdd properties to allow control of precipitation level...
2012-11-27 ThorstenBFix FGAIFlightPlan waypoint issues
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-27 Thomas GeymayerMore work on Canvas event handling/adapt for simgear...
2012-11-26 ThorstenBStop AI aircraft's sound when removing
2012-11-26 ThorstenBBase fullscreen detection on window decoration
2012-11-25 ThorstenBFix a couple of 64-bit warnings identified by GCC.
2012-11-25 James TurnerWork on AIAircraft gear animation.
2012-11-25 James TurnerFix a couple of 64-bit warnings identified by Clang.
2012-11-25 ThorstenBAdd debug check to NavCache
2012-11-25 ThorstenBtraffic: more pass by reference + member init
2012-11-25 ThorstenBTraffic: preemptable flight scheduling
2012-11-24 James TurnerFix duplicate runway wpt in default approach.
2012-11-24 ThorstenBMSVC compile issues.
2012-11-24 ThorstenBAIFlihtPlan: Proper member initialization
2012-11-24 James TurnerFix some groundnet cache issues.
2012-11-24 ThorstenBTraffic performance: add airport memory cache
2012-11-24 ThorstenBTraffic performance: cache track length
2012-11-24 ThorstenBPerformance improvement: pass (const) strings by reference
2012-11-24 Mathias Froehlichhla: add io chanel configuration shortcut hla-local.
2012-11-23 ThorstenBAdd more debug output to NavDataCache
2012-11-23 ThorstenBUse more specific logging classes for SG_LOG.
2012-11-23 ThorstenBClean up namespace issues
2012-11-23 ThorstenBFix compiler warning with sprintf format
2012-11-22 Thomas GeymayerExpose NasalSys::gcSave/gcRelease to Canvas
2012-11-21 James TurnerBreak upwards dependency on Traffic in the AI code
2012-11-21 James TurnerAIManager cleanups, no functionality change.
2012-11-21 Thomas GeymayerAllow setting emission for each canvas placement
2012-11-20 James TurnerMissing std:: namespace in a header.
2012-11-20 James TurnerQuiet some log output.
2012-11-20 James TurnerView-manager: update globals automatically.
2012-11-20 James TurnerMake PUI menu-bar reinit safe.
2012-11-20 James TurnerMake EnvironmentMgr shutdown its subsystems.
2012-11-19 James TurnerAllow a default name when adding subsystems.
2012-11-19 James TurnerAvoid a dependency on the environment-manager.
next