Updated AUTHORS
git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14851 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
12
AUTHORS.txt
12
AUTHORS.txt
@@ -1,6 +1,6 @@
|
||||
OpenSceneGraph Library 3.3.6
|
||||
OpenSceneGraph Library 3.3.8
|
||||
|
||||
543 Contributors:
|
||||
545 Contributors:
|
||||
|
||||
Firstname Surname
|
||||
-----------------
|
||||
@@ -54,12 +54,12 @@ Pavel Moloshtan
|
||||
Brad Christiansen
|
||||
Olaf Flebbe
|
||||
Mathieu Marache
|
||||
Lionel Lagarde
|
||||
Jason Daly
|
||||
Art Tevs
|
||||
Philip Lowman
|
||||
Per Fahlberg
|
||||
Norman Vine
|
||||
Lionel Lagarde
|
||||
Terry Welsh
|
||||
Serge Lages
|
||||
Romano Jos<6F> Magacho da Silva
|
||||
@@ -114,6 +114,7 @@ Nico Kruithof
|
||||
Martin Aumueller
|
||||
Mario Valle
|
||||
Lukasz Izdebski
|
||||
Konstantin Matveyev
|
||||
Jorge Izquierdo Ciges
|
||||
Jordi Torres
|
||||
Gordon Tomlinson
|
||||
@@ -152,9 +153,9 @@ Martins Innus
|
||||
Maciej Krol
|
||||
Lilin Xiong
|
||||
Leandro Motta Barros
|
||||
Konstantin Matveyev
|
||||
Johan Nouvel
|
||||
Javier Taibo
|
||||
Jannik Heller
|
||||
Hartwig Wiesmann
|
||||
Donn Mielcarek
|
||||
Corbin Holtz
|
||||
@@ -376,6 +377,7 @@ Ragnar Hammarqvist
|
||||
Qing Shen
|
||||
Piotr Rak
|
||||
Pierre Bourdin
|
||||
Philippe Renon
|
||||
Philipp Svehla
|
||||
Philipp Siemoleit
|
||||
Philipp M<>chler
|
||||
@@ -463,7 +465,6 @@ Jeffrey Kinross
|
||||
Jay Zuckerman
|
||||
Jason Howlett
|
||||
Jason Ballenger
|
||||
Jannik Heller
|
||||
Jamie Robertson
|
||||
James Killian
|
||||
James Athey
|
||||
@@ -476,6 +477,7 @@ Gunter Huber
|
||||
Gregory Jaegy
|
||||
Graeme Harkness
|
||||
Gian Lorenzetto
|
||||
Giampaolo Vigan<61>
|
||||
George Papagiannakis
|
||||
Galen Faidley
|
||||
Frida Schlaug
|
||||
|
||||
49
ChangeLog
49
ChangeLog
@@ -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
|
||||
|
||||
@@ -353,6 +353,7 @@ TypoCorrection typoCorrections[] =
|
||||
{"Krulthof", "Kruithof"},
|
||||
{"Lagrade", "Lagarde"},
|
||||
{"Largade", "Lagarde"},
|
||||
{"Largarde", "Lagarde"},
|
||||
{"Larshkari", "Lashkari"},
|
||||
{"Lashakari", "Lashkari"},
|
||||
{"Lashari", "Lashkari"},
|
||||
@@ -478,8 +479,9 @@ TypoCorrection typoCorrections[] =
|
||||
{"Gjøl","Gj<EFBFBD>l"},
|
||||
{"Ravšelj","Rav<EFBFBD>elj"},
|
||||
{"Ravsel", "Rav<EFBFBD>elj"},
|
||||
{"Ravselj", "Rav<EFBFBD>elj"}
|
||||
|
||||
{"Ravselj", "Rav<EFBFBD>elj"},
|
||||
{"Janik", "Jannik"},
|
||||
{"Viganò", "Vigan<EFBFBD>"}
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user