]> git.mxchange.org Git - flightgear.git/history - src/Viewer
Bug 974, GPS exceptions at end-of-route.
[flightgear.git] / src / Viewer /
2012-12-15 James TurnerRestructure positional finalisation for sim-reset.
2012-12-13 Thomas GeymayerAllow Canvas Windows to be resized by dragging
2012-11-26 ThorstenBBase fullscreen detection on window decoration
2012-11-20 James TurnerView-manager: update globals automatically.
2012-11-18 ThorstenBRemove static property dependencies
2012-11-18 ThorstenBviewmgr: fix mixed up white-spaces/indentation
2012-11-18 ThorstenBviewmgr: stash properties for better performance
2012-11-17 ThorstenBtoggle fullscreen: also adapt GUI plane when resizing
2012-11-17 ThorstenBAdd command to toggle fullscreen mode.
2012-10-03 Mathias FroehlichProvide reader writer options to the effects.
2012-09-26 James TurnerMake HUD items private to the subsystem.
2012-09-25 James TurnerMake the view-manager and sound-manager independent.
2012-09-21 ThorstenBsplash screen: use language resource for translation
2012-09-19 James TurnerKill off some globals.
2012-09-17 ThorstenBHandle scenery-override in a single place only.
2012-08-12 Frederic BouvierDon't let the cloud alpha value change the lighting...
2012-08-11 Frederic BouvierAdd forgotten uniforms to the display stage (Rembrandt)
2012-08-03 Tim MooreMerge branch 'timoore/optimization' into next
2012-08-03 Tim Mooreuse DeletionManager
2012-08-02 Frederic BouvierFix incorrectly hardcoded effect in last Rembrandt...
2012-08-01 Frederic BouvierAdd some predefined uniforms to Rembrandt stages
2012-07-22 Frederic BouvierDon't stop displaying the sky dome in Rembrandt at...
2012-07-22 Frederic BouvierRemove a redundant line
2012-07-16 Frederic BouvierAdd a node mask bit for permanent lights (needed by...
2012-07-15 Frederic BouvierOSG 3.0.1 has no osg::Node::asCamera method
2012-07-15 Frederic BouvierMake the point light non permanent in Rembrandt
2012-07-14 Frederic BouvierRestore 2D panels in Rembrandt
2012-07-14 Frederic BouvierRestore point light in Rembrandt
2012-07-14 Frederic BouvierRembrandt: Add debugging properties and fix transparenc...
2012-06-30 Frederic BouvierWorking 'noshadow' animation
2012-06-27 Frederic BouvierGet rid of TexGen magic and do the projective texturing...
2012-06-16 Frederic BouvierFix indentation
2012-06-16 Frederic BouvierDon't invalidate Rembrandt buffers when the window...
2012-06-08 ThorstenBFixed compiler warning
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-23 Frederic BouvierFix multi screen in a single window issue in Rembrandt
2012-05-19 Frederic BouvierRemove hard-coded lighting stage
2012-05-19 Frederic BouvierAdd world viewer position in cartesian and geodesic...
2012-05-19 Frederic BouvierMake Rembrandt compatible with multi screen
2012-05-16 James TurnerLazy-loading of the 2D panel node.
2012-05-15 James TurnerSince we require OSG 3.0 now, this check is obsolete.
2012-05-13 Frederic BouvierRely entirely on the configurable renderer and add...
2012-05-12 Frederic BouvierFix compilation of FGRenderer
2012-05-12 Frederic BouvierAdd simple conditions (no opengl related tests) to...
2012-05-12 Frederic BouvierFix camera render orders
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 BouvierMore work on configurable rendering pipeline implementation
2012-05-12 Frederic BouvierBegin to implement configurable rendering pipeline
2012-05-12 Frederic BouvierUse names to identify cameras in camera group
2012-05-12 Frederic BouvierRemove built-in shaders and rely entirely on fgdata
2012-05-12 Frederic BouvierUse names to identify deferred buffers in camera group
2012-05-12 Frederic BouvierUse names to identify deferred buffers
2012-05-11 James TurnerDon't repeat splash-screen status on the console.
2012-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-05-01 Frederic BouvierAdd the ability to record depth in color buffer. This...
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-25 ThorstenBMove viewer-related sources to separate folder.