5b5e3e5f78Updated version numbers to 2.6.0
Robert Osfield
2008-07-25 21:01:57 +00:00
f2e87d6188Updated REAME and NEWS for 2.6 branch
Robert Osfield
2008-07-25 21:00:12 +00:00
bdd558af3bUpdated wrappers
Robert Osfield
2008-07-25 20:50:59 +00:00
5cac386fa6Renamed enums in osgWidget from ALLCAPITALS to normal OSG conventional of AllCapital
Robert Osfield
2008-07-25 20:50:42 +00:00
eed365aef4Added PluginQuery function to wrappers
Robert Osfield
2008-07-25 20:49:17 +00:00
f4d74b66cfAdded OSGPL Copyright notices
Robert Osfield
2008-07-25 20:04:41 +00:00
ff5da51dcbRestructured classes to better fit with style of the rest of the OSG.
Robert Osfield
2008-07-25 19:57:17 +00:00
727925a1c2Added include to help wrapper building
Robert Osfield
2008-07-25 19:53:18 +00:00
e525dd21bfImproved handling of PAGE_AND_RETAIN_IMAGES
Robert Osfield
2008-07-25 18:44:13 +00:00
65d5ef608dReverted back to using std::list<std::String>
Robert Osfield
2008-07-25 17:42:37 +00:00
d137394169Added Mode support
Robert Osfield
2008-07-25 16:23:00 +00:00
d0890ab250Updated wrappers, and further refined the ImageSequence API
Robert Osfield
2008-07-25 16:11:51 +00:00
d8d2bc4193From Ulrich Hertlein, "as I hinted at on osg-users in the "obj loader: map_* only reads last component" thread, this submission broke material/texture loading for some files I have that specify texture matrix scaling.
Robert Osfield
2008-07-25 15:45:40 +00:00
55199b8e38From Stephan Huber: updated XCode-project
Stephan Maximilian HUBER
2008-07-25 15:38:12 +00:00
ec4d189b64Added ImageSequence to .ive plugin, added support for multiple ImageThreads in osgDB::ImagePager
Robert Osfield
2008-07-25 13:45:07 +00:00
0d1656055cMoved PluginQuery from osgconv into osgDB
Robert Osfield
2008-07-25 10:18:36 +00:00
5cdb5c055cAdded extension docs
Robert Osfield
2008-07-25 10:18:14 +00:00
7c6aba874bAdded option docs
Robert Osfield
2008-07-25 09:46:05 +00:00
7cb4c46908Added missing returns
Robert Osfield
2008-07-24 17:38:50 +00:00
79fbab4a95From Paul Martz, "Not sure about the descriptions, so I left those blank. But at least "osgconv --formats" will display the .ive options now."
Robert Osfield
2008-07-24 13:25:49 +00:00
c8d3e81e08Updated wrappers
Robert Osfield
2008-07-24 12:48:25 +00:00
2cf44741d7Added getCurrentCamera/getCurrentRenderStage methods
Robert Osfield
2008-07-24 12:47:55 +00:00
6915bce1a2Added a getCurrentRenderStage() and getCurrentCamera() convninience methods, and converted the CullVisitor::apply(OcclusionQueryNode&) implementation to use the new getCurrentCamera method.
Robert Osfield
2008-07-24 12:18:49 +00:00
53aad98d09Improved the feedback for when a plugin isn't available.
Robert Osfield
2008-07-24 12:06:05 +00:00
7dabdf5d7eAdded supportOptions() entry docs
Robert Osfield
2008-07-24 12:01:45 +00:00
efd20ea643Added --format extname and --plugin pluginname extensions, and improved formating
Robert Osfield
2008-07-24 12:01:23 +00:00
ea309e2677From Bob Kuehne, "fix for filenames that have spaces within their name."
Robert Osfield
2008-07-24 11:22:43 +00:00
4fe8907748Updated wrappers
Robert Osfield
2008-07-23 22:19:37 +00:00
ec9218ad1fRefactored OverlayData so that its possible to subclass OverlayNode/OverlayData.
Robert Osfield
2008-07-23 22:19:29 +00:00
820586a3d0Added wrappers
Robert Osfield
2008-07-23 21:52:03 +00:00
dc05f2ef95Moved helper classes into Protected section
Robert Osfield
2008-07-23 21:49:07 +00:00
86ca0860ccFrom Paul Martz, typo fixes
Robert Osfield
2008-07-23 21:25:09 +00:00
bfcc7473b8Applied filename fix suggested by Andrew Bettison.
Robert Osfield
2008-07-23 19:06:14 +00:00
daa3d2381aImplemented ImagePager internals
Robert Osfield
2008-07-23 19:04:46 +00:00
6488ff23a5Fixed unitialized variable
Robert Osfield
2008-07-23 15:42:02 +00:00
cc2af85c96Further work on ImageSequence
Robert Osfield
2008-07-22 20:20:16 +00:00
c9dc578186Added support for pruning old images, recording the Duration in the .osg file, and -o filename output support in osgimagesequence.
Robert Osfield
2008-07-22 16:44:49 +00:00
66c2add024Improved position when multiple videos are provided
Robert Osfield
2008-07-22 15:58:40 +00:00
ec13321bd7Updated wrappers
Robert Osfield
2008-07-22 15:21:24 +00:00
669d6be0b2Fixed handling of TextureCubeMap's with mipmapped/ImageSequence/PBO's.
Robert Osfield
2008-07-22 14:47:59 +00:00
14771d3a4dAdded ImageSequence IO support in Texture classes
Robert Osfield
2008-07-22 12:40:02 +00:00
5ab73e9f80Added support for ImageSequence to all Texture classes
Robert Osfield
2008-07-22 12:28:46 +00:00
74a1b7881eDisabled the setting of Texture::setUnrefImageOnApply(true) when the imagery is an ImageStream.
Robert Osfield
2008-07-22 10:13:57 +00:00
f513700450From Mario Valle, "The attached osgWidget source solves three compilation warnings on VC 7.1 on WindowsXP (OSG 2.5.5). BTW the construct is absolutely legal C++, but VC 7.1 has a different idea..."
Robert Osfield
2008-07-22 09:02:44 +00:00
19e3b1624dMoved osgViewer::ScreenCaptureHandler's WindowCaptureCallback from head into .cpp to clean up headers and avoid wrapper build issues.
Robert Osfield
2008-07-21 23:42:59 +00:00
e8344a614dRemoved the reducent non const get methods
Robert Osfield
2008-07-21 22:38:11 +00:00
cad2f6d4fcFrom Jean-Sebastien Guay, "Changes attached so that the CaptureOperation is passed in the constructor of the ScreenCaptureHandler (default 0 = default CaptureOperation). This way, you can do:
Robert Osfield
2008-07-21 21:28:48 +00:00
5e80c3856fFrom Ruth Lang, "using osg version 2.5.5 and compiling my program under OpenSUSE 11.0 with gcc (version 4.3.1) I got the following error message in include/osgUtil/TriStripVisitor and Tessellator
Robert Osfield
2008-07-21 21:20:21 +00:00
573044ceeaFrom Mario Valle, signed/unsgined warning fix
Robert Osfield
2008-07-21 21:17:05 +00:00
041a06b89dFurther work on osg::ImageSequence/osgDB::ImagePager
Robert Osfield
2008-07-21 21:00:57 +00:00
73bcc2613cUpated version number for dev release
Robert Osfield
2008-07-21 20:44:37 +00:00
e4b22e44d2Moved the ~Record body into the .cpp to avoid a MipsPro compile error (due to a compiler bug)
Robert Osfield
2008-07-21 19:23:03 +00:00
34a085a1bdAdded call to OpenThreads::Thread::cancel();
Robert Osfield
2008-07-21 17:45:28 +00:00
6796b4f70dUpdated wrappers
Robert Osfield
2008-07-21 17:39:55 +00:00
acd7e65687Added basic image sequencing
Robert Osfield
2008-07-21 17:28:22 +00:00
f088d113f6Added non const getAuthenticationMap().
Robert Osfield
2008-07-21 17:27:59 +00:00
2125c9843bMoved the if (!buffer) check to infront of the memory initialization
Robert Osfield
2008-07-21 16:17:41 +00:00
ac61676368Initial cut of osgimagesequence example
Robert Osfield
2008-07-21 10:57:06 +00:00
d930308de4From Stephan Huber: updated XCode-project
Stephan Maximilian HUBER
2008-07-21 10:48:14 +00:00
09e7bcdf4eAdded ImagePager first cut, and updated wrappers
Robert Osfield
2008-07-21 10:10:01 +00:00
c2432b22daAdded first cut of ImageStream IO wrapper
Robert Osfield
2008-07-21 09:55:15 +00:00
d12708e6f6First cut of osgDB::ImagePager for updating osg::ImageSequence
Robert Osfield
2008-07-21 09:47:39 +00:00
d17a255d8eFirst cut of osg::ImageSequence class
Robert Osfield
2008-07-21 09:46:53 +00:00
3814731c27From Adrain Elgi, added osgGA to link list
Robert Osfield
2008-07-18 21:17:35 +00:00
18e9d2d53bIntroduce a custom atof function that always assumes data comes in form 10.10 with the full stop used as a decimal place.
Robert Osfield
2008-07-18 11:39:06 +00:00
46796978fdFrom Jean-Sebastien Guay and Robert Osfiled, osgViewer::ScreenCaptureHandler for taking screenshots
Robert Osfield
2008-07-17 16:12:39 +00:00
198ae2ba56Updated version and AUTHORS.txt for 2.5.5 release
Robert Osfield
2008-07-17 14:25:04 +00:00
c7b2578d5fUpdated ChangeLog for 2.5.5 release
Robert Osfield
2008-07-17 14:18:59 +00:00
43e2c5fadfUpdated wrappers
Robert Osfield
2008-07-17 14:13:13 +00:00
4aed0a7eacFrom Ulrich Hertlein, "attached are some minor tweaks:
Robert Osfield
2008-07-17 13:51:14 +00:00
dd9364df0eUpdated ChangeLog
Robert Osfield
2008-07-17 13:32:47 +00:00
1274feb66bFrom Stephan Huber: updated XCode project
Stephan Maximilian HUBER
2008-07-17 13:23:43 +00:00
8751bdbc97Updated wrappers
Robert Osfield
2008-07-17 12:26:42 +00:00
969884e6c2Moved AuthenticalMap/AuthenticationDetails out in their own files
Robert Osfield
2008-07-17 12:13:04 +00:00
adaf71fa19Added osgDB::AuthenticationMap/Details to osgDB and curl plugin to add the ability to authenticate http transfers
Robert Osfield
2008-07-17 11:55:55 +00:00
a6c72dc21cRemoved net plugin for Xcode projects
Robert Osfield
2008-07-16 19:07:01 +00:00
cacb509f60Moved .net plugin out into Deprecated section of osg svn repostitory
Robert Osfield
2008-07-16 16:19:54 +00:00
b0d1f419e3Fixed path to font
Robert Osfield
2008-07-16 16:19:19 +00:00
2fefc911fdSet the default setting of LineWidth to 2.0 to ensure that old default behavior is maintained.
Robert Osfield
2008-07-16 16:05:43 +00:00
c3a4237e3aFrom Vincent Bourdier, removed line with setWidth(2.0) as this code prevents user settings of line with.
Robert Osfield
2008-07-16 16:04:27 +00:00
c33f7e5720Cleaned up the updateStateSet code
Robert Osfield
2008-07-16 15:58:51 +00:00
b068777c22Refactored the MultiTextureControl node callback so that the update is now done as an update callback, with the elevation aquired via a cull callback
Robert Osfield
2008-07-16 15:58:15 +00:00
270a671c75Updated wrappers
Robert Osfield
2008-07-16 13:29:35 +00:00
5f0f80cab2Changed int's to unsigned int's to avoid warnings
Robert Osfield
2008-07-16 13:26:06 +00:00
850034ab75Moved the _textureObjectBuffer assignment to after the imagery has been download to avoid crashes under multi-threaded compile of texture objects (was causing a crash with 3D Textures, but is something that would happen with other Texture types as well.)
Robert Osfield
2008-07-16 13:23:58 +00:00
ccf22f6a15From Stephan Huber: updated XCode-project, included osgWidget-Framework
Stephan Maximilian HUBER
2008-07-16 12:53:58 +00:00
41bd615f3aRemoved a division by precomputing the associated values
Robert Osfield
2008-07-16 11:40:01 +00:00
a20e5791d9From Jeremy Moles, Updated file references to reflect new data in OpenSceneGraph-Data
Robert Osfield
2008-07-15 22:30:51 +00:00
a8cb408213Added osgWidget wrappers
Robert Osfield
2008-07-15 22:13:35 +00:00
8fe0820bb8Converted tabs to four spaces
Robert Osfield
2008-07-15 22:03:59 +00:00
e6c99b0434Fixed typo
Robert Osfield
2008-07-15 21:28:22 +00:00
e9368c6fa3Moved the private sections int protected to allow subclasses acces to all methods/members. Moved public section to top of the class definition to make it more consistent with the rest of the OSG.
Robert Osfield
2008-07-15 20:30:56 +00:00
a383f7ee34Fixed name of lib
Robert Osfield
2008-07-15 19:42:49 +00:00
47255490a9Changed IMPORT to "Import option", and "EXPORT:" to "Export option:" in supportsOptions() docs make it a little more friendly and understandable
Robert Osfield
2008-07-15 19:28:30 +00:00
115787f8e9From Paul Martz, "Here's documentation for the export options of the FLT plugin. I also labeled the import options as such."
Robert Osfield
2008-07-15 19:26:20 +00:00
f4cb039a3cUpdated version number to 2.5.5 in prep for dev release
Robert Osfield
2008-07-15 19:24:48 +00:00
abe16fa571Changed the version setup code to be consistent with the rest of the OSG
Robert Osfield
2008-07-15 19:24:22 +00:00
b343cbfc5fRemoved now redundent example
Robert Osfield
2008-07-15 19:23:48 +00:00