9415f669e8Converted remaining osg::Matrix usage to osg::Matrixd.
Robert Osfield
2005-11-16 16:30:51 +00:00
4a26f10226Updated changelog and authors file.
Robert Osfield
2005-11-16 12:14:18 +00:00
265b0465ceFixed typo entry.
Robert Osfield
2005-11-16 12:07:21 +00:00
2d33e6f2adFrom Mike Weiblen, support for ARB_texture_rectangle extension name.
Robert Osfield
2005-11-16 09:28:09 +00:00
10b5d505a2From Joakim Simonsson/Robert Osfield. Fixed line endings.
Robert Osfield
2005-11-15 22:18:29 +00:00
5cd39a3119Did a unix2dos and trimmed end of file of rendundent newlines.
Robert Osfield
2005-11-15 22:14:50 +00:00
4eb5b0d715Added proper descriptions of examples in place of the copy and paste description.
Robert Osfield
2005-11-15 22:07:54 +00:00
47fcfa4cc5From Eric Wing, compile fixes.
Robert Osfield
2005-11-15 21:47:24 +00:00
4e580f46cfFrom Gideon May, "I've added an alias for the new mpeg 4 format used by quicktime and podcasts."
Robert Osfield
2005-11-15 21:24:35 +00:00
90b37302bbFrom Sean Spicer, compile fixes for Intel compiler.
Robert Osfield
2005-11-15 18:31:40 +00:00
d62ce53d7fFrom Joakim Simonsson, updated VS handling of extensionless headers to be consistent with 1.0 release of OSG
Robert Osfield
2005-11-15 16:15:26 +00:00
58e5053438Fixed typo of Jason.
Robert Osfield
2005-11-15 16:06:09 +00:00
f80fed8777Updated authors list from osgversion -r ChangeLog output.
Robert Osfield
2005-11-15 15:07:43 +00:00
55ff399da5Updated the output of the contributors list.
Robert Osfield
2005-11-15 15:07:17 +00:00
76f7f77883Added catch of erase of the last element of heap.
Robert Osfield
2005-11-15 14:25:03 +00:00
20ce2ada9fFrom Marco Jez, warning fixes.
Robert Osfield
2005-11-15 11:43:29 +00:00
71e202cb38Warning fixes.
Robert Osfield
2005-11-15 11:39:48 +00:00
8306efddf8Warning fix.
Robert Osfield
2005-11-15 11:23:44 +00:00
b57c4dad03Added remapping of Drew's fullname.
Robert Osfield
2005-11-15 10:05:31 +00:00
dd622d7a9aFrom Mike Weiblen, switched off lighting of points to make them clearer
Robert Osfield
2005-11-15 08:56:05 +00:00
6268001c66Warning fix.
Robert Osfield
2005-11-15 08:43:24 +00:00
cb4fc44f74Fixed handling of initials.
Robert Osfield
2005-11-14 21:40:28 +00:00
dc5c86ff96Added typo correction for "Jolley".
Robert Osfield
2005-11-14 20:54:53 +00:00
d2d6450392Added more typo catches.
Robert Osfield
2005-11-14 20:51:28 +00:00
a5c3016ab3Further improvements to the name filtering.
Robert Osfield
2005-11-14 17:21:49 +00:00
04c368b5edImproved handling on special characters in names
Robert Osfield
2005-11-14 17:15:58 +00:00
a687ab72dcAdded support for mining the ChangeLog for a list of contributors.
Robert Osfield
2005-11-14 17:07:11 +00:00
7fca5fe631Updated changelog.
Robert Osfield
2005-11-14 13:34:47 +00:00
44b38986d3Fixed warnings in geo plugin
Robert Osfield
2005-11-14 12:49:05 +00:00
39182cd5dbUpdated package version to 1.0,0
Robert Osfield
2005-11-14 11:14:58 +00:00
48b69d5b13From Toshiyuki Takehei, typo fix of getTrackerMode().
Robert Osfield
2005-11-14 11:08:16 +00:00
9d8fd69fa9Change the KeySwitchMatrixManipulator so that it two sets of getMatrixManipulator methods, two that takes an index,two that takes a key value. Updated the ViewEventHandler so the it now uses the getMatrixManipulatorWithIndex() method to avoid previous ambiguity.
Robert Osfield
2005-11-14 11:00:36 +00:00
5de633f71bFrom Farshid Lashkari : "I reported earlier about a problem with a custom emitter I was using. I spent some more time debugging and it turns out there was a bug in the ParticleSystem::update_bounds function. When the bound is being reset, both the min and max are being set to the same postion without the radius being subtracted/added to it. When there is only one particle alive in the system this causes it to be culled by small feature culling. I've modifed the function so that when the bound is reset, the radius is subtracted/added to the position. This fixes my problem."
Robert Osfield
2005-11-14 09:31:06 +00:00
e8aeca1418From Geoff Michel, geo plugin updated to for latest updates in .geo format.
Robert Osfield
2005-11-12 21:29:59 +00:00
35e50365daAdded support for ConnectedParticleSystem.
Robert Osfield
2005-11-12 13:38:32 +00:00
ae75981e36Added .osg support for osgParticle::SmokeTrailEffect
Robert Osfield
2005-11-12 13:27:49 +00:00
caf8a10406Updated ChangeLog
Robert Osfield
2005-11-11 19:29:53 +00:00
0ec0327b96Added scene stats support to osgProducer::ViewerEventHandler.
Robert Osfield
2005-11-11 17:00:36 +00:00
e5685bc1acAdded s/getMaxNumOfTextureUnits control to osgGA::StateSetManipulator, and set the default to 4.
Robert Osfield
2005-11-11 14:22:57 +00:00
91f5b9b04eFixes for VS6.0 build.
Robert Osfield
2005-11-11 12:45:59 +00:00
01253f802bFrom Markus Trenkwalder, fix for Mingw build
Robert Osfield
2005-11-11 08:45:18 +00:00
8558a2b046From Marco Jez, compile for a syntax error problem.
Robert Osfield
2005-11-10 20:56:16 +00:00
32f879a67eAdded /Zm200 to loads of project to try and salavage something from VS6.0 being such a bog awful compiler.
Robert Osfield
2005-11-10 20:20:13 +00:00
6fb7ff83d7Fixes for VS6.0
Robert Osfield
2005-11-10 20:04:16 +00:00
435e4b828cFixes for dumb VS6.0 compiler
Robert Osfield
2005-11-10 19:32:37 +00:00
06117353dfFixes for VS6.0
Robert Osfield
2005-11-10 19:16:01 +00:00
cee8424c0fCompile fixes for VS6.0.
Robert Osfield
2005-11-10 17:24:41 +00:00
9ce96d3565From Markus Trenkwalder, added freetype-config support to Mingw section.
Robert Osfield
2005-11-10 16:47:48 +00:00
da3c37148fAdded osgshaderterrain and osgparametric to runexamples.bat
Robert Osfield
2005-11-10 15:52:02 +00:00
86893a507fUpdated wrappers
Robert Osfield
2005-11-10 15:27:49 +00:00
c2f1527fe0Added better control for cancel GraphicsThreads.
Robert Osfield
2005-11-10 15:25:06 +00:00
b19c005178Ran unix2dos on OpenSceneGraph.dsw
Robert Osfield
2005-11-10 14:41:42 +00:00
afab32079eFixed typo of CoordinateSystem.
Robert Osfield
2005-11-10 11:56:18 +00:00
e8d6df7583Addd OsgSceneHandler::s/getCleanUpOnNextFrame() and support for it in the draw() method, when CleanUpOnNextFrame is enabled the next frame simple deleted OpenGL objects without doing any draw traversal.
Robert Osfield
2005-11-10 11:39:01 +00:00
e9c25115fbAdded checks against the values returned from dynamic_cast<>'s.
Robert Osfield
2005-11-10 10:29:56 +00:00
20d9c3c3c4Compile fixes for VS7.1
Robert Osfield
2005-11-10 09:42:34 +00:00
802e40052dsmall change to test osg-cvs....
Don BURNS
2005-11-09 22:09:46 +00:00
9fedf08127Small modification to change 2004 to 2005 in README.txt (this is mostly a test of osg-cvs)
Don BURNS
2005-11-09 22:07:47 +00:00
0db6554d61Updated wrappers
Robert Osfield
2005-11-09 20:30:47 +00:00
2bd868cd1cAdded release and flush of OpenGL objects after build of the terrain database to prevent the build graphics context state leaking into the viewers graphics context set.
Robert Osfield
2005-11-09 20:26:34 +00:00
26c911acf3Added a s/getState() to osgTerrain::DataSet to allow better integration with applications.
Robert Osfield
2005-11-09 20:24:47 +00:00
4cb43e0f6cAdded some docs on command line options.
Robert Osfield
2005-11-09 17:20:15 +00:00
73f7a68dbeAdded writing of commandline options in getFormatedString when there is no description string.
Robert Osfield
2005-11-09 17:19:34 +00:00
1c73f6af2bMoved the blink sequence light points down so they are visible in the default camera position.
Robert Osfield
2005-11-09 17:08:50 +00:00
38103c588bChanged the NO_ROTATION label so it is aligned with the XZ plane to make it easier to see.
Robert Osfield
2005-11-09 17:06:12 +00:00
cde01da803Quick updates to NEWS.
Robert Osfield
2005-11-09 15:27:30 +00:00
babdb23d4bUpdated ChangeLog
Robert Osfield
2005-11-09 15:19:11 +00:00
cb19d14d45Updated wrappers.
Robert Osfield
2005-11-09 15:14:15 +00:00
83d492162eAdded the support in AnimationPathCallback for taking a pivot, axis and rotation rate paramters in its constructor to allow it to be used to create rotations around a point. This provides the same interface and functionality as osgUtil::TransformCallback but has the advantage and AnimationPathCallback is fully supported by the .osg and .ive file formats.
Robert Osfield
2005-11-09 15:11:22 +00:00
ac0a6a6ac5Updated the runexamples.bat to include glsl_mandelbrot.osg and glsl_julia.osg references
Robert Osfield
2005-11-09 13:39:48 +00:00
4d42be705dReduced the size of the "oversized" cessna.osg
Robert Osfield
2005-11-09 13:39:08 +00:00
e555f0332bAdded a test of isRealized to requestWrapPointer to prevent a deadlock condition occur when a wap pointer is done before a window is realized.
Robert Osfield
2005-11-09 13:26:11 +00:00
6c3c5554b6Update texture file names to reflect new files in OpenSceneGraph-Data distribution.
Robert Osfield
2005-11-09 13:18:46 +00:00
bb9425020cAdded dxf VS6.0 project
Robert Osfield
2005-11-09 11:59:18 +00:00
258425d649Bumped the version numbers up to 1.0 in preparation for 1.0-rc1.
Robert Osfield
2005-11-09 10:49:56 +00:00
6c70812928Fixed warnings.
Robert Osfield
2005-11-09 10:41:52 +00:00
28d939e617Fixed compile warning.
Robert Osfield
2005-11-09 10:37:10 +00:00
af83527622Updated the bin number to be 100 for the logo overlay to force it to draw later.
Robert Osfield
2005-11-09 09:30:16 +00:00
a70768b6e9Added .ive support for osg::Texture SourceFormat and SourceType
Robert Osfield
2005-11-08 16:41:34 +00:00
da7f5e7e60Added support for SourceType and SourceFormat to .osg.
Robert Osfield
2005-11-08 16:22:33 +00:00
06ec728b84Updated wrappers.
Robert Osfield
2005-11-08 16:02:09 +00:00
53e075f78bFrom Brad Colbert/Robert Osfield: added s/getSourceFormat and s/getSourceType to osg::Texture along with support for this Texture1D, 2D, 3D, TextureCubeMap and TextureRectangle. The new SourceFormat and SourceType parameters are only used when no osg::Image is assigned to an osg::Texture, and main use is for render to texture effects.
Robert Osfield
2005-11-08 15:52:21 +00:00
8922bde081Updated wrappers
Robert Osfield
2005-11-08 14:03:00 +00:00
6ed9cb40ccFrom Colin McDonald, fixed image size calculation in getTotalSizeInBytesIncludingMipmaps(), added checks on success of opening files for writing in the .ive plugin.
Robert Osfield
2005-11-08 13:51:28 +00:00
857b3e03c3Added sorting and clearing of pre and post RenderStages stored in RenderStage, and added some debugging comments which are currently commented out from compilation - these are left in just in case future debug work requires them.
Robert Osfield
2005-11-08 11:46:52 +00:00
d3b1ee6b57Changed the occluder traversal so that checks the children of the SceneView's Cameara rather than starting at the camera itself.
Robert Osfield
2005-11-08 09:36:42 +00:00
329a3d47ffRenamed VisualStudio.dsw to OpenSceneGraph.dsw
Robert Osfield
2005-11-07 16:52:09 +00:00
5e40ca9c86Improved the handling of CameraNode and viewers with projection matrices contained NaN's.
Robert Osfield
2005-11-07 16:48:45 +00:00
18c916de1aFrom Bob Kuehne, proper c++ cast instead of c-cast for ApplicationUsage
Robert Osfield
2005-11-07 15:46:05 +00:00
16801f82e0From Steve Lunsford, added psuedo event dispatch to init within selectCameraManipulator to force the new minpulator to update correctly.
Robert Osfield
2005-11-07 15:43:29 +00:00
31ec432e06From David Spilling, added "noRotation" ReaderWriter::Option into the .obj plugin to enable disabling of the automatic rotation from Y up coordinate frame to Z up coordinate frame.
Robert Osfield
2005-11-07 14:42:36 +00:00
b2f5a48c15From Marco Jez, Added an unregister of the GraphicsContextImplement on unload.
Robert Osfield
2005-11-07 13:54:25 +00:00
a3f42b480cFrom David Spilling, fix for typo of OVERRIDE.
Robert Osfield
2005-11-07 12:41:32 +00:00
efd96108fbFrom Gideon May, compile fixes for OSX.
Robert Osfield
2005-11-07 11:14:23 +00:00
4ea3956fdaFrom Norman Vine, "Cygwin uses unix style path separators"
Robert Osfield
2005-11-07 11:09:59 +00:00
2773d45f2aFrom Wang Lam,"The changes allow users of OpenSceneGraph to call a new function readFontStream() to load fonts from a std::istream, rather than from the local filesystem by name. Such a call may be used, for example, if the user has a font fetched over a network, or a font available in memory without a correspondng filename.
Robert Osfield
2005-11-07 11:05:16 +00:00
416f908f29From Ruben (with a few addition/changes from Robert), fixed the commandline of the osgsimplifier example. It now reads --ratio and --max-error.
Robert Osfield
2005-11-07 10:29:24 +00:00
9bfc6ead94Added extra debugging checks on FBO's
Robert Osfield
2005-11-04 19:00:49 +00:00
4915259878Improved support for texture subload/render to texture in various Texture classes and RenderStage.
Robert Osfield
2005-11-04 12:08:16 +00:00
89b0ef09a8Improvements to CameraNode IO support, now handles render to texture.
Robert Osfield
2005-11-03 21:35:45 +00:00