]> git.mxchange.org Git - flightgear.git/history - src
Fix unused constants in YASim
[flightgear.git] / src /
2016-01-12 James TurnerFix unused constants in YASim
2016-01-12 James TurnerFix many clang errors in UIUC code
2016-01-12 James TurnerFix unused variable in LaRCsim
2016-01-12 James TurnerFix a potential use-after-free in ATC code
2016-01-12 Erik HofmanSync. again
2016-01-12 Erik HofmanFix a singed/unsigned warning
2016-01-12 Torsten DreyerFix a bug for allowed paths
2016-01-11 James TurnerBugfix: pause works for JSBsim/Yasim again
2016-01-11 Erik HofmanApperently maybeRestoreAircraftSelection() needs to...
2016-01-11 James TurnerFixes to launcher aircraft delegate.
2016-01-11 James TurnerLinux build fix.
2016-01-11 James TurnerCurrent time of day (warp) fixes:
2016-01-10 James TurnerLauncher finds parking positions from scenery
2016-01-10 James TurnerLauncher: Maintain aircraft selection better
2016-01-10 James Turner‘only show installed checkbox’ for Qt launcher
2016-01-10 James TurnerFix some FDM warnings with Clang
2016-01-09 James TurnerAllow re-ordering of paths in the launcher.
2016-01-09 James TurnerFallback for runway assignment logic
2016-01-07 James TurnerFix a dumb AI traffic bug I introduced.
2016-01-06 James TurnerFix acceleration path of default takeoff taxi.
2016-01-06 James TurnerFix some more uses of libC time()
2016-01-06 James TurnerApply /sim/speed-up to general subsystem dt
2016-01-06 James TurnerUse SGTime instead of time() in traffic/AI code
2016-01-06 James TurnerRemove dt member of AIAircraft
2016-01-04 James TurnerMake TrafficRecord own its AIAircraft.
2016-01-04 James TurnerPackage variants working.
2016-01-03 James TurnerChatter-queue moved out of globals
2016-01-03 James TurnerRemove FontCache from globals.
2016-01-03 Erik HofmanRemove scenefx code, it keeps crashing in untracable...
2015-12-31 James TurnerPull Sound-manager out of FGGlobals
2015-12-31 James TurnerPull Ephemeris out of FGGlobals
2015-12-30 James TurnerAvoid view-manager returning default SGGeod
2015-12-29 Erik HofmanPrevent two possible nan's
2015-12-24 Erik HofmanDo not call setIsPushback, it causes a segmentation...
2015-12-24 Erik HofmanFix the tile-manager subsystem name
2015-12-22 James TurnerBetter Traffic performance data warnings.
2015-12-22 Torsten Dreyerdon't always open "file opened in new browser window...
2015-12-22 Torsten DreyerRemove unused code
2015-12-19 James TurnerFix a typo
2015-12-19 James TurnerAI subsystem now does an orderly shutdown
2015-12-19 James TurnerMake PerformanceDB a real subsystem
2015-12-19 James TurnerFix off-by-one errors in GroundController
2015-12-19 James TurnerStop OSG threading earlier on shutdown.
2015-12-19 James TurnerQuiet down Traffic error logging.
2015-12-19 James TurnerTrying to bullet-proof the traffic code.
2015-12-19 James TurnerAircraft-model subsystem behaves better
2015-12-19 James TurnerProper shutdown() for the model manager
2015-12-18 James TurnerRuntime checks for GroundContoller crashes.
2015-12-18 James TurnerFixes for first/last legs on a route
2015-12-16 James TurnerAsserts to pin down a reported crash.
2015-12-15 Erik HofmanSync with JSBSim again: remove a lot of unused trimming...
2015-12-14 James TurnerFix a startup issue Vic Mar reported
2015-12-14 James TurnerInterim windows build fix
2015-12-14 James TurnerMerge /u/userid-1550991/flightgear/ branch next into...
2015-12-14 Erik HofmanReplace a program segmentation fault by an annoying...
2015-12-13 www2Add feedback if prompt mode is use
2015-12-12 www2Add new commands to telnet protocall
2015-12-11 James TurnerWork on visualisation of Vias
2015-12-11 James TurnerGUI support for VIA/Discontinuity
2015-12-11 James TurnerNasal support for VIA / Discontinuity
2015-12-11 James TurnerWork on FlightPlan VIA / discontinuity support.
2015-12-11 James TurnerFix a JSBSim crash on OSG-quit
2015-12-11 James TurnerATC/Traffic doesn’t crash reset.
2015-12-11 James TurnerRemove view/tile/scenery members from globals
2015-12-11 Erik HofmanFix warning: variable ‘isPushBackRoute’ set but not...
2015-12-10 James TurnerProgress towards testing
2015-12-10 James TurnerMerge /u/edauvergne/flightgear/ branch lat_lon_precisio...
2015-12-10 James TurnerMerge /u/edauvergne/flightgear/ branch fdm_restoration...
2015-12-10 James TurnerRemove /sim/temp/winding-ccw property
2015-12-10 James TurnerRelocate implementation of geocRadialIntersection
2015-12-10 James TurnerTemplated subsystem handling
2015-12-10 James TurnerSplit GroundNetwork class down the middle
2015-12-10 James TurnerMerge /u/edauvergne/flightgear/ branch warning_cleanup_...
2015-12-10 Erik HofmanRead the scenery global scene effects configration...
2015-12-10 Edward d'AuvergneLaRCsim FDM - detabbing of all files.
2015-12-10 Edward d'AuvergneUIUC FDM - detabbing of all files.
2015-12-10 Edward d'AuvergneLaRCsim cleanup of -Wimplicit-function-declaration...
2015-12-10 Edward d'AuvergneLaRCsim cleanup of -Wunused-variable compilation warnings.
2015-12-10 Edward d'AuvergneLaRCsim cleanup of -Wformat-contains-nul compilation...
2015-12-10 Edward d'AuvergneUIUC cleanup of -Wunused-but-set-variable compilation...
2015-12-10 Edward d'AuvergneUIUC cleanup for -Wsign-compare compilation warnings.
2015-12-10 Edward d'AuvergneUIUC and LaRCsim cleanup of -Wunused-variable compilati...
2015-12-10 Edward d'AuvergneUIUC cleanup of -Wparentheses compilation warnings.
2015-12-07 Erik HofmanSync JSBSim again
2015-12-05 Edward d'AuvergneThe OSG version is now printed with --version.
2015-12-05 James TurnerAdd airport dynamics manager
2015-12-02 Edward d'AuvergneMinor rounding error fix for the latitude and longitude...
2015-12-01 James TurnerCheckpoint - ground-net skips the cache
2015-11-30 Rebecca N. PalmerRevert "Initialise Qt earlier, and whenever available"
2015-11-29 James TurnerMerge /u/r-harrison/flightgear/ branch next into next
2015-11-29 Richard HarrisonFix indentation and use naIsNil to determine if _global...
2015-11-29 James TurnerUse a transaction when indexing polylines.
2015-11-27 James TurnerMove functionality into clear_fg_scenerey helper.
2015-11-27 James TurnerRemove some debugs
2015-11-27 James TurnerClamp diagram zoom.
2015-11-27 James TurnerFix some coastline issues.
2015-11-27 James TurnerLauncher shows polygon/polyline data
2015-11-27 James TurnerSHPParser
2015-11-26 James TurnerRemove accidentally duplicated functions.
2015-11-26 James TurnerRemove a stray debug.
next