]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2012-05-06 James TurnerCreate a real FlightPlan (and Leg) class
2012-05-06 ThorstenBAdd Windows-specific implementation to determine locale...
2012-05-05 ThorstenBFix Linux compile / math dependency
2012-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-05-05 ThorstenBFix C compiler warning.
2012-05-05 ThorstenBFix Mac compile.
2012-05-05 ThorstenBSupport localized menu on Mac/CocoaMenuBar.
2012-05-04 ThorstenBFix rpmlint/Linux packager complaints
2012-05-04 ThorstenBGanael Laplanche: fix include dependencies for FreeBSD...
2012-05-04 ThorstenBClean-up some SGMath dependencies.
2012-05-04 ThorstenBFix rpmlint/Linux packager complaints
2012-05-04 ThorstenBUse separate header file for vector properties.
2012-05-03 James TurnerTrafficManager - check model paths when loading schedul...
2012-05-02 ThorstenB#607: change path in warning message
2012-05-02 ThorstenBset correct file mode
2012-05-02 James TurnerSupport PBD waypoints in procedures files.
2012-05-02 ThorstenBUpdate fgdata package script.
2012-05-02 James TurnerAdd an auto-release pool wrapper to the Cocoa code
2012-05-01 ThorstenBAdapt font size behaviour to original plib font.
2012-05-01 ThorstenBSupport disabling AI traffic at run-time.
2012-05-01 Frederic BouvierAdd the ability to record depth in color buffer. This...
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 ThorstenBDon't install fg/READMEs
2012-04-22 ThorstenBDon't install man pages on Windows
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-08 ThorstenBGeoff McLane: Fix compile error due to missing include.
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
next