]> git.mxchange.org Git - flightgear.git/history - src/Viewer/renderer.cxx
considering u,v,wbody-fps are the ECEF velocity expressed in body axis, change in...
[flightgear.git] / src / Viewer / renderer.cxx
2013-07-29 James TurnerAssume OSG version 3.0 as a minimum
2013-06-22 James TurnerRestrict sky-clouds group, avoids skydome picks.
2013-06-22 James TurnerObject names for more scene-graph nodes.
2013-05-09 Thomas GeymayerAllow Canvas placed on 3D objects receiving mouse events.
2013-03-04 James TurnerMouseInput changes to support hover.
2012-12-15 James TurnerRestructure positional finalisation for sim-reset.
2012-11-18 ThorstenBRemove static property dependencies
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-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 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-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
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-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-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.