]> git.mxchange.org Git - flightgear.git/history - src/Main
Environment manager: use aircraft_pos helper
[flightgear.git] / src / Main /
2013-11-16 James TurnerEnvironment manager: use aircraft_pos helper
2013-11-16 James TurnerRelease property refs on shutdown.
2013-11-16 James TurnerRefactor Cocoa helpers.
2013-11-16 James TurnerFix Linux build
2013-11-15 James TurnerMultiple-instance support.
2013-11-14 James TurnerMore tweaks for Linux.
2013-11-14 James TurnerLinux needs stdarg.h for va_args
2013-11-14 James TurnerKill some archaic options.
2013-11-14 James TurnerTranslation helpers, add global functions.
2013-11-14 James TurnerMessage box support.
2013-11-14 Clément de l'HamaideForce 32 bits depth on .ico - only for Windows
2013-11-14 James TurnerFix some static property references.
2013-11-13 Clément de l'HamaideIcons update
2013-11-12 James TurnerReset: changes for SGSubsystem ownership.
2013-11-12 James TurnerReset: adjust for tweaked TerraSync API
2013-11-12 James TurnerReset: explicit close-window function.
2013-10-27 Thomas GeymayerExpose HTTP module to Nasal.
2013-10-27 Thomas GeymayerUpdate/refactor for simgear HTTP changes.
2013-10-27 James TurnerDefault to 32-bit color buffers.
2013-10-26 James TurnerRemove confusing reference to SDL/GLUT
2013-10-26 James TurnerSGI and Borland compilers are gone.
2013-10-26 James TurnerWindow console changes
2013-10-26 James TurnerTweaks to startup configuration handling
2013-10-24 James TurnerPause popup respects the preference.
2013-10-20 James TurnerFix typos.
2013-10-20 Thomas GeymayerMake build information readonly and clean up debug...
2013-10-18 Thomas GeymayerProvide debug information on thread safety of osg:...
2013-10-17 James TurnerInitial hacking on terra-sync of traffic files.
2013-10-15 James TurnerCleanup exit handling.
2013-10-15 James TurnerWork-around for issue 1231.
2013-10-14 ThorstenBAdd support for IGC logging protocol.
2013-09-28 James TurnerReduce amount of log output at level=debug.
2013-09-28 James TurnerTerrasync tweaks.
2013-09-26 Torsten Dreyermake the metar command line tool case insensitive
2013-09-26 James TurnerRelocate Sqlite3 sources, upgrade to 3.8.0.2
2013-09-17 James TurnerSupport for multiple data dirs.
2013-08-26 James TurnerFix Mac data dir finding.
2013-08-19 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-08-16 f-jjthFGCom integrated into FlightGear.
2013-07-29 James TurnerRemove unnecessary includes/using
2013-07-18 Gijs de RooySuggest NVIDIA Optimus to use the high-end GPU.
2013-06-27 James TurnerNamespace fixes for std::string
2013-06-22 Thomas GeymayerPreserve current view on reset/reinit/reposition
2013-06-21 hoorayexpose HLA/RTI availability to property tree - for...
2013-06-19 James TurnerKill off platformDesktopPath entirely
2013-06-19 James TurnerSimplify logic now SGPath::desktop works on Windows.
2013-06-16 James TurnerCreate FG_HOME if not found
2013-06-10 Thomas GeymayerUse SGPath helpers and unescape from simgear
2013-06-09 James TurnerAbstraction for the user's desktop location.
2013-06-09 James TurnerTerraSync: fix dir creation.
2013-05-12 James TurnerMake property-cycle usable with knobs/sliders.
2013-04-29 Thomas GeymayerStartup check if IOrules/fgValidatePath are working...
2013-04-05 James TurnerNon-sticky scenarios, simpler UX for everyone.
2013-03-28 James Turnerstd:: namespace fixes, AIBase cleanup.
2013-03-27 James TurnerImproved locale detection on Mac.
2013-03-17 Thomas GeymayerUpdate/simplify property interpolation to latest SimGea...
2013-03-16 Thomas GeymayerReplace SGInterpolator with new advanced interpolation...
2013-03-16 James TurnerShow a message when pausing the sim.
2013-03-05 James TurnerFix crash starting at heliport.
2013-03-04 James TurnerMouseInput changes to support hover.
2013-03-04 Thomas GeymayerReport std::exception in main loop
2013-02-21 James TurnerGive the FGAirport class a sane filename.
2013-02-18 hoorayfg mingw fixes part #1
2013-02-12 Thomas GeymayerMake compiling of all utils/tools optional
2013-02-11 James TurnerTypo fix, pointed out by Emillian.
2013-02-10 James TurnerAllow HOME to be undefined, as on Windows.
2013-02-08 James TurnerDump more config state at startup.
2013-02-08 James TurnerRefactor FG_HOME init, so we can log sooner.
2013-02-08 Frederic BouvierFix build for windows after logstream changes
2013-02-07 Christian SchmittSome headers missing... ;)
2013-02-07 James TurnerAdapt to revised logging API.
2013-02-07 James TurnerLog to file inside FG_HOME.
2013-02-07 James TurnerRemove un-needed header.
2013-02-03 James TurnerAppend major/minor version to autosave file name.
2013-01-28 James TurnerBug #385 - enable the Ati viewport hack on next.
2012-12-29 James TurnerXMLHTTPRequest: handle network level failures.
2012-12-16 James TurnerMETAR selection of runway works for reset.
2012-12-15 James TurnerRestructure positional finalisation for sim-reset.
2012-12-13 James TurnerSearch the current aircraft-dir implicitly.
2012-12-10 James TurnerFlight-path-history.
2012-12-09 James TurnerIssue #809, restructure position init code.
2012-11-24 ThorstenBMSVC compile issues.
2012-11-24 Mathias Froehlichhla: add io chanel configuration shortcut hla-local.
2012-11-23 ThorstenBUse more specific logging classes for SG_LOG.
2012-11-23 ThorstenBClean up namespace issues
2012-11-20 James TurnerView-manager: update globals automatically.
2012-11-19 James TurnerAllow a default name when adding subsystems.
2012-11-19 James TurnerMany more subsystems via the factory.
2012-11-19 James TurnerXMLHttpRequest: only set failure signal on failure
2012-11-19 Thomas GeymayerImprove finding gperftools and disable profiling by...
2012-11-19 James TurnerMake HTTPClient a proper subsystem.
2012-11-18 ThorstenBRemove static subsystem dependencies
2012-11-18 Thomas GeymayerClean up CanvasWidget and more work on Canvas/Nasal...
2012-11-18 ThorstenBRemove static property dependencies
2012-11-17 ThorstenBAdd command to toggle fullscreen mode.
2012-11-17 ThorstenB#600, for Curt... ;-) allow speed-up value to use fractions
2012-11-17 James TurnerSupport request body on xmlhttprequest.
2012-11-16 Thomas GeymayerAdd new property indicating whether profiler is available
2012-11-15 Thomas GeymayerReally make profiling commands optional
2012-11-15 Thomas GeymayerOptional profiling commands using gperftools
next