Robert Osfield
2ab6a762c8
From Morne Pistorius, "Attached is a modified version of the QOSGWidget example that shows
...
the workaround we discussed for adding/removing views in a composite
viewer at runtime. A dummy view is added to the viewer to always keep
it live.
Also, I added a #define to the Qt event relay methods to not override
them on a Windows system. This fixes the bug where duplicate events
are being sent and making it impossible to throw the trackball."
2009-02-05 12:21:25 +00:00
Robert Osfield
cc68950e7a
Warning fixes
2009-02-05 12:03:09 +00:00
Robert Osfield
59c1483fb9
Added suppression of C4512 as it's just causing lots of warnings on some VS compiler versions, fixes the warnings via code is just too much of risk at this late stage of the 2.8 release
2009-02-05 11:06:23 +00:00
Robert Osfield
cb37bf2446
Removed the --format=2 entry as it was reported problems with buggy standard library headers
2009-02-05 10:40:43 +00:00
Robert Osfield
3a34e2869b
From Jean-Sebastien Guay, warning fixes.
2009-02-04 19:22:25 +00:00
Robert Osfield
849333d43e
Updated ChangeLog
2009-02-04 14:15:11 +00:00
Robert Osfield
a15813c4a7
From Paul Melis, spelling fixes
2009-02-04 13:53:32 +00:00
Robert Osfield
a606fd688c
Branch OpenSceneGraph-2.8
2009-02-04 13:01:44 +00:00
Robert Osfield
af8696ca57
Set the release candidate to 1.
2009-02-04 12:59:44 +00:00
Robert Osfield
fc6fa1e268
Updated news to keep in sync with online news entry
2009-02-04 12:54:18 +00:00
Robert Osfield
a40c476aa4
Updated AUTHORS file for 2.8 branch.
2009-02-04 12:50:26 +00:00
Robert Osfield
fadc4661e7
Updated NEWS and README for 2.8 branch
2009-02-04 12:31:33 +00:00
Robert Osfield
3c6b26c970
Fixed the constness of osg::Image* pointer
2009-02-04 11:35:24 +00:00
Robert Osfield
316a7a4dbd
Removed cast, to quieten VS warnings. Confirm change with original author Mathias Froehlich.
2009-02-04 09:03:13 +00:00
Robert Osfield
ff66ca022e
Clean up warning disable code
2009-02-03 20:26:26 +00:00
Robert Osfield
2540c7dd57
Disabled warning
2009-02-03 20:17:24 +00:00
Robert Osfield
d4afe154f0
Fixed warning
2009-02-03 17:14:34 +00:00
Robert Osfield
7eafde35e2
Fixed warning
2009-02-03 17:11:54 +00:00
Robert Osfield
734463fcc7
Warning fixes
2009-02-03 15:28:53 +00:00
Robert Osfield
abb63e3199
Added setDataVariance(DYNAMIC) to text label as it's being updated dynamically
2009-02-03 12:47:41 +00:00
Robert Osfield
c5733fef14
Added local disabling the the VS C4121 "alignment of a member was sensitive to packing" warning
2009-02-03 11:54:46 +00:00
Robert Osfield
b51adc6f24
Fixed warning
2009-02-03 11:07:13 +00:00
Robert Osfield
1f3551820b
Added disabling of "warning: format not a string literal, argument types not checked" under FreeBSD as these errors are being generated from std library ostream implementation.
2009-02-03 11:05:35 +00:00
Robert Osfield
17241da4e5
Added explict initialization of osg::Object contstructor to fix warning
2009-02-03 11:04:37 +00:00
Robert Osfield
5aeca01828
Updated wrappers
2009-02-02 20:42:33 +00:00
Robert Osfield
1153ea5feb
Warnings fixes for VS.
2009-02-02 20:35:19 +00:00
Robert Osfield
965b7ddc72
Attempt to appease both FreeBSD CMAke 2.6.2 + Linux CMake 2.4.8 builds
2009-02-02 20:34:58 +00:00
Robert Osfield
bd3c5ac0fa
From Cedric Pinson, warning fix.
2009-02-02 18:55:08 +00:00
Robert Osfield
10d16c92fe
Added initializer for local Quat definition
2009-02-02 17:46:16 +00:00
Robert Osfield
81b336756b
Added explict intializiers of base classes
2009-02-02 17:32:34 +00:00
Robert Osfield
c37d72957a
Added /lib64 to search paths.
2009-02-02 17:16:02 +00:00
Robert Osfield
e1bdee5338
Improved handling of stats projection size
2009-02-02 17:15:40 +00:00
Robert Osfield
630f5087dc
From Stephan Huber, build fix for OSX XCode build
2009-02-02 16:56:46 +00:00
Robert Osfield
b1a5228972
Fixed version
2009-02-02 15:04:53 +00:00
Robert Osfield
33d158e290
Updated OpenThreads and OpenSceneGraph version ready for OSG-2.8 branch.
2009-02-02 14:55:51 +00:00
Robert Osfield
fa727038a4
From Cedric Pinson, "Here an update of the osgAnimation ReaderWriter, it add other NodeCallback that could be attached to a node with Bone."
2009-02-02 14:51:51 +00:00
Robert Osfield
3d1c38f5e8
From Pierre Haritchablaet, "The wind vector of osgParticle::FluidFrictionOperator has not been written and read in IO_FluidFrictionOperator. This patch fixes osg plug'in FluidFrictionOperator_readLocalData and FluidFrictionOperator_writeLocalData."
2009-02-02 14:50:19 +00:00
Robert Osfield
2d55740b3e
Refactored osg::TransferFunction1D to use an std::map internally which is kept in sync with the actual osg::Image that is passed to the GPU.
...
Added .osg support for osg::TransferFunction1D.
Updated wrappers
2009-02-02 14:43:27 +00:00
Robert Osfield
6130f292a7
From Sukender, add check against NULL parameter value
2009-02-02 09:23:28 +00:00
Robert Osfield
d6b0cd64f1
Ground work for full .osg support for osg::TransferFunction*
2009-02-01 12:38:55 +00:00
Robert Osfield
a13c6405d8
Updated NEWS
2009-01-31 21:46:27 +00:00
Robert Osfield
b514b435f4
Added initial placeholder for .osg support for osgVolume::TransferFunctionProperty
2009-01-31 21:46:16 +00:00
Robert Osfield
281800539e
Fixed handling of TransferFunctionProperty.
2009-01-31 21:45:47 +00:00
Robert Osfield
6fda032aa2
Rejigged the Xrandr include
2009-01-31 10:21:36 +00:00
Robert Osfield
aed3339e43
Improved shaders to better handle region of constant values when doing normal generation
2009-01-30 18:56:30 +00:00
Robert Osfield
a358bd7370
Updated iso surface shaders
2009-01-30 17:10:27 +00:00
Robert Osfield
cbaf9d639c
Added support for discard fragment that don't generate an iso surface intersect
2009-01-30 16:45:54 +00:00
Robert Osfield
5c7a6a25a0
From Paul Melis, "I think TransferFunction needs to call _image->dirty() in two places in response to an assign() of new transfer map values.
...
Here's an updated file, which seems to work here.
"
2009-01-30 15:04:07 +00:00
Robert Osfield
eae23b01c3
From Lionel Lagarde, "this correct how the ParticleEffect are serialized :
...
- the texture file name is taken from the TextFileName field
- the texture file name is written using writeString
"
2009-01-30 14:54:22 +00:00
Robert Osfield
f394179baf
Update AUTHORS for release
2009-01-30 13:05:07 +00:00