870b1919c8From MAthias Froehlich, "Attached is a compile fix I need on Suse 11.1 for a successful compile. Just avoid uint8_t typed values in src/osgPlugins/ply/vertexData.cpp if they are not needed for a particular reason ..."
Robert Osfield
2009-05-07 13:21:05 +00:00
e1c5969b0eFrom Chris Denham, fix for swapBuffers warning when window is minimized under Windows.
Robert Osfield
2009-05-07 13:18:35 +00:00
255243ea0cFrom Chris Denham, "For me, on Windows, I also get a slew of these warnings when I move the window off screen. So, might be a bit fiddly to try and prevent frame update in all situations that SwapBuffers retuns false. I wondered if we could address this issue by only reporting the error if GetLastError is also non zero. Works for me! The value returned by GetLastError is zero when SwapBuffers is called for a minimized or off screen window, so we could just add a check for this. Just say the word, and I'll post my modified GraphicsWindowWin32.cpp to the submissions list. ;-) Cheers. Chris.
Robert Osfield
2009-05-07 13:15:19 +00:00
9058164c53From Michael Platings, added VisualStidio specific option for disabling iterator checking.
Robert Osfield
2009-05-07 12:55:07 +00:00
ab5641e04eFixed typo of POPPLER_LIBRARY_DIRS
Robert Osfield
2009-05-07 09:40:43 +00:00
b7fbe21acdFrom Stephan Huber: updated XCode project to reflect current trunk
Stephan Maximilian HUBER
2009-05-07 09:16:50 +00:00
c99c8826e8Added support for osgVolume::TransferFunctionProperty
Robert Osfield
2009-05-07 09:07:34 +00:00
92afb370e8Added .ive reading/writing support for osgVolume::Property classes
Robert Osfield
2009-05-06 13:47:08 +00:00
2b09b0dffaAdded initial cut at support for osgVolume in .ive format.
Robert Osfield
2009-05-05 18:34:44 +00:00
bc7f1cf5acMerged from svn/trunk support for searching for imagery in path relative to the .osg file being loaded. Merged using:
Robert Osfield
2009-05-05 12:56:30 +00:00
34c458f075Merged improvements to osgVolume from svn/trunk using :
Robert Osfield
2009-05-05 12:54:16 +00:00
1515b8d357Changed debug message from NOTICE to INFO
Robert Osfield
2009-05-05 12:46:06 +00:00
9da4bb1387Fixed support for reading imagery relative to the .osg being loaded
Robert Osfield
2009-05-05 12:18:24 +00:00
e2f4e96416Added checks to prevent crash when no imagery is applied
Robert Osfield
2009-05-05 11:05:17 +00:00
ee3bfe94a3Added checks to prevent crashes when no imagery is assigend to volume
Robert Osfield
2009-05-05 11:03:57 +00:00
396e83dee3Added selection of first slide
Robert Osfield
2009-05-05 10:27:59 +00:00
602d83a486Warning fixes
Robert Osfield
2009-05-03 18:51:13 +00:00
cd5fa24696Warning fixes
Robert Osfield
2009-05-02 07:50:37 +00:00
e40102c954Added export for windows build
Robert Osfield
2009-05-01 10:24:51 +00:00
948f271730From Michael Platings, compile fix for the following problem report on osg-users:
Robert Osfield
2009-05-01 08:49:19 +00:00
2d97593560Fixed warning + bug
Robert Osfield
2009-05-01 08:20:26 +00:00
cae754cc1eAdded ws2_32 dependency
Robert Osfield
2009-05-01 08:10:56 +00:00
e938b6352bAdded check against the validity of ViewerBase to make sure that a null pointer isn't dereferenced.
Robert Osfield
2009-04-30 13:13:19 +00:00
bc29eab0b7Added support for reading from streams
Robert Osfield
2009-04-30 08:50:43 +00:00
d2f3615833Build fixes
Robert Osfield
2009-04-30 08:27:07 +00:00
7cf721d1b5Re-instated the code to allow event handler to run in standard viewers like osgviewer
Robert Osfield
2009-04-29 20:55:48 +00:00
590ac02859Created a simple XmlNode parser class for reading of basic xml files, such as used by present3D.
Robert Osfield
2009-04-29 20:30:21 +00:00
b42706f034Added osgFX to dependencies
Robert Osfield
2009-04-28 15:50:05 +00:00
ea65ea83a7Added osgViewer as a dependency
Robert Osfield
2009-04-28 15:48:56 +00:00
b037fdb14aEnabled blending to all but iso surface shader.
Robert Osfield
2009-04-28 14:26:13 +00:00
54c3204524Reorganised placement of classes associated with scene graph.
Robert Osfield
2009-04-28 14:03:02 +00:00
6399de2897Moved present3D from own repository into core OSG.
Robert Osfield
2009-04-28 11:57:51 +00:00
ff93371cbdFixed typo
Robert Osfield
2009-04-27 16:32:24 +00:00
7893293e0eAdded detection of active alpha channel.
Robert Osfield
2009-04-27 15:45:52 +00:00
f0ff4afebcFurther improvements in p3d plugin
Robert Osfield
2009-04-27 13:54:22 +00:00
200c9e82f3Introduced first cut of Present3D integration with the core OSG with the introduction of a .p3d plugin.
Robert Osfield
2009-04-27 11:02:18 +00:00
5f26d6ec99Attempt to fix mingw warnings
Robert Osfield
2009-04-27 06:26:41 +00:00
04238d128dFixed warning
Robert Osfield
2009-04-25 21:44:38 +00:00
478ecad726Updated ChangeLog and AUTHORS for 2.9.4 dev release
Robert Osfield
2009-04-24 20:37:33 +00:00
219f48fdbeUpdated wrappers
Robert Osfield
2009-04-24 20:14:42 +00:00
2d621cb58aAdded checking of need to update.
Robert Osfield
2009-04-24 18:37:36 +00:00
7e84617d24Changed doxygen docs to indicate deprecated status with suggestion of IntersectionVisitor instead.
Robert Osfield
2009-04-24 17:52:05 +00:00
48a9b90dc5Added suggestion of IntersectionVisitor instead.
Robert Osfield
2009-04-24 17:51:23 +00:00
619be4ced0Changed doxygen docs to say deprecated
Robert Osfield
2009-04-24 17:49:34 +00:00
a50f0ccfafIntroduce new run frame rate management support to allow control of maximum frame rate and to support on demand rendering of frames
Robert Osfield
2009-04-24 16:20:50 +00:00
860ae27fafUpdated ChangeLog
Robert Osfield
2009-04-24 11:53:01 +00:00
5a43bc12bbUpdated wrappers
Robert Osfield
2009-04-24 11:23:33 +00:00
4eeb85fd0bFrom Mathias Froehlich, "change adds some code to also print the NodePath when a NaN is detected in the CullVisitor. May be this gives a bit more of a hint when this happens."
Robert Osfield
2009-04-24 11:01:00 +00:00
aab533c046From Jason Daly, "Currently, the .mdl plugin loads vertices in the native DirectX order, which is the reverse of OpenGL order. This means that the back faces are currently rendered as front faces, and vice versa.
Robert Osfield
2009-04-24 10:56:45 +00:00
d91e9db152From Jason Daly, "Currently, the .mdl plugin loads vertices in the native DirectX order, which is the reverse of OpenGL order. This means that the back faces are currently rendered as front faces, and vice versa.
Robert Osfield
2009-04-24 10:54:50 +00:00
7b16ff5ae1From Mathias Froehlich, Changed osg::TextureRectangle to use osg::Texutre::applyTexParameters() to take advantage of texture shadow extension settings for texture rectangle
Robert Osfield
2009-04-24 09:07:22 +00:00
b2e40572e5Fixed typo
Robert Osfield
2009-04-23 15:11:05 +00:00
f175cad6d8Update ChnageLog, dates and authors for 2.8.1-rc3
Robert Osfield
2009-04-23 13:46:49 +00:00
b496d220c6Warning fixes
Robert Osfield
2009-04-23 13:42:24 +00:00
2d2b13361bUpdated release candidate number
Robert Osfield
2009-04-23 13:27:56 +00:00
aa7b0becf7Fix to handling of subsurface layers so that more appropriate PolygonOffset values are chosen. Merged from svn/trunk using:
Robert Osfield
2009-04-23 11:08:36 +00:00
4f3e2c2e82Merged from svn trunk using:
Robert Osfield
2009-04-23 11:07:14 +00:00
9a072a4dc6Refactored the subsurface PolygonOffset code so that it uses sensible values and also moves management of the PolygonOffset and Depth attribute objects into the Document object rather than using static vars.
Robert Osfield
2009-04-23 10:24:27 +00:00
194b7a32e7Removed specific ATI path in PolygonOffset as it doesn't look to be neccessary with present ATI hardware/drivers
Robert Osfield
2009-04-23 10:23:20 +00:00
4938d5687eQuitened down warnings generated by ffmpeg headers by remove -pedantic from CMAKE_CXX_FLAGS
Robert Osfield
2009-04-22 18:22:22 +00:00
009409695dFixed warning
Robert Osfield
2009-04-22 16:50:50 +00:00
7e2b022eadWarning fixes
Robert Osfield
2009-04-22 16:47:07 +00:00
ddd3c39a17Warning fixes
Robert Osfield
2009-04-22 16:42:16 +00:00
3efb69b0c6Warning fix
Robert Osfield
2009-04-22 16:41:58 +00:00
c3e9f27f35Updated version numbers in prep for 2.9.4 dev release
Robert Osfield
2009-04-22 16:33:24 +00:00
e8d9dd142dFrom Neil Hughes, converted across to use istream for reading data from file to enable reading .3ds files over http (use OSG's libcurl plugin).
Robert Osfield
2009-04-22 15:46:24 +00:00
ebee4b6721Fixed typo.
Robert Osfield
2009-04-22 13:54:45 +00:00
517afd3050From Erik den Dekker, "I revamped osgversion, which resulted (I think) in cleaner code. The only functional change was giving my brother the original credits he deserved. Name changed from 'Jeoen den Dekker' to 'Jeroen den Dekker'."
Robert Osfield
2009-04-22 13:50:31 +00:00
e383ef95bcFrom Bob Kuehne, "fix for failing collada builds on osx due to not being able to stringstreamify osg::Vec3 without io_utils included."
Robert Osfield
2009-04-22 13:09:45 +00:00
0c8cb4e6c9From Bob Kuehne, "fix for failing collada builds on osx due to not being able to stringstreamify osg::Vec3 without io_utils included."
Robert Osfield
2009-04-22 13:09:33 +00:00
777b00353aFrom Mathias Froehlich, "attached is a change to TexGenNode rev 10060 that removes a private member variable that is only initialized and copied by never used seriously. "
Robert Osfield
2009-04-22 13:07:02 +00:00
02b84e931eFrom Chris Hanson, spelling and grammer fixes
Robert Osfield
2009-04-22 12:52:22 +00:00
70771cf6ceAdded hand cursor implementation
Robert Osfield
2009-04-22 11:22:08 +00:00
616a96343cFrom Neil Hughes, "Please find attached two files that I've amended to add the IDC_HAND cursor for the windows platform."
Robert Osfield
2009-04-22 11:20:19 +00:00
b6182a1239From Peter Amstutz, "Here is a simple change to osgViewer::GraphicsWindowWin32 to add a flag to WindowData to specify that the graphics window should not install an event handler of its own, per this discussion thread:
Robert Osfield
2009-04-22 11:12:03 +00:00
9478fa7f02From Eduardo Alberto Hernández Muñoz, change to using TexGenNode for setting up tex coordinates
Robert Osfield
2009-04-22 11:00:20 +00:00
2741c38c0dFrom Paul Martz, "Looks like the people who created these two examples were a bit careless with cut and paste."
Robert Osfield
2009-04-22 10:56:05 +00:00
9996e565baFrom Paul Martz, "Looks like the people who created these two examples were a bit careless with cut and paste."
Robert Osfield
2009-04-22 10:54:11 +00:00
a15b93432aFrom Eric Sokolowsky, "src/osg/Image.cpp is missing the GL_RGBA8 image type when calculating the number of components in an image. It is added here."
Robert Osfield
2009-04-22 10:49:56 +00:00
8d6a35dbfbFrom Eric Sokolowsky, "src/osg/Image.cpp is missing the GL_RGBA8 image type when calculating the number of components in an image. It is added here."
Robert Osfield
2009-04-22 10:47:44 +00:00
9407def083Changed parameter for T* to const T*.
Robert Osfield
2009-04-22 10:46:12 +00:00
ea887407aaFrom Eric Sokolowsky, "I found that the current CMakeLists.txt doesn't set the debugging flags correctly on OSX when using cmake to generate Xcode projects. This change has the potential to affect all platforms, so it should be tested."
Robert Osfield
2009-04-21 14:27:34 +00:00
f5d532e54bFrom Neil Hughes, "here is an update to ReaderWriterCurl that makes use of the amended ReaderWriter definition to pass some plugin string data via the options object."
Robert Osfield
2009-04-21 14:15:03 +00:00
425cb87487Updated wrappers
Robert Osfield
2009-04-21 12:02:15 +00:00
a551c4864dFrom Neil Hughes, "please find attached a new version of the ReaderWriter header file. This has additional functions to mimic the setPluginData functions for string data."
Robert Osfield
2009-04-21 11:48:08 +00:00
655f7df28eFrom Chris Hanson, "Fixed case of morphTarget argument in Doxygen comments."
Robert Osfield
2009-04-21 10:46:45 +00:00
3d4ff7ae02Fix for handling case of no graphics contexts being registered.
Robert Osfield
2009-04-21 10:20:56 +00:00
c6a4fc6680Fixed handling of case of no graphics contexts being assigned
Robert Osfield
2009-04-21 10:13:19 +00:00
147486f57aRemoved #ifdef WIN32 around #include <errno.h> to fix build under Mandrake build.
Robert Osfield
2009-04-20 19:05:59 +00:00
8b4d95689fFrom Stephan Huber: small fix for Xcode-project / 32bit Carbon target
Stephan Maximilian HUBER
2009-04-17 14:15:50 +00:00
c81e8eaebbFrom Stephan Huber: updated XCode-project so it builds the curl-plugin
Stephan Maximilian HUBER
2009-04-13 12:26:23 +00:00
3fd9c6c1deReplaced #idef WIN32 with _MSC_VER to try and fix build errors under mingw
Robert Osfield
2009-04-13 09:41:22 +00:00
390be829afFrom Santosh Gaikwad, "I have added the exception handling in ply loader. All exceptions I am catching in VertexData::readPlyFile() and made sure that application will not crash or exit if any exception occurred. I am returning NULL from VertexData::readPlyFile() if any exception occurred. "
Robert Osfield
2009-04-13 09:35:52 +00:00
cc3f8eba8bUpdated dates for 2.8.1-rc2
Robert Osfield
2009-04-12 18:58:09 +00:00
8d124e5709Fixed ChangeLog generation so that it only includes svn/trunk or relevant branch rather than whole svn repository.
Robert Osfield
2009-04-12 18:54:07 +00:00
5802844f52Updated CMakeLists.txt ChangeLog generator so that it tracks the current branch or svn/trunk to prevent branches generating logs for svn/trunk.
Robert Osfield
2009-04-12 18:53:22 +00:00
98c3d362e5Added release from svn/trunk to enable osgCompute.
Robert Osfield
2009-04-12 10:29:10 +00:00
c04d37f699Updated ChangeLog and AUTHORS for 2.9.3 dev release
Robert Osfield
2009-04-11 07:12:54 +00:00
a240da2535updated wrappers
Robert Osfield
2009-04-11 06:25:28 +00:00