From ac77a1e2240211b5d5cfdb714326227f1a6765a4 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 27 May 2013 09:05:14 +0000 Subject: [PATCH] Updated ChangeLog and AUTHORS file --- AUTHORS.txt | 2 +- ChangeLog | 26 ++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 95c778fb2..1252e90b2 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -80,11 +80,11 @@ David Spilling Daniel Sjlie Bryan Thrall Torben Dannhauer +Martin Naylor Jan Ciger Fabien Lavignotte Mike Connell Melchior Franz -Martin Naylor Johannes Baeuerle Andreas Ekstrand Rafa Gaitan diff --git a/ChangeLog b/ChangeLog index 123ef32ba..f7fffdd93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2013-05-27 08:13 robert + + * examples/osgforest/osgforest.cpp: From Martin Naylor, "I am + receiving 1 build error whilst building the SVN, its in osgforest + as follows: + + error C2065: 'GL_RGBA32F' : undeclared identifier + + Shoudlnt that be GL_RGBA32F_ARB as defined in texture header? + + Attached is the easy fix :)." + +2013-05-27 08:10 robert + + * include/osg/Camera, src/osgUtil/SceneView.cpp: Moved quad buffer + definitions into include/osg/Camera + +2013-05-26 10:44 robert + + * AUTHORS.txt, applications/osgversion/Contributors.cpp: Updated + AUTHORS file + +2013-05-26 10:27 robert + + * ChangeLog: Updated ChangeLog + 2013-05-25 10:09 robert * src/osgUtil/TangentSpaceGenerator.cpp: From Farshid Lashkari, "