]> git.mxchange.org Git - flightgear.git/history - src
GUI ‘restore defaults’ support.
[flightgear.git] / src /
2015-03-08 James TurnerGUI ‘restore defaults’ support.
2015-03-08 James TurnerAdd missing GPL boilerplate.
2015-03-08 James TurnerCmake always generates version.h
2015-03-08 James TurnerVery crude work on GUI base package selection.
2015-03-08 James TurnerLaunch aircraft data cache
2015-03-05 James TurnerArrow icons for variant selection.
2015-03-05 James TurnerFix some off-by-one errors in variants GUI
2015-03-05 James TurnerLauncher support for aircraft variants.
2015-03-03 Torsten DreyerUse the pagedPathForHistory in the FlightHistoryUriHandler
2015-03-03 Torsten DreyerFlightHistory: add pagedPathForHistory
2015-03-02 Torsten Dreyerhttpd: fix misplaced warning message
2015-02-27 Torsten Dreyerwrap the json flight history as a feature
2015-02-27 James TurnerFix a couple more Qt version issues.
2015-02-27 Torsten DreyerJsonUriHandler: allow POST updates without child
2015-02-26 Torsten DreyerHTML Property Browser: use radiobuttons for bools
2015-02-25 James TurnerFix Linux compilation.
2015-02-25 James TurnerSet placeholderText from code
2015-02-25 James TurnerFix cleanup of RouteDataPrivate
2015-02-25 Torsten Dreyerflighthistory service: use GeoJSON instead of own invention
2015-02-23 James TurnerGuard against a crash Torsten encountered once.
2015-02-23 Torsten DreyerExpose FlightHistory as a http service
2015-02-23 Torsten DreyerFlightHistory: make clear() public
2015-02-23 James TurnerQt launcher: additional arguments UI
2015-02-23 James TurnerFlightPlan activation, delegate hook.
2015-02-22 Torsten DreyerMerge commit 'refs/merge-requests/1591' of https:/...
2015-02-17 Torsten Dreyerpackage system: de-hardcode default catalog id and url
2015-02-17 Torsten DreyerOoops...
2015-02-17 Torsten DreyerInitial work for a PKG http service
2015-02-15 bcoconniJSBSim syncing. The changelog is:
2015-02-13 Torsten DreyerPropertyBrowser: Add a JSON link and the path
2015-02-12 portree_kidCode to stop loading of invalid flightplans
2015-02-12 Rebecca N. PalmerClear GroundLightManager on exit to avoid segfault
2015-02-11 James TurnerFix encoding / C++11 compliance
2015-02-11 Torsten Dreyerhttpd/json: send as correct typ for bools and numbers
2015-02-11 Torsten DreyerAdd formatted KDI572/574 properties
2015-02-04 Torsten DreyerJSBSim: populate fuel tank cg
2015-01-18 Rebecca N. PalmerFix typo, thanks to Markus Wanner
2015-01-18 Rebecca N. PalmerFix hang in Nasal->C++->Nasal calls
2015-01-18 Stuart BuchananClean up some trivial warnings
2015-01-17 bcoconniFixed a bug that made FG crash when repositionning...
2015-01-14 James Turnerroute-path: separate turn entry and exit parts.
2015-01-12 Torsten DreyerFix wrong ATIS for negative temperatures
2015-01-11 James TurnerRoute path turn helpers.
2015-01-10 James TurnerRemove a warning, let Nasal itself warn if needed.
2015-01-10 James TurnerFix broken angular conversion in RNAV runway controller.
2015-01-10 James TurnerRNAV: use runway departure end for previous wpt.
2015-01-10 James TurnerFix GPS intercept controller:
2015-01-10 James TurnerFix spelling mistake.
2015-01-10 James TurnerLauncher: select season.
2015-01-10 James TurnerAsk before creating the custom aircraft dir.
2015-01-10 James TurnerRestore aircraft-manager location back to FG_HOME
2015-01-10 James Turner- Make Qt check guarded by a CMake option
2015-01-08 James TurnerRoute-path bug fixes.
2015-01-07 James TurnerLauncher: hook up MSAA checkbox.
2015-01-07 James TurnerOnly set AUTOMOC for fglauncher target.
2015-01-07 James TurnerFix native menubar in Mac builds with Qt
2015-01-06 James TurnerHook up parking position in launcher.
2015-01-06 James TurnerLinux fixes for launcher code.
2015-01-06 James TurnerIn-app launcher for Mac, based on Qt5.
2015-01-04 James TurnerGuard against saved bad terrasync path.
2015-01-03 James TurnerFix turn entry path position computation.
2015-01-02 James TurnerWaypoint controller fixes
2015-01-02 James TurnerFix two route path issues found by Hyde
2014-12-30 Clément de l'HamaideRevert "Altimeter: fix output format for hPa/InHg settings"
2014-12-30 Clément de l'HamaideAltimeter: fix output format for hPa/InHg settings
2014-12-25 James TurnerPartial fix for runway leg courses.
2014-12-25 James TurnerFix distance-along-path computation
2014-12-22 James TurnerWhen the turn angle is large, don’t fly-by.
2014-12-22 James TurnerRoutePath mag-var and point-on-path fixes
2014-12-21 James TurnerExpose waypoint heading/course to Nasal.
2014-12-21 James TurnerFix runway path appearance.
2014-12-20 James TurnerRoute path
2014-12-19 James TurnerRoute-path:
2014-12-18 James TurnerFix route-path bugs:
2014-12-18 Anders GidenstamJSBSim: Renamed the location properties for external...
2014-12-17 Torsten DreyerAllow easing of setting the time-offset
2014-12-15 bcoconniSynced JSBSim. Adds the following new features:
2014-12-11 Torsten Dreyerdowngrade log-level for newnavradio messages
2014-12-11 Torsten DreyerShut off spoken atis if radio's power button is off
2014-12-08 James TurnerFix flight-plan course and distance computations.
2014-12-07 James TurnerLevel-D procedures: parse Flytype element
2014-12-04 James Turnerfind waypoints in the flight plan.
2014-12-04 Torsten DreyerFix #1606, bad ATIS for Japanese locale
2014-12-03 Torsten DreyerFix hangs while scenery-loading
2014-12-02 James TurnerDrop ground-nets cache on scenery path change.
2014-11-23 bcoconniSave a memory allocation each time a property node...
2014-11-19 James TurnerAdding some debugs for Thorsten Renk’s issue.
2014-11-19 James TurnerAdding log message for an edge case.
2014-11-19 Torsten DreyerOptionally use SCREEN_SIZE_PIXEL for LOD
2014-11-18 bcoconniRe-sync JSBSim with FlightGear including James Turner...
2014-11-18 Clément de l'HamaideUpdate /sim/startup/fullscreen prop at runtime, that...
2014-11-15 James TurnerTweak scenery-loaded logic
2014-11-15 bcoconniJSBSim sync
2014-11-11 James TurnerMove all tile-manager init to reinit path.
2014-11-11 James TurnerRemove obsolete #define
2014-11-11 Torsten Dreyerhttpd: some code cleanup for JsonUriHandler.
2014-11-10 Torsten DreyerAllow property set on the /json/ uri handler
2014-11-06 Torsten DreyerAllow input systems to be disabled
2014-11-06 Torsten Dreyerhttpd: upgrade to latest mongoose 5.5
2014-11-04 Torsten DreyerFix #1579: Handle special characters in html property...
next