]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
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...
2012-08-19 James TurnerExpose SGCondition as a ghost to Nasal directly.
2012-08-19 Mathias Froehlichfgelev: tool to query scenery elevation.
2012-08-18 ThorstenBMake web browser app configurable through CMake (for...
2012-08-18 ThorstenBAdd cmake Linux distro detection.
2012-08-18 ThorstenBCMakeList clean-up.
2012-08-17 ThorstenBMore man page fixes: "-" vs hyphen
2012-08-17 ThorstenBChristoph Korn/PlayDeb.net: man page fixes with "-...
2012-08-17 ThorstenBChristoph Korn/PlayDeb.net: fix typos
2012-08-14 James TurnerDelay code-signing until the bundle is fully assembled.
2012-08-14 James TurnerWhoops, svn_ra_neon is needed.
2012-08-13 Frederic BouvierTrying to restore auto-detection of SVN libs on Windows
2012-08-13 Frederic BouvierRestore auto-detection of SVN libs on Windows
2012-08-13 Thomas GeymayerCanvas: Fix stupid off-by-one error
2012-08-13 Thomas GeymayerCanvas: Bugfixes
2012-08-13 James TurnerOoops, incorrect Ruby syntax.
2012-08-13 James TurnerMac: make code-signing identity an env variable.
2012-08-13 James TurnerChange the Mac nightly to use the launcher.
2012-08-12 Thomas GeymayerCanvas: Don't crash if texture not available
2012-08-12 Frederic BouvierDon't let the cloud alpha value change the lighting...
2012-08-11 Thomas GeymayerCanvas: Basic support for window stacking
2012-08-11 James TurnerEnable subversion lib packaging on Mac
2012-08-11 Frederic BouvierAdd forgotten uniforms to the display stage (Rembrandt)
2012-08-10 Thomas GeymayerCanvas: Forward mouse events to elements.
2012-08-09 Thomas GeymayerCanvas: default image element dimensions to texture...
2012-08-09 Thomas GeymayerCanvas: Image/Window unifying and allow using canvas...
2012-08-09 Thomas GeymayerClean up
2012-08-08 James TurnerCopy fgcom data files into the resources dir
2012-08-07 James TurnerMac nightly packaging updates
2012-08-05 James TurnerInitial work on Image element for Canvas.
2012-08-05 James TurnerFix a crash with the native menubar.
2012-08-05 James TurnerCocoa clipboard implementation.
2012-08-05 Thomas GeymayerCanvas: Fully remove Window drawable if destroyed
2012-08-05 Thomas GeymayerComplete X11 clipboard support.
2012-08-04 Thomas GeymayerBasic clipboard access from Nasal.
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-08-03 Tim Mooreuse DeletionManager
2012-08-03 James TurnerAvoid a naming clash on 'canvas'
2012-08-02 Frederic BouvierFix incorrectly hardcoded effect in last Rembrandt...
2012-08-02 James TurnerSkeleton Nasal-Canvas integration.
2012-08-02 Frederic BouvierNo terrasync in Win64
2012-08-02 Frederic BouvierAdd a nightly build for FG 64
2012-08-01 Frederic BouvierAdd some predefined uniforms to Rembrandt stages
2012-08-01 Thomas GeymayerCanvas: Fix warning and rename file.
2012-08-01 Frederic BouvierFix Win32 build - No GLUT please \!
2012-07-31 Thomas GeymayerCanvas: First version of new Canvas GUI system.
2012-07-31 Thomas GeymayerCanvas: Support for text selection.
2012-07-31 Thomas GeymayerCanvas: UTF-8 support and more settings exposed.
next