diff --git a/AUTHORS.txt b/AUTHORS.txt index 423072b00..865f57db8 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -62,6 +62,7 @@ Alberto Barbati Terry Welsh Sebastien Grignard Romano Magacho +Roger James Phil Atkin Markus Trenkwalder Leandro Motta Barros @@ -82,7 +83,6 @@ Thom DeCarlo Steve Lunsford Stanislav Blinov Sohey Yamamoto -Roger James Perry Miller Per Fahlberg Paul Melis @@ -97,6 +97,7 @@ Igor Kravtchenko George Tarantilis Garret Potts Fabio Mierlo +Donn Mielcarek David Ergo Brad Colbert Yuri Vilmanis @@ -154,7 +155,6 @@ Duvan Cope Drew Whitehouse Douglas A. Pouk Donny Cipperly -Donn Mielcarek Dean Iverson David Jung Clay Fowler diff --git a/ChangeLog b/ChangeLog index 44815dd71..b43d209b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2005-11-21 13:51 robert + + * include/osg/Export, include/osg/PrimitiveSet, + include/osgText/String, src/osgPlugins/directx/directx.h, + src/osgPlugins/txp/trpage_sys.h: From Roger James, reworked the + export of std::vector<> on standard types to prevent problems + with .lib being built for all targets under VS7.x + +2005-11-20 22:07 robert + + * src/osgPlugins/directx/: ReaderWriterDirectX.cpp, directx.cpp, + directx.h: Replaced asserts with notification of error. + +2005-11-20 22:06 robert + + * src/osgPlugins/directx/: directx.cpp, directx.h: From Donn + Mielcarek, added support Materials being declared globally. + +2005-11-19 12:18 robert + + * AUTHORS.txt, ChangeLog, applications/osgversion/osgversion.cpp: + Updated ChangeLog, osgversion and AUTHORS file. + 2005-11-18 17:04 robert * include/osgParticle/ExplosionDebrisEffect,