From f93a4f330a1be04e83791f9b614d76b8f8e1bfed Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 26 Feb 2015 19:51:56 +0000 Subject: [PATCH] Updated AUTHORS git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14733 16af8721-9629-0410-8352-f15c8da7e697 --- AUTHORS.txt | 6 ++-- ChangeLog | 45 ++++++++++++++++++++++++ applications/osgversion/Contributors.cpp | 6 +++- 3 files changed, 53 insertions(+), 4 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index 3af77abe3..c62346cd8 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -165,6 +165,7 @@ Rudolf Wiedemann Maria Ten Liang Aibin Katharina Plugge +Julien Valentin John Vidar Larring John Kelso John Ivar @@ -194,6 +195,7 @@ Robert Milharcic Rene Molenaar Piotr Domagalski Phil Atkin +Pawel Ksiezopolski Nathan Monteleone Miguel Escriva Mattias Linde @@ -203,7 +205,6 @@ Lee Butler Lars Nilsson Konstantin Sinitsyn Ken Sewell -Julien Valentin Julian Ortiz Julen Garcia John Kaniarz @@ -252,7 +253,6 @@ Ralf Kern Piotr Gwiazdowski Pierre Haritchabalet Perry Miller -Pawel Ksiezopolski Paul Palumbo Paul Obermeier Nguyen Van Truong @@ -309,6 +309,7 @@ Daniel Trstenjak Craig Bosma Claus Scheiblauer Christophe Loustaunau +Bradley Baker Searles Brad Anderegg Aric Aumann Andrew Sampson @@ -382,7 +383,6 @@ Petr Salinger Peter Bear Peter Amstutz Per Nordqvist -PawelKsiezopolski Paul Idstein Paul Fredrikson Paul Fotheringham diff --git a/ChangeLog b/ChangeLog index f375e94df..5f61d8be2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2015-02-26 19:14 robert + + * src/osg/Image.cpp: From Bradley Baker Searles, "We had someone + replace a DDS texture with a GL_RGB/GL_UNSIGNED_SHORT_5_6_6 + image, which would trigger a crash in Image.cpp while flipping + the mipmap chain. The code was trying to flip the mipmaps using + the rowStep for the full-size image (we have "dds_flip" set in + the osgDB::ReaderWriter::Options in the osgDB::Registry)." + +2015-02-26 18:06 robert + + * src/osgPlugins/dds/ReaderWriterDDS.cpp: From Bradley Baker + Searles, "Small patch attached to handle DDS flip when s=4. + Currently it will omit flipping and generate a warning: "Vertical + flip was skipped. Image dimensions have to be multiple of 4." + +2015-02-26 17:49 robert + + * include/osg/GLExtensions, src/osg/GLExtensions.cpp: From Julien + Valentin and Alberto Luaces, added support for transform feedback + extensions + +2015-02-26 17:18 robert + + * AUTHORS.txt, applications/osgversion/Contributors.cpp: Update + AUTHORS file + +2015-02-26 14:16 robert + + * src/osgPlugins/tiff/ReaderWriterTIFF.cpp: Fixed typo + +2015-02-26 13:52 robert + + * AUTHORS.txt: Regenerated AUTHORS.txt to fix missing special + characters + +2015-02-25 19:59 robert + + * AUTHORS.txt, applications/osgversion/Contributors.cpp: Updated + AUTHORS file + +2015-02-25 19:52 robert + + * ChangeLog: Updated ChangeLog + 2015-02-25 19:38 robert * src/osgPlugins/las/ReaderWriterLAS.cpp: From Aitor Moreno, diff --git a/applications/osgversion/Contributors.cpp b/applications/osgversion/Contributors.cpp index 1293a111c..2c3a0268c 100644 --- a/applications/osgversion/Contributors.cpp +++ b/applications/osgversion/Contributors.cpp @@ -654,7 +654,11 @@ NameCorrection nameCorrections[] = {"Pjotr", "Sventachov", "Pjotr", "Svetachov"}, {"Miha", "Ravsel", - "Miha", "Ravšelj"} + "Miha", "Ravšelj"}, + {"Bradley", "Baker", + "Bradley", "Baker Searles"}, + {"PawelKsiezopolski", "", + "Pawel", "Ksiezopolski"} };