Updated AUTHORS

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14851 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-04-20 10:41:45 +00:00
parent e08fd168f6
commit 6a4a21afe3
3 changed files with 60 additions and 7 deletions

View File

@@ -1,3 +1,52 @@
2015-04-20 09:39 robert
* src/osg/State.cpp: Moved uniform substitution to infront of
vertex attribute substituion to make sure gl_Vertex usage is
replaced when required.
2015-04-20 09:08 robert
* include/osgUtil/MeshOptimizers: From Tim Moore, "The
order_by_primitive_mode comparer was not providing a strict weak
ordering, which was causing a crash in the sort() call in
VertexAccessOrderVisitor::optimizeOrder (gcc 4.9, Fedora 21)."
2015-04-17 14:36 robert
* CMakeLists.txt: Updated dev release number
2015-04-17 13:33 robert
* include/osgManipulator/AntiSquish: Added implementations for the
libraryName and className for the AntiSquish node.
2015-04-17 13:24 robert
* src/osg/Node.cpp: Fixed CollectParentPaths visitor so that it
sets the setNodeMaskOverride(0xffffffff) to make sure all parents
are traversed to find parents, even ones that have their NodeMask
set to 0x0.
2015-04-17 13:22 robert
* examples/osgmanipulator/osgmanipulator.cpp: Added --test-NodeMask
option to test crash when a parent of osgmanipulator::AntiSquish
node has a NodeMask set to 0x0.
2015-04-16 11:19 robert
* src/osgPlugins/osgjs/json_stream: Changed MSVC version test to <=
to enable fallback for VS2010.
2015-04-16 10:07 robert
* src/osgManipulator/AntiSquish.cpp: Fixed crash when AntiSquish
node is the root of the scene graph.
2015-04-15 18:34 robert
* ChangeLog: Updated ChangeLog
2015-04-15 18:05 robert
* CMakeLists.txt: Updated version number of dev release