23d697e77eAdded VisualStudio versioning info to plugins
Robert Osfield
2009-02-20 13:58:44 +00:00
ca895c4ac6From Bryan Thrall, "Attached files fix typos, from svn 9791:
Robert Osfield
2009-02-20 11:53:49 +00:00
ddddec2b2fFrom Martin Beckett, "I have added support for DXF POINTS to the dxf reader plugin It's really just a cut-paste job from the existing LINE support.
Robert Osfield
2009-02-20 11:51:47 +00:00
8297d8f0cbFrom Humar Carmona, "When reading a DXF file, the reader breaks at a debug assertion at vector (it breaks on release version). Inspecting the code show that the cause could be in dxfEntity.cpp.
Robert Osfield
2009-02-20 11:41:30 +00:00
4a50d54d3eFrom Himar Carmona, "When reading a DXF file, the reader breaks at a debug assertion at vector (it breaks on release version). Inspecting the code show that the cause could be in dxfEntity.cpp.
Robert Osfield
2009-02-20 11:30:33 +00:00
3ede22216aFrom Bob Kuehne and Robert Osfield, email from Bob : "this fix quashes fbo warnings when the fbo status is 'complete', aka 'ok'. ", which was then ammended by Robert replacing crytic value 0x8CD5 with GL_FRAMEBUFFER_COMPLETE_EXT and added brackets to make code clearer.
Robert Osfield
2009-02-19 19:05:39 +00:00
439c3a866bFixed bug in checking of return values. Fix merged in from svn/trunk using:
Robert Osfield
2009-02-19 17:40:55 +00:00
e42c560223Fixed bug in checking if numRead values.
Robert Osfield
2009-02-19 17:34:35 +00:00
4d0a3444beFrom Christian Buchner, "I am hereby amending the osgforest sample with some code (functionally equivalent to the GLSL shaders sample) that displays the forest with shaders on Intel 945 GM hardware. This card supports OpenGL 1.4 and ARB_fragment/vertex_program only.
Robert Osfield
2009-02-19 16:58:05 +00:00
7e75fa6a66From Ruben Smelik, "I've found a (copy-paste?) error in PrimitiveSet.cpp regarding instanced drawing. For DrawElementsUInt and DrawElementsUShort the type argument of glDrawElementsInstanced was set as GL_BYTE instead of GL_UNSIGNED_INT and GL_UNSIGNED_SHORT. I've attached the fixed source file (based on the current SVN head version)."
Robert Osfield
2009-02-19 16:00:52 +00:00
e1b41a5e1cFrom Ruben Smelik, "I've found a (copy-paste?) error in PrimitiveSet.cpp regarding instanced drawing. For DrawElementsUInt and DrawElementsUShort the type argument of glDrawElementsInstanced was set as GL_BYTE instead of GL_UNSIGNED_INT and GL_UNSIGNED_SHORT. I've attached the fixed source file (based on the current SVN head version)."
Robert Osfield
2009-02-19 15:57:38 +00:00
ced46026e5merged from svn/trunk using:
Robert Osfield
2009-02-19 15:38:09 +00:00
055801d57cFrom Mattias Helsing, "Here is a fix for the "Unspecified" package. The openthreads pkgconfig file is made part of libopenthreads-dev component.
Robert Osfield
2009-02-19 15:15:39 +00:00
979d1e6be7Merged in various changes from the OSG-2.8 to being svn/trunk up to date.
Robert Osfield
2009-02-19 14:24:10 +00:00
36ba62e69aFixed number of contributors
Robert Osfield
2009-02-19 13:44:14 +00:00
721505f7c9Updated ChangeLog for 2.8.0
Robert Osfield
2009-02-12 14:46:11 +00:00
e4eb3896ddCompiled fix
Robert Osfield
2009-02-12 14:35:55 +00:00
98df276818Changed iso surface lighting to ignore intensity of the texture
Robert Osfield
2009-02-12 14:01:53 +00:00
c3bad2bd04Fixed handling of xSize, ySize and zSize
Robert Osfield
2009-02-12 13:57:18 +00:00
e4ad3d311dUpdated ChangeLog
Robert Osfield
2009-02-12 13:31:04 +00:00
fc05e7d8b1Warning fixes for Windows
Robert Osfield
2009-02-12 12:51:04 +00:00
d58a21ca5fUpdated dates and release candidate number of 2.8.0 release
Robert Osfield
2009-02-12 10:17:41 +00:00
ca2d844c4fFixed typo
Robert Osfield
2009-02-11 20:26:06 +00:00
03e08d7918Update ChangeLog, Authors for rc6
Robert Osfield
2009-02-11 20:25:34 +00:00
6ce7cc9d6aUpdated wrappers
Robert Osfield
2009-02-11 20:19:48 +00:00
2646423be7Updated wrapper configurations from svn/trunk revision 9774
Robert Osfield
2009-02-11 20:17:12 +00:00
957708b4beUpdated wrappers
Robert Osfield
2009-02-11 20:02:45 +00:00
b4e0acc7b3Updated wrappers to works with doxygen 1.5.8 output.
Robert Osfield
2009-02-11 19:55:11 +00:00
625ea05d3fChanged the default for aggressive warnings so that they are off under Apple.
Robert Osfield
2009-02-11 17:43:25 +00:00
f963397726From Riccardo Corsi, "in attach you'll find a patch to cleanup a little bit the (de)initialization code of QuickTime? environment from the quickTime pluging. It basically removes the static init() and exit() functions,and move them inside the observer class (the one that cleans everything up when the last media is unloaded).
Robert Osfield
2009-02-11 17:42:17 +00:00
c1a051d733Disabled the use of aggressive warnings under OSX as the default.
Robert Osfield
2009-02-11 17:21:36 +00:00
c385e11affFrom Riccardo Corsi, "in attach you'll find a patch to cleanup a little bit the (de)initialization code of QuickTime environment from the quickTime pluging. It basically removes the static init() and exit() functions,and move them inside the observer class (the one that cleans everything up when the last media is unloaded).
Robert Osfield
2009-02-11 17:14:53 +00:00
7c97bab944Added brackets around (unsigned int) to avoid IRIX compile error. Merged from svn/trunk using:
Robert Osfield
2009-02-11 17:08:04 +00:00
89052bec27Fixes to doyxgen warnings, merged from svn/trunk using:
Robert Osfield
2009-02-11 16:59:08 +00:00
99120af181From Sukender, changes doxygen vebosity to QUIET, merged from svn/trunk using:
Robert Osfield
2009-02-11 16:57:43 +00:00
166f949592Updated changelog
Robert Osfield
2009-02-11 16:50:51 +00:00
04351b0af8From Sukender, changed doxygen verbosity to quite
Robert Osfield
2009-02-11 13:33:40 +00:00
ed747fc789Added brackets around (unsigned int) to avoid IRIX compile error.
Robert Osfield
2009-02-11 12:10:52 +00:00
f8636d8006Fixes for doxgen warnings
Robert Osfield
2009-02-11 10:41:55 +00:00
145d93073cUpdated ChangeLog
Robert Osfield
2009-02-11 09:18:02 +00:00
db00cb1613From Roland Smeenk, "Attached are two small fixes: -I changed the SET of COLLADA_BOOST_INCLUDE_DIR to use findpath, so users may override this setting if they choose not to build against to precompiled boost libraries delivered with the Collada DOM.
Robert Osfield
2009-02-11 09:16:58 +00:00
c9b61a63b8From Roland Smeenk, "Attached are two small fixes: -I changed the SET of COLLADA_BOOST_INCLUDE_DIR to use findpath, so users may override this setting if they choose not to build against to precompiled boost libraries delivered with the Collada DOM.
Robert Osfield
2009-02-11 09:14:12 +00:00
81043b1028Merged warning fix from OSG-2.8 branch:
Robert Osfield
2009-02-10 20:31:50 +00:00
1420393b00Warning fix
Robert Osfield
2009-02-10 20:28:29 +00:00
440445aa8bUpdated release number and dates for 2.8.0-rc5
Robert Osfield
2009-02-10 20:25:38 +00:00
07bccafd05Merged from svn/trunk changes for better Collada build support from Roland Smeenk, Roger James and Robert Osfield, merge commands.
Robert Osfield
2009-02-10 20:15:54 +00:00
92b4e6ea54Changed notication level to INFO, merged changed from OSG-2.8 branch using:
Robert Osfield
2009-02-10 20:09:18 +00:00
6df979f8c8Changed the message about not finding plugin so that it's notify level is INFO
Robert Osfield
2009-02-10 20:07:00 +00:00
17da548343From Roger James and Robert Osfield, fixes and reorganization to better support Windows dyanmic library build
Robert Osfield
2009-02-10 19:25:50 +00:00
aef27c4387From Pierre Haritchabalet, "In IO_FluidProgram.cpp, FluidProgram_readLocalData() function is wrong. When density parameter is read, the function "setFluidViscosity()" is called instead of "setFluidDensity()". This patch fixes osg plug'in FluidProgram_readLocalData."
Robert Osfield
2009-02-10 18:59:22 +00:00
a29b0a2f76From Pierre Haritchabalet, "In IO_FluidProgram.cpp, FluidProgram_readLocalData() function is wrong. When density parameter is read, the function "setFluidViscosity()" is called instead of "setFluidDensity()". This patch fixes osg plug'in FluidProgram_readLocalData. "
Robert Osfield
2009-02-10 18:56:53 +00:00
51f6fa249fMerged fixes to osgVolume's handling of ImageSequence animated volumes, merge command:
Robert Osfield
2009-02-10 18:51:43 +00:00
d3061ac0f7Fixed the handle of ImageSequence in osgVolume.
Robert Osfield
2009-02-10 18:48:17 +00:00
2fcd7f1d99From Roger James, fixes for VS build handling of new VS versioning support
Robert Osfield
2009-02-10 14:01:22 +00:00
4adc16bcddFrom Jason Beverage, "I've added a small change to the CURL plugin that allows support for HTTP redirects."
Robert Osfield
2009-02-10 13:58:07 +00:00
560cdf458dFrom Jason Beverage, "I've added a small change to the CURL plugin that allows support for HTTP redirects."
Robert Osfield
2009-02-10 13:37:16 +00:00
6a051be85aFrom Miguel Escriva, fixed finding of zlib under Windows, merged in from svn/trunk using:
Robert Osfield
2009-02-10 13:31:15 +00:00
54ea755421From Miguel Escriva,"OSG 2.8.0-rc4 don't found zlib in Windows.
Robert Osfield
2009-02-10 13:25:40 +00:00
7de8527efdFrom Roland Smeenk and Robert Osfiled, tweaks to the Collada finding/linking to improve support for Collada DOM 2.1 + 2.2 across platforms.
Robert Osfield
2009-02-10 11:44:50 +00:00
cbb9881003Update ChangeLog and AUTHORS for 2.8.0-rc2
Robert Osfield
2009-02-09 23:23:31 +00:00
be40ac8aadFrom Fabien Lavignotte,"Some other litte changes just to clean up the API.
Robert Osfield
2009-02-09 22:59:13 +00:00
e15383fd7aFrom Fabien Lavignotte, "Here is some various small fixes i have done while playing with osgAnimation. - Animation : removed the _name attribute that is never used. - BasicAnimationManager : fix a crash on Windows with the example osganimationviewer. The _lastUpdate attribute was not initialized when using copy constructor. - CMakeLists.txt : add RigGeometry to the headers list"
Robert Osfield
2009-02-09 22:56:21 +00:00
f156454ccfFixed to DatabasePager::getRequestsInProgress(), merged from:
Robert Osfield
2009-02-09 22:33:51 +00:00
919a1e5286Fixed for loop bug in DatabasePager::getRequestsInProgress().
Robert Osfield
2009-02-09 22:28:49 +00:00
85acee5dccUpdate release candidate to 4.
Robert Osfield
2009-02-09 22:13:09 +00:00
49455959ecMerged from OSG-2.8 branch the suppression of the wrapping of the ScopeLock<Mutext>
Robert Osfield
2009-02-09 22:12:30 +00:00
77326d2c17Add suppression of the ScopedLock<Mutex> template
Robert Osfield
2009-02-09 22:09:41 +00:00
ea3b08526dFrom Bryan Thrall, "The .osg plugin doesn't seem to support an option to write shader files separately, so it always inlines them in the .osg file (as far as I can tell). This change adds that ability. "
Robert Osfield
2009-02-09 21:53:18 +00:00
1710b431a5From Bryan Thrall, "The .osg plugin doesn't seem to support an option to write shader files separately, so it always inlines them in the .osg file (as far as I can tell). This change adds that ability. "
Robert Osfield
2009-02-09 21:48:30 +00:00
abe28296eeFrom Ralf Habacker, fix to memory leak in GraphicsWindowWin32.cpp. Merged from OSG-2.8 branch using svn command:
Robert Osfield
2009-02-09 21:42:45 +00:00
0adcfda07aMerged from OSG-2.8 branch changes to the use of ReadWriteMutex to Mutex in osgParticle::ParticleSystem.
Robert Osfield
2009-02-09 21:38:06 +00:00
437377b5d5From Ralf Habacker, "on win32 there is a memory leak in recent svn code in GraphicsWindowWin32.cpp.
Robert Osfield
2009-02-09 21:17:36 +00:00
c7f2e570edTo address a thread related crash reported in osgParticle changed the ParticleSystem to have an optional compile path for either using a OpenThreads::ReadWriteMutex or an OpenThreads::Mutex as it's base implementation, with the Mutex now being used by default.
Robert Osfield
2009-02-09 18:20:36 +00:00
b9540fc9f1Fixed indentation
Robert Osfield
2009-02-09 14:51:42 +00:00
fa8de3058fSynced OSG-2.8 version with the svn/trunk version.
Robert Osfield
2009-02-09 14:48:26 +00:00
1194f8941cFrom Stephan Huber, did an merge from svn/trunk:
Robert Osfield
2009-02-09 14:38:46 +00:00
6557b0ee8fFrom Stephan Huber: fixed local Config file needed for xcode-project
Stephan Maximilian HUBER
2009-02-09 13:49:31 +00:00
1a922f0f28Reset the release candidate number in prep for official 2.8.0 release
Robert Osfield
2009-02-09 13:12:36 +00:00
ce1d7c0c90Updated date of 2.8.0 release
Robert Osfield
2009-02-09 12:59:05 +00:00
e43a681b35From Paul Melis, syncing improvements made to wiki version of NEWS for 2.8
Robert Osfield
2009-02-09 11:15:14 +00:00
3c50ac6f04From Paul Melis, syncing improvements made to wiki version of NEWS for 2.8
Robert Osfield
2009-02-09 11:15:13 +00:00
cc9ec88d27Removed redundent #pragma
Robert Osfield
2009-02-09 11:13:37 +00:00
b783a7468eRemoved inapproriatly placed #pragma
Robert Osfield
2009-02-09 10:58:34 +00:00
3153c30930Updated wrappers
Robert Osfield
2009-02-09 10:00:06 +00:00
4e2c17ee02Updated wrappers
Robert Osfield
2009-02-09 09:48:50 +00:00
684c7bc8fcFrom Cedric Pinson, removed virtual inheritance from osgAnimation::Animation
Robert Osfield
2009-02-09 09:41:56 +00:00
578a910ad0From Cedric Pinson, removed virtual inheritance from osgAnimation::Animation
Robert Osfield
2009-02-09 09:41:48 +00:00
e0f4fb0952Updated NEWS and README dates for 2.8.0-rc3
Robert Osfield
2009-02-08 19:40:44 +00:00
6ad6bf8b5aFixed handling of making svn tags when on a branch
Robert Osfield
2009-02-08 19:39:24 +00:00
0b702d27deChanged the svn source from trunk to branches
Robert Osfield
2009-02-08 19:35:34 +00:00
ba68b72a04Fixed handling of a series of \n in the text string so that the correct line spacing is maintained.
Robert Osfield
2009-02-08 19:30:30 +00:00
d3f2c6e505Fixed handling of a series of \n in the text string so that the correct line spacing is maintained.
Robert Osfield
2009-02-08 19:27:52 +00:00
1e886ce539From Paul Melis, "While trying out the osgbrowser example (where I had forgotten to update LD_LIBRARY_PATH so the XUL libs would be found) I noticed that although the gecko plugin was found it could not be loaded. But this did not trigger any visible warning/error message (at least not without INFO notify level). Would you mind if we change the notify level for a dlerror() to WARNING? This will also make it more explicit for the case when a plugin isn't actually found, which seems to come up a lot for novice users (e.g. no freetype on win32, so no freetype plugin, etc). Also, the current error message is misleading ("Warning: Could not FIND plugin to ...") because the it's not always a case of not finding the plugin. I slightly enhanced the situation of not finding a plugin versus finding it but not being able to load it.
Robert Osfield
2009-02-08 15:56:35 +00:00
12d62940bcForm Paul Melis, "While trying out the osgbrowser example (where I had forgotten to update LD_LIBRARY_PATH so the XUL libs would be found) I noticed that although the gecko plugin was found it could not be loaded. But this did not trigger any visible warning/error message (at least not without INFO notify level). Would you mind if we change the notify level for a dlerror() to WARNING? This will also make it more explicit for the case when a plugin isn't actually found, which seems to come up a lot for novice users (e.g. no freetype on win32, so no freetype plugin, etc). Also, the current error message is misleading ("Warning: Could not FIND plugin to ...") because the it's not always a case of not finding the plugin. I slightly enhanced the situation of not finding a plugin versus finding it but not being able to load it.
Robert Osfield
2009-02-08 15:56:10 +00:00
4e30cafbd5Merged from OSG-2.8 branch, fix to handle of StateSet attached to transforms being removed by the FlattentStaticTransformVisitor
Robert Osfield
2009-02-07 11:30:15 +00:00
ffcece130aAdded merge.setting of StateSet during replacement of Transforms in FlattenStaticTransfrom and CombineAdjacentTransfroms
Robert Osfield
2009-02-07 11:28:55 +00:00
e2d7743a80Updated Authors
Robert Osfield
2009-02-06 16:07:36 +00:00