]> git.mxchange.org Git - flightgear.git/history - src/Main
Fix indentation and mixed-up white-space/tabs
[flightgear.git] / src / Main /
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.
2012-07-31 Thomas GeymayerCanvas: Allow using canvases as PUI widgets.
2012-07-27 James TurnerEnsure WSAStartup is called for metar.exe
2012-07-19 Stuart BuchananAdd command to reload materials definitions. Note...
2012-07-15 ThorstenBOption to restore defaults and enable/disable random...
2012-07-14 ThorstenB#803: apply hotfix to revive "--carrier" option.
2012-07-13 ThorstenBProper error checks for generic protocol.
2012-07-08 ThorstenB#798: climb rate cannot be higher than the true speed
2012-06-17 Thomas GeymayerAllow filling paths and do some clean up/fixing.
2012-06-17 Thomas GeymayerAdd ShivaVG sources
2012-06-17 Thomas GeymayerCanvas: basic support for OpenVG (path with stroke...
2012-06-03 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-31 James TurnerRemove platform-specific code in favour of simgear...
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-18 Thomas GeymayerBasic 2D canvas implementation.
2012-05-16 James TurnerLazy-loading of the 2D panel node.
2012-05-12 ThorstenBATCDCL cleanup, part II.
2012-05-12 Frederic Bouvierrename /sim/rendering/rembrandt -> /sim/rendering/rembr...
2012-05-12 Frederic BouvierFirst round of changes toward a programmable rendering...
2012-05-12 Frederic BouvierBegin to implement configurable rendering pipeline
2012-05-09 ThorstenBAdapt logging level for some messages.
2012-05-08 ThorstenBImprove debug output
2012-05-08 ThorstenBImprove fgfs startup logging.
2012-05-06 ThorstenBAdd Windows-specific implementation to determine locale...
2012-05-04 ThorstenBFix rpmlint/Linux packager complaints
2012-05-04 ThorstenBClean-up some SGMath dependencies.
2012-04-30 ThorstenBAdd separate switch to enable/disable AI scenario support.
2012-04-25 James TurnerRemove PositionedBinding (which no one ever used),...
2012-04-25 ThorstenBMove viewer-related sources to separate folder.
2012-04-24 Frederic BouvierDon't care about light volumes when picking in the...
2012-04-24 James TurnerMore search functions exposed to Nasal, also airport...
2012-04-21 ThorstenBMove locale code to separate module.
2012-04-21 ThorstenBMinor clean-up.
2012-04-18 ThorstenBMove another string to the language resource.
2012-04-18 ThorstenBBe more tolerant about locale name when detecting the...
2012-04-18 James TurnerFix part of #263, --language option not working for...
2012-04-18 James TurnerSupport loading PropertyList data remotely, as part...
2012-04-17 Frederic BouvierMake the number of shadow cascades and the range of...
2012-04-15 James TurnerTweak ODGauge usage, fix multiple instances of NavDispl...
2012-04-12 Frederic BouvierGet rid of RG16 buffer made possible by a different...
2012-04-11 ThorstenB#738: crash when switching 2D panels
2012-04-09 Frederic BouvierRembrandt: Restore rendering stats
2012-04-07 ThorstenBFix scenery reload issues.
2012-04-05 Frederic BouvierRestore splash screen for the Rembrandt renderer
2012-04-05 ThorstenBAdd "--max-fps" option to limit frame rate.
2012-04-05 Torsten DreyerAutopilot: save loads of CPU cycles
2012-04-04 Frederic BouvierHonor /sim/rendering/shadows/enabled preference
2012-04-03 Frederic BouvierCode cosmetic
2012-04-03 Frederic BouvierFix issue with sky added in commit 25e0ab0b824c7a2254b9...
2012-04-02 Frederic BouvierHopefully fix the shadow disappearing because of range...
2012-04-02 Frederic BouvierRestore messages and fog draw order reverted in the...
2012-04-02 Frederic BouvierRevert "Disable LOD when rendering to the shadow map."
2012-04-01 Frederic BouvierEnable light source for transparent surfaces
next