6298312cf0Updated ChangeLog for 2.8.0-rc2
Robert Osfield
2009-02-06 16:03:38 +00:00
1a28f0105dBumped version number of svn/trunk to 2.9.0
Robert Osfield
2009-02-06 15:49:21 +00:00
b19b2f820bAdded a couple more pragma's to resolve final Windows warnings
Robert Osfield
2009-02-06 15:39:44 +00:00
f5ecacdf4eFrom Paul Melis & Robert Osfeild, improvements to find scripts to better handle diffrent installation combinations
Robert Osfield
2009-02-06 15:38:09 +00:00
1a3a801857From Gary Quinn, spelling fixes
Robert Osfield
2009-02-06 15:27:41 +00:00
22e4e63060From Gary Quinn, spelling fixes
Robert Osfield
2009-02-06 15:17:49 +00:00
5ee4a99de0Updated date of release
Robert Osfield
2009-02-06 15:13:19 +00:00
9097925163Added version checks and an extra header check to make sure everything that is required by the gecko plugin is available.
Robert Osfield
2009-02-06 14:23:58 +00:00
e63e19bed4Fixed path to version resource input file
Robert Osfield
2009-02-06 14:19:14 +00:00
ac150182b2From Gary Quin + Robert Osfield, clean up of old batch file
Robert Osfield
2009-02-06 14:13:40 +00:00
d307ca2deaFixed data copy bug
Robert Osfield
2009-02-06 12:15:15 +00:00
f29ddb0e05Fixed data copy bug
Robert Osfield
2009-02-06 12:12:40 +00:00
96cd49d43aFrom Gary Quin, update to paths
Robert Osfield
2009-02-06 11:14:12 +00:00
cd666f61e8Added #include <osg/Config> to export to enable the pragama to work
Robert Osfield
2009-02-06 10:54:57 +00:00
1224e0883aFrom Paul Melis, added use of pkg-config to find FindXUL and DCMTK env var for finding DCMTK
Robert Osfield
2009-02-06 10:48:38 +00:00
b6d2a67651From Alberto Luaces, "here are some minor fixes to notify warnings were the std::hex modifier was used but never restored to the decimal notation. That made OSG print messages like the following after some notifications:
Robert Osfield
2009-02-06 10:35:21 +00:00
fde95d5ccfFrom Alberto Luaces, "here are some minor fixes to notify warnings were the std::hex modifier was used but never restored to the decimal notation. That made OSG print messages like the following after some notifications:
Robert Osfield
2009-02-06 10:35:18 +00:00
d0e12bd379Added pragma disables for VS C4702 and C4511 as VS7.1 was spitting out lots warnings for valid code.
Robert Osfield
2009-02-06 10:12:40 +00:00
9acbe3e44fRemoved -Wunitialized flag as it was caused warnings from some versions of gcc
Robert Osfield
2009-02-06 10:06:02 +00:00
75f0e64cc7Added support for VS versioning of OpenThreads
Robert Osfield
2009-02-06 08:46:02 +00:00
eb9b99b5ecAdded the disabling of VS warning C4267.
Robert Osfield
2009-02-05 16:09:56 +00:00
42f06bf81aUpdated release candidate number to 2
Robert Osfield
2009-02-05 15:24:59 +00:00
76dd3698ceFrom 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-05 15:23:08 +00:00
3fdc0b4cfdFrom Fabian 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-05 15:22:42 +00:00
09dca8e90bChanged version to only be run for Visual Studio
Robert Osfield
2009-02-05 14:56:39 +00:00
f3166c2d96From Sherman Wilcox, added VS versioning information into libs
Robert Osfield
2009-02-05 14:55:17 +00:00
2e58416826Added exports, and moved constructors into .cpp.
Robert Osfield
2009-02-05 14:54:42 +00:00
a88f4e2f86Added initializer and fixed indentation
Robert Osfield
2009-02-05 14:42:29 +00:00
2864a75ad2Suppress gcc warnings emitted by external headers
Robert Osfield
2009-02-05 14:35:46 +00:00
a571574a1cAdded suppression of strict-alaising warning emitted by gecko headers
Robert Osfield
2009-02-05 14:34:15 +00:00
223c603a8cDisabled deprecated warning
Robert Osfield
2009-02-05 14:16:04 +00:00
91716f6e06Fixed tabs
Robert Osfield
2009-02-05 12:45:02 +00:00
b8345534c5Added initializer to fix warning
Robert Osfield
2009-02-05 12:43:22 +00:00
33cba8392aAdded exports to TileID classes, and moved their constructors to .cpp's.
Robert Osfield
2009-02-05 12:36:53 +00:00
42cc008c06From 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.
Robert Osfield
2009-02-05 12:21:50 +00:00
2ab6a762c8From 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.
Robert Osfield
2009-02-05 12:21:25 +00:00
a2c88dd39eWarning fixes
Robert Osfield
2009-02-05 12:03:19 +00:00
cc68950e7aWarning fixes
Robert Osfield
2009-02-05 12:03:09 +00:00
087d6390faAdded VS and gcc warning suppression to clean up a few last stubborn warnings
Robert Osfield
2009-02-05 11:10:32 +00:00
59c1483fb9Added 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
Robert Osfield
2009-02-05 11:06:23 +00:00
cb37bf2446Removed the --format=2 entry as it was reported problems with buggy standard library headers
Robert Osfield
2009-02-05 10:40:43 +00:00
baac534bccFrom Jean-Sebastien Guay, warning fixes
Robert Osfield
2009-02-05 10:14:49 +00:00
3a34e2869bFrom Jean-Sebastien Guay, warning fixes.
Robert Osfield
2009-02-04 19:22:25 +00:00
df8de6403aFrom Stephan Huber: fix for local config-file used by the deprecated XCode-project
Stephan Maximilian HUBER
2009-02-04 16:12:30 +00:00
849333d43eUpdated ChangeLog
Robert Osfield
2009-02-04 14:15:11 +00:00
a15813c4a7From Paul Melis, spelling fixes
Robert Osfield
2009-02-04 13:53:32 +00:00
c1fa3e0f6cForm Paul Melis, spelling fixes
Robert Osfield
2009-02-04 13:51:12 +00:00
a606fd688cBranch OpenSceneGraph-2.8
Robert Osfield
2009-02-04 13:01:44 +00:00
af8696ca57Set the release candidate to 1.
Robert Osfield
2009-02-04 12:59:44 +00:00
fc6fa1e268Updated news to keep in sync with online news entry
Robert Osfield
2009-02-04 12:54:18 +00:00
a40c476aa4Updated AUTHORS file for 2.8 branch.
Robert Osfield
2009-02-04 12:50:26 +00:00
fadc4661e7Updated NEWS and README for 2.8 branch
Robert Osfield
2009-02-04 12:31:33 +00:00
3c6b26c970Fixed the constness of osg::Image* pointer
Robert Osfield
2009-02-04 11:35:24 +00:00
316a7a4dbdRemoved cast, to quieten VS warnings. Confirm change with original author Mathias Froehlich.
Robert Osfield
2009-02-04 09:03:13 +00:00
ff66ca022eClean up warning disable code
Robert Osfield
2009-02-03 20:26:26 +00:00
2540c7dd57Disabled warning
Robert Osfield
2009-02-03 20:17:24 +00:00
d4afe154f0Fixed warning
Robert Osfield
2009-02-03 17:14:34 +00:00
7eafde35e2Fixed warning
Robert Osfield
2009-02-03 17:11:54 +00:00
734463fcc7Warning fixes
Robert Osfield
2009-02-03 15:28:53 +00:00
abb63e3199Added setDataVariance(DYNAMIC) to text label as it's being updated dynamically
Robert Osfield
2009-02-03 12:47:41 +00:00
c5733fef14Added local disabling the the VS C4121 "alignment of a member was sensitive to packing" warning
Robert Osfield
2009-02-03 11:54:46 +00:00
b51adc6f24Fixed warning
Robert Osfield
2009-02-03 11:07:13 +00:00
1f3551820bAdded 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.
Robert Osfield
2009-02-03 11:05:35 +00:00
17241da4e5Added explict initialization of osg::Object contstructor to fix warning
Robert Osfield
2009-02-03 11:04:37 +00:00
5aeca01828Updated wrappers
Robert Osfield
2009-02-02 20:42:33 +00:00
1153ea5febWarnings fixes for VS.
Robert Osfield
2009-02-02 20:35:19 +00:00
965b7ddc72Attempt to appease both FreeBSD CMAke 2.6.2 + Linux CMake 2.4.8 builds
Robert Osfield
2009-02-02 20:34:58 +00:00
bd3c5ac0faFrom Cedric Pinson, warning fix.
Robert Osfield
2009-02-02 18:55:08 +00:00
10d16c92feAdded initializer for local Quat definition
Robert Osfield
2009-02-02 17:46:16 +00:00
81b336756bAdded explict intializiers of base classes
Robert Osfield
2009-02-02 17:32:34 +00:00
c37d72957aAdded /lib64 to search paths.
Robert Osfield
2009-02-02 17:16:02 +00:00
e1bdee5338Improved handling of stats projection size
Robert Osfield
2009-02-02 17:15:40 +00:00
630f5087dcFrom Stephan Huber, build fix for OSX XCode build
Robert Osfield
2009-02-02 16:56:46 +00:00
b1a5228972Fixed version
Robert Osfield
2009-02-02 15:04:53 +00:00
33d158e290Updated OpenThreads and OpenSceneGraph version ready for OSG-2.8 branch.
Robert Osfield
2009-02-02 14:55:51 +00:00
fa727038a4From Cedric Pinson, "Here an update of the osgAnimation ReaderWriter, it add other NodeCallback that could be attached to a node with Bone."
Robert Osfield
2009-02-02 14:51:51 +00:00
3d1c38f5e8From 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."
Robert Osfield
2009-02-02 14:50:19 +00:00
2d55740b3eRefactored osg::TransferFunction1D to use an std::map internally which is kept in sync with the actual osg::Image that is passed to the GPU.
Robert Osfield
2009-02-02 14:43:27 +00:00
6130f292a7From Sukender, add check against NULL parameter value
Robert Osfield
2009-02-02 09:23:28 +00:00
d6b0cd64f1Ground work for full .osg support for osg::TransferFunction*
Robert Osfield
2009-02-01 12:38:55 +00:00
a13c6405d8Updated NEWS
Robert Osfield
2009-01-31 21:46:27 +00:00
b514b435f4Added initial placeholder for .osg support for osgVolume::TransferFunctionProperty
Robert Osfield
2009-01-31 21:46:16 +00:00
281800539eFixed handling of TransferFunctionProperty.
Robert Osfield
2009-01-31 21:45:47 +00:00
6fda032aa2Rejigged the Xrandr include
Robert Osfield
2009-01-31 10:21:36 +00:00
aed3339e43Improved shaders to better handle region of constant values when doing normal generation
Robert Osfield
2009-01-30 18:56:30 +00:00
a358bd7370Updated iso surface shaders
Robert Osfield
2009-01-30 17:10:27 +00:00
cbaf9d639cAdded support for discard fragment that don't generate an iso surface intersect
Robert Osfield
2009-01-30 16:45:54 +00:00
5c7a6a25a0From 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. "
Robert Osfield
2009-01-30 15:04:07 +00:00
eae23b01c3From 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 "
Robert Osfield
2009-01-30 14:54:22 +00:00
f394179bafUpdate AUTHORS for release
Robert Osfield
2009-01-30 13:05:07 +00:00
a019c74de1Updated ChangeLog for 2.7.9 release
Robert Osfield
2009-01-30 12:17:59 +00:00
7a7c64211cFixed size of background of frame stats so that it's the correct width of the window
Robert Osfield
2009-01-30 12:09:06 +00:00
1dd7f10e19Updated wrappers
Robert Osfield
2009-01-30 11:40:19 +00:00
411431f3beFixed warnings, updated NEWS
Robert Osfield
2009-01-30 10:55:28 +00:00
6710fbc78aAdded support for osgVolume::ProperyAdjustmentCallback
Robert Osfield
2009-01-29 20:40:56 +00:00
51403143bdAdded support for osgVolume::Property classes
Robert Osfield
2009-01-29 20:34:22 +00:00
4c75313cedFixed handling of files with event callbacks on them.
Robert Osfield
2009-01-29 17:19:47 +00:00
04631ff9aeFrom Jean-Sebastien Guay, added missing windows socket library
Robert Osfield
2009-01-29 16:38:46 +00:00
d277a85537Updated FindOSG.cmake from the version used by Present3D as this is more up to date.
Robert Osfield
2009-01-29 15:37:52 +00:00
3e8249591bUpdate ChangeLog
Robert Osfield
2009-01-29 15:32:43 +00:00