]> git.mxchange.org Git - flightgear.git/history - src/Main
std:: namespace fixes, AIBase cleanup.
[flightgear.git] / src / Main /
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
2012-11-10 ThorstenBExtended replay and flight recording system
2012-11-08 James TurnerOverhaul the ground-net / parking code.
2012-11-06 Thomas GeymayerAdapt for latest SimGear changes and insert missing...
2012-11-04 Thomas GeymayerUpdate for new simgear Canvas system.
2012-11-01 ThorstenBfg_io: Fixed mem leaks.
2012-11-01 ThorstenBFix indentation and mixed-up white-space/tabs
2012-10-31 Thomas GeymayerSimplify canvas OpenVG initialization and fix sometimes...
2012-10-13 ThorstenBATIS upgrade
2012-10-05 James TurnerSeparate instruments from cockpit displays.
2012-10-01 James TurnerMake the sound-manager optional in a few places.
2012-09-30 James TurnerInitial work on dynamic subsystem creation.
2012-09-29 James TurnerSupport a --no-default-config option.
2012-09-27 James TurnerTweak init order of controls/input.
2012-09-26 James TurnerMake HUD items private to the subsystem.
2012-09-26 James TurnerAll FPU control happens in bootstrap.cxx
2012-09-26 James TurnerTolerate the lack of a GUI in some places.
2012-09-26 James TurnerFix string-id for message translation.
2012-09-26 James TurnerRemove dead file.
2012-09-25 Thomas GeymayerLet fgGetLong actually return long instead of int
2012-09-25 ThorstenBMove GUI init code to gui module.
2012-09-25 James TurnerUse a helper thread to rebuild the navcache.
2012-09-25 James TurnerFix a typo.
2012-09-25 James TurnerHelpers to access view position.
2012-09-24 James TurnerMake FGControls behave like a standard subsystem.
2012-09-24 James TurnerMake FGTaxiNode and FGParking inherit FGPositioned.
2012-09-24 ThorstenBMinor tile manager clean-up.
2012-09-23 James TurnerAdapt to revised SGTime API
2012-09-23 James TurnerClean up dynamics/parking handing code.
2012-09-22 ThorstenBFix shared library build with sqlite
2012-09-21 ThorstenBsplash screen: use language resource for translation
2012-09-21 ThorstenBAvoid AL warning messages when using "--show-sound...
2012-09-19 ThorstenBAllow instruments/systems to reset on sim reset
2012-09-19 ThorstenBAdjust subsystem order (instruments vs systems)
2012-09-19 ThorstenBMinor renaming issue.
2012-09-19 James TurnerKill off some globals.
2012-09-19 James TurnerWhoops, some code got re-introduced.
2012-09-19 James TurnerAllow use of the system's SQLite3 library.
2012-09-19 James TurnerImplement a persistent cache for navigation data.
2012-09-18 James TurnerSink position-init code into its own file.
2012-09-18 James TurnerMake subsystem init incremental.
2012-09-18 Stuart BuchananExpose the shader language version, to help diagnostics.
2012-09-17 James TurnerMake magavr a regular subsystem.
2012-09-17 ThorstenBMinor main loop/init clean-up
2012-09-17 ThorstenBHandle scenery-override in a single place only.
2012-09-17 ThorstenBCreate FGSoundManager as a wrapper for SGSoundMgr_OpenAl
2012-09-16 Mathias Froehlichcmake: Make rti/hla compile again.
2012-09-16 Frederic BouvierSort fgfs source files in IDE folders
2012-09-06 Thomas Geymayerproperty-interpolate: support using rate instead of...
2012-08-23 Stuart BuchananAdd properties for raw axis and button values, for use
2012-08-21 James TurnerFix some places relying on public 'using std::string...
2012-08-18 ThorstenBMake web browser app configurable through CMake (for...
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-07-31 Thomas GeymayerCanvas: First version of new Canvas GUI system.
next