]> git.mxchange.org Git - flightgear.git/history - src
Merge branch 'next' of gitorious.org:fg/flightgear into next
[flightgear.git] / src /
2012-04-30 ThorstenB#248: support enabling AI module at run-time
2012-04-30 ThorstenBAdd separate switch to enable/disable AI scenario support.
2012-04-30 ThorstenB#248: support enabling AI module at run-time
2012-04-30 ThorstenB#248: support enabling AI module at run-time
2012-04-30 ThorstenBAvoid compiler warnings.
2012-04-30 ThorstenB#734: MP cannot be enabled without 'AI' module
2012-04-29 Frederic Bouvier16bit source type is overkill for 8bit normal buffer
2012-04-29 Frederic BouvierReally initialize shadow cascades from the preferences
2012-04-28 James TurnerAnd expose the published navaid range to Nasal, since...
2012-04-28 James TurnerConvert all the Nasal wrappers around FGPositioned...
2012-04-28 James TurnerNavDisplay: ignore case when matching symbol types...
2012-04-28 James TurnerUpdate some nasal-positioned code to use new ghost...
2012-04-25 James TurnerRemove PositionedBinding (which no one ever used),...
2012-04-25 James TurnerExpose single-runway query on airport.
2012-04-25 James TurnerExpose SGBucket index computation to Nasal.
2012-04-25 ThorstenBMove viewer-related sources to separate folder.
2012-04-25 ThorstenBAbstract AP implementation base classes need a virtual...
2012-04-25 James TurnerExpose greatCircleMove to Nasal, and allow geo.Coord...
2012-04-24 Frederic BouvierDon't care about light volumes when picking in the...
2012-04-24 Mathias FroehlichFix explicit reference counting with waypoints and...
2012-04-24 James TurnerMore search functions exposed to Nasal, also airport...
2012-04-24 James TurnerExpose waypoint source (airport/runway/navaid) to Nasal
2012-04-23 James TurnerHacking to expose route/waypt data via Nasal, API not...
2012-04-23 James TurnerNasal airport functions for various ancillary data...
2012-04-23 James TurnerMake traffic-manager schedule XML loading incremental, to
2012-04-23 James TurnerFeature request for Syd - expose the ND view heading
2012-04-22 ThorstenBTry to fix MSVC build.
2012-04-21 ThorstenB#263: (Re-)introduce language option for menu
2012-04-21 ThorstenBMove locale code to separate module.
2012-04-21 ThorstenBAdd Latin1 character subset to default FG font.
2012-04-21 ThorstenBMinor clean-up.
2012-04-21 James TurnerWork on extending the Nasal airports API - attempt...
2012-04-21 James TurnerWork on an azimuthal project mode for the map, to impro...
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-16 James TurnerExpose more things to Nasal for FMSs in particular...
2012-04-15 ThorstenBFix build for Linux, really.
2012-04-15 ThorstenBFix SceneryPager destruction sequence.
2012-04-15 James TurnerFix build for non-Mac, hopefully.
2012-04-15 James TurnerStart refactoring how FGPositioned classes are exposed...
2012-04-15 James TurnerMake 2D panel mouse action repeat independent of the...
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-12 ThorstenBDon't call "exit" when reporting an error.
2012-04-11 ThorstenB#738: crash when switching 2D panels
2012-04-11 James TurnerNavDisplay: respect initial values for various properties.
2012-04-09 Frederic BouvierRembrandt: Restore rendering stats
2012-04-09 James TurnerRoute-manager distance helpers for Hyde and others...
2012-04-09 James TurnerWhoops, fix a type found by Syd in the NavDisplay.
2012-04-08 ThorstenBAdd CMake option to disable building test applications.
2012-04-07 ThorstenBFix scenery reload issues.
2012-04-07 ThorstenBComment out some unused vars.
2012-04-07 ThorstenBFix scenery reload issues.
2012-04-05 Frederic BouvierRestore splash screen for the Rembrandt renderer
2012-04-05 ThorstenBYASim performance optimization
2012-04-05 ThorstenBFix some compiler warnings.
2012-04-05 ThorstenBAdd "--max-fps" option to limit frame rate.
2012-04-05 ThorstenBYASim performance optimization
2012-04-05 ThorstenBAvoid "using..." in header files.
2012-04-05 ThorstenBRemove unused variables (moment/ias)
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
2012-04-01 Frederic BouvierDisable LOD when rendering to the shadow map.
2012-03-31 Frederic BouvierMake the shadow map available for effects
2012-03-31 Frederic BouvierFix picking zone display
2012-03-31 Frederic BouvierBe sure to not render light volumes in the classical...
2012-03-31 Frederic BouvierWorking spot and point lights
2012-03-31 Erik HofmanMake sure _avionics is enabled before calling suspend...
2012-03-30 Frederic BouvierShadow map size settable at run-time. It needs to be...
2012-03-30 Frederic BouvierFix a typo in proptest.cpp
2012-03-30 Frederic BouvierCompile proptest.cpp with MSVC. There is still a link...
2012-03-30 Frederic BouvierImplement Cascade Shadow Mapping in the Rembrandt renderer.
2012-03-29 Emilian HuminiucYASim: enable building of YASim's proptest utility
2012-03-28 ThorstenBProperly drop empty tiles from tile cache.
2012-03-28 Frederic BouvierFix normal storage into texture data. Input [-1..1...
2012-03-27 James TurnerFix total-distance computation in the route-manager...
2012-03-27 ThorstenB#723: perpetual "GPS init complete" info messages.
2012-03-27 James TurnerFix All-FDMs linkage. Thanks Torsten, no idea what...
2012-03-26 ThorstenBCameraGroup: adapt order of member vars to their init...
2012-03-26 ThorstenBPrevent negative alpha value
2012-03-26 ThorstenBFix "use of uninitialized data" reported by valgrind.
2012-03-26 ThorstenBmarker beacon: catch NULL pointer
2012-03-26 ThorstenBFix "use of uninitialized data" reported by valgrind.
2012-03-26 ThorstenBAIFlightPlan: Initialize the same member variables...
2012-03-26 ThorstenBReplace unnecessary use of copy constructor.
2012-03-26 ThorstenBtilemanager: initialize member variables
2012-03-26 James TurnerAvoid a crash when using the native menubar on Mac...
2012-03-26 James TurnerFix YAsim linkage.
2012-03-26 James TurnerDon't create intermediate static libraries for build...
2012-03-25 James TurnerFix 2.5D panel hit detection, compute logical panel...
2012-03-25 Frederic BouvierWarn of harmless messages caused by the Rembrandt renderer
next