Updated ChangeLog and AUTHORS file

This commit is contained in:
Robert Osfield
2013-05-27 09:05:14 +00:00
parent 02e4aef5cb
commit ac77a1e224
2 changed files with 27 additions and 1 deletions

View File

@@ -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

View File

@@ -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, "