]> git.mxchange.org Git - flightgear.git/history - src
Use names to identify deferred buffers
[flightgear.git] / src /
2012-05-12 Frederic BouvierUse names to identify deferred buffers
2012-05-12 James TurnerFix a Clang warning, checking signed char as if it...
2012-05-12 James TurnerBreak FlightPlan out into its own file.
2012-05-11 James TurnerRemove remaining includes of simgear/waypoint
2012-05-11 James TurnerExpose procedure routing and fixes to Nasal.
2012-05-11 James TurnerDon't repeat splash-screen status on the console.
2012-05-11 James TurnerRemove stale includes, use local ground-speed property.
2012-05-09 ThorstenBAdapt logging level for some messages.
2012-05-09 James TurnerAirways routing is driven via Nasal now.
2012-05-08 ThorstenBImprove debug output
2012-05-08 ThorstenBImprove fgfs startup logging.
2012-05-08 James TurnerExpose airways via Nasal, and allow waypoint creation...
2012-05-07 James TurnerOn OS-X, used NSWorkspace to launch the browser.
2012-05-07 James TurnerFix various route-manager issues reported by Hyde.
2012-05-07 James TurnerPermit an invalid index to be set on a flight-plan.
2012-05-07 Frederic BouvierSID is a predefined type under windows
2012-05-06 James TurnerFix SID class ambiguity on Windows (clashes with winnt.h)
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 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 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 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
next