]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2012-09-26 Thomas GeymayerRetrieve property node once instead of using fgGetXXX
2012-09-25 Thomas GeymayerLet fgGetLong actually return long instead of int
2012-09-25 Thomas GeymayerCanvas: Proper fix for OpenVG init handling.
2012-09-25 ThorstenBMove GUI init code to gui module.
2012-09-25 ThorstenBMinor pointer safety and compiler warning issues.
2012-09-25 Thomas GeymayerCanvas: Redraw if OpenVG has been initialized.
2012-09-25 James TurnerUse a helper thread to rebuild the navcache.
2012-09-25 James TurnerRestore named JS/input configs (overrides)
2012-09-25 James TurnerFix linux build, needs explicit <cstring>
2012-09-25 James TurnerFix a typo.
2012-09-25 James TurnerHelpers to access view position.
2012-09-25 James TurnerMake the view-manager and sound-manager independent.
2012-09-25 James TurnerWhoops, parking refactoring changed the positioned...
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-24 James Turnerstd namespace fixes in headers.
2012-09-23 James TurnerDefer SGEphemeris creation until ::init()
2012-09-23 James TurnerParking: another segfault edge-case.
2012-09-23 James TurnerAdapt to revised SGTime API
2012-09-23 James TurnerAvoid a segfault-on-null
2012-09-23 James TurnerClean up dynamics/parking handing code.
2012-09-23 James TurnerCommands to bind metar to the property tree.
2012-09-23 Thomas GeymayerCanvas: Fix detection if something has changed
2012-09-22 ThorstenBFix compilation with enabled EVENT_INPUT
2012-09-22 ThorstenBFix NavDisplay segfault
2012-09-22 ThorstenBFix shared library build with sqlite
2012-09-21 Thomas GeymayerCanvas: Support for pseudo non-zero fillrule
2012-09-21 Thomas GeymayerCanvas: Performance improvements.
2012-09-21 ThorstenBsplash screen: use language resource for translation
2012-09-21 ThorstenBImprove readability.
2012-09-21 ThorstenBgyro heading indicator: realism when spin is low
2012-09-21 ThorstenBAvoid compiler warning.
2012-09-21 ThorstenBSound Manager: support subsystem reinit
2012-09-21 ThorstenBAvoid AL warning messages when using "--show-sound...
2012-09-21 ThorstenBFGProps: improve error messages
2012-09-21 James TurnerFix a stupid logic bug when re-ordering waypoints.
2012-09-21 James TurnerLinux needs explicit <cstring> include.
2012-09-21 James TurnerCached joystick config loading.
2012-09-21 James TurnerLazy GUI dialog loading, for slightly faster startup.
2012-09-20 Thomas GeymayerCanvas: Change default fill-rule to nonzero
2012-09-20 Stuart BuchananSimplify code for taxiways.
2012-09-19 Stuart BuchananExpose surface types and taxiways via the airportinfo...
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 TurnerExpose the route-path of leg to Nasal.
2012-09-19 James TurnerKill off some globals.
2012-09-19 James TurnerSupport string-list properties in the cache.
2012-09-19 James TurnerWhoops, some code got re-introduced.
2012-09-19 James TurnerFix a Clang warning in Shiva.
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-19 James TurnerFix classes derived from SubsystemGroup.
2012-09-18 Thomas GeymayerCanvas: Don't crash on removing child hierarchie from map
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 TurnerAvoid an 'overloaded-virtual' warning.
2012-09-17 James TurnerMake magavr a regular subsystem.
2012-09-17 Thomas GeymayerCanvas: Use seperate projection instance for each map
2012-09-17 ThorstenBMinor main loop/init clean-up
2012-09-17 ThorstenBAvoid compiler warnings.
2012-09-17 ThorstenBHandle scenery-override in a single place only.
2012-09-17 ThorstenBCreate FGSoundManager as a wrapper for SGSoundMgr_OpenAl
2012-09-17 ThorstenBPrepare and implement reinit methods for instruments
2012-09-16 Mathias Froehlichcmake: Make rti/hla compile again.
2012-09-16 Frederic BouvierSort fgfs source files in IDE folders
2012-09-14 James TurnerFix case-sensitivity typo
2012-09-16 James TurnerUpdate FindSimGear for simplified lib names.
2012-09-16 ThorstenBCorrect ATIS pressure phraseology
2012-09-06 Thomas Geymayerproperty-interpolate: support using rate instead of...
2012-09-04 ThorstenBMinor error message improvement.
2012-09-04 ThorstenB#858: Fix loading issue with aircraft models in "-...
2012-09-03 ThorstenBFix libsvn detection for some Linux distros
2012-09-03 Frederic BouvierBetter fix for a compilation problem with MSVC 2012
2012-09-03 Frederic BouvierRevert "Fix compilation problem with MSVC 2012"
2012-09-03 Frederic BouvierSupport MS VS2012
2012-09-03 Frederic BouvierFix compilation problem with MSVC 2012
2012-09-02 Frederic BouvierTry to discover the most recent Boost version installed...
2012-09-01 Thomas GeymayerCanvas: Only use cull callback if it's still valid
2012-08-29 Mathias FroehlichPush SGMaterial use into these classes that need it.
2012-08-27 Mathias FroehlichFix compile of simgear headless past bvh rework.
2012-08-26 Mathias Froehlichfgelev: short circuit reading image files.
2012-08-26 ThorstenBImprove error message when SimGear headers are missing...
2012-08-26 Christian SchmittDetectDistro.cmake: Correct the lsb_release name
2012-08-25 Stuart BuchananStop the property tree from keeping a shadow of the...
2012-08-25 Mathias Froehlichfgelev: Only request terrain for elevation queries.
2012-08-24 Mathias Froehlichfgelev: Implement paging for the bounding volumes.
2012-08-24 Mathias Froehlichfgelev: Work on stdin/stdout like the previous one...
2012-08-24 Mathias Froehlichbvh: Adapt to upstream bvh changes in simgear.
2012-08-23 Stuart BuchananAdd properties for raw axis and button values, for use
2012-08-23 Thomas GeymayerCanvas: CSS like property value inheritance.
2012-08-22 James TurnerFix svn install renaming in Mac packaging
2012-08-22 James TurnerOne more OsgMath fix.
2012-08-21 James TurnerWhoops, case-sensitivity matters on Linux.
2012-08-21 James TurnerKIll off ALUT now it's gone from SimGear
2012-08-21 James TurnerMake some include dependencies explicit.
2012-08-21 James TurnerFix a crash encountered with ATC.
2012-08-21 James TurnerFix some places relying on public 'using std::string...
next