]> git.mxchange.org Git - flightgear.git/history - src/Viewer/CameraGroup.cxx
Replace the NOAA METAR URL with the new, updated one
[flightgear.git] / src / Viewer / CameraGroup.cxx
2016-02-17 James TurnerRe-Name FGViewer to flightgear::View
2014-06-24 Thomas GeymayerDraw Canvas GUI on top of PUI (to conform with event...
2014-01-18 James TurnerMake lifetime of CameraViewportListener explicit.
2013-11-16 James TurnerReset: refactor static CameraGroup ownership
2013-07-29 James TurnerAssume OSG version 3.0 as a minimum
2013-06-22 James TurnerGUI picks only traverse nodes with PICK_BIT set.
2013-06-22 James TurnerObject names for more scene-graph nodes.
2013-03-04 James TurnerMouseInput changes to support hover.
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-06-16 Frederic BouvierFix indentation
2012-06-16 Frederic BouvierDon't invalidate Rembrandt buffers when the window...
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 BouvierAdd world viewer position in cartesian and geodesic...
2012-05-15 James TurnerSince we require OSG 3.0 now, this check is obsolete.
2012-05-12 Frederic BouvierAdd simple conditions (no opengl related tests) to...
2012-05-12 Frederic BouvierFirst round of changes toward a programmable rendering...
2012-05-12 Frederic BouvierUse names to identify cameras in camera group
2012-05-12 Frederic BouvierUse names to identify deferred buffers in camera group
2012-04-25 ThorstenBMove viewer-related sources to separate folder.