Robert Osfield
cb3c0e7df7
Cleaned up set up of SDL.
2009-05-08 09:29:40 +00:00
Robert Osfield
396e83dee3
Added selection of first slide
2009-05-05 10:27:59 +00:00
Robert Osfield
602d83a486
Warning fixes
2009-05-03 18:51:13 +00:00
Robert Osfield
cd5fa24696
Warning fixes
2009-05-02 07:50:37 +00:00
Robert Osfield
cae754cc1e
Added ws2_32 dependency
2009-05-01 08:10:56 +00:00
Robert Osfield
bc29eab0b7
Added support for reading from streams
2009-04-30 08:50:43 +00:00
Robert Osfield
d2f3615833
Build fixes
2009-04-30 08:27:07 +00:00
Robert Osfield
590ac02859
Created a simple XmlNode parser class for reading of basic xml files, such as used by present3D.
...
Converted Present3D across from using libxml2 to using the new osgDB::XmlNode/XmlNode::Input classes from Xml Parsing.
This changes removes the dependency on libxml2, and allows the present3D application and p3d to work on all platforms.
2009-04-29 20:30:21 +00:00
Robert Osfield
54c3204524
Reorganised placement of classes associated with scene graph.
...
Warning clean up.
2009-04-28 14:03:02 +00:00
Robert Osfield
6399de2897
Moved present3D from own repository into core OSG.
2009-04-28 11:57:51 +00:00
Robert Osfield
478ecad726
Updated ChangeLog and AUTHORS for 2.9.4 dev release
2009-04-24 20:37:33 +00:00
Robert Osfield
517afd3050
From 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'."
2009-04-22 13:50:31 +00:00
Robert Osfield
c04d37f699
Updated ChangeLog and AUTHORS for 2.9.3 dev release
2009-04-11 07:12:54 +00:00
Robert Osfield
e2eac67058
Updated AUTHORS.txt for 2.9.2 dev release
2009-03-23 20:47:18 +00:00
Robert Osfield
de8089653b
From Philip Lowman, "Mainly removing comments like "This file is automatically generated" (glad that never happened!)"
2009-03-23 16:05:42 +00:00
Robert Osfield
e153c9fbd8
Update AUTHORS file
2009-03-13 13:25:00 +00:00
Robert Osfield
9d91163508
Updated version info for 2.9.0 release
2009-02-23 10:50:42 +00:00
Robert Osfield
01a72afe0a
From Mathieu Marache, "I was trying to use the archive output of osgdem without success when
...
I eventually found out that it was now disabled (the mailing list
archive tells me it is because of multithreaded write issues with
vpn). I then decided to use osgarchive to make it myself from the
generated output. However if one of the insert parameters is a
directory, it won't be able to find them. The attached versions
corrects this."
2009-02-20 16:27:57 +00:00
Robert Osfield
9e4cbe9308
From Maciej Krol, "Small improvement in --compressed option of osgconv. For non IVE output files compressed images are written into directory of output file as DDS.
...
" + "Further improvement for conversion to IVE format. Compressed DDS files are written for IVE output when noTexturesInIVEFile option is defined i.e. osgconv --compressed -O noTexturesInIVEFile dir1/input.osg dir2/output.ive will write images into dir2."
2009-02-20 15:47:28 +00:00
Robert Osfield
ca2d844c4f
Fixed typo
2009-02-11 20:26:06 +00:00
Robert Osfield
f394179baf
Update AUTHORS for release
2009-01-30 13:05:07 +00:00
Robert Osfield
fa499dc55f
From Andy Skinner, fixes for Solaris build
2009-01-09 12:17:40 +00:00
Robert Osfield
0d5194bfd4
From Paul Martz, "Typing "osgconv" alone displays the --help family of options, as it should, but it also displays info about --formats and --plugins, which seems out of place because no other options are mentioned here.
...
The code changes osgconv so that "osgconv --help" displays help info about --formats and --plugins, plus it also displays documentation for --format and --plugin, which were previously missing."
2008-12-22 08:26:16 +00:00
Robert Osfield
ddc221ecc7
Added osgversion into dynamic build path
2008-12-19 18:37:23 +00:00
Robert Osfield
4324e9a915
Reverted previous check-in to osgviewer.cpp as this was an accididental check-in with the code only in testing state, not appropriate to be checked-in.
2008-12-19 12:50:33 +00:00
Robert Osfield
75bd8e9a1e
Updated wrappers
2008-12-19 11:36:26 +00:00
Robert Osfield
9027e7a9af
Limited the static build to just osversion and osgstaticviewer
2008-12-15 20:32:15 +00:00
Robert Osfield
73d7d31d60
Updated AUTHORS and READER for 2.7.7 dev release
2008-12-12 19:19:01 +00:00
Robert Osfield
4896fe6e05
From Mattias Helsing, "When building osg static on Windows the _declspec's wasn't escaped for
...
applications, examples or wrappers. Attached are the CMakeLists I had
to change to make these compile.
"
2008-12-11 17:00:40 +00:00
Robert Osfield
fd90f1a6ef
Updated ChangeLog, and AUTHORS lists for 2.7.6 dev release
2008-11-29 12:16:04 +00:00
Robert Osfield
b2cd130cc2
Updated ChangeLog and version number for 2.7.5 release
2008-11-07 16:26:46 +00:00
Robert Osfield
720551d549
From Michael Platings, Converted std::fstream/ifstream/ofstream to osgDB::fstream/ifstream/ofstream and
...
fopen to osgDB::fopen to facilitate support for wide character filenames using UT8 encoding.
2008-11-07 15:08:08 +00:00
Robert Osfield
edb4c4e554
Updated ChangeLog and AUTHORS.txt for 2.7.4 release
2008-10-29 10:56:40 +00:00
Robert Osfield
24eb2f6c43
Introduce osgDB::FileCache, and updated osgfilecache and DatabasePager to use it.
2008-10-20 16:24:57 +00:00
Robert Osfield
f75e43e93a
Updated ChangeLog and AUTHORS.txt for 2.7.3 dev release
2008-10-08 13:18:14 +00:00
Robert Osfield
1efe363137
Updated AUTHORS file for 2.7.0 release
2008-08-18 12:39:18 +00:00
Robert Osfield
c49bd6e4eb
Merged from OpenSceneGraph-2.6 branch
2008-08-05 15:27:37 +00:00
Robert Osfield
abed295566
Updated ChangeLog and AUTHORS.txt file for relese candidate
2008-07-25 21:09:37 +00:00
Robert Osfield
0d1656055c
Moved PluginQuery from osgconv into osgDB
2008-07-25 10:18:36 +00:00
Robert Osfield
7cb4c46908
Added missing returns
2008-07-24 17:38:50 +00:00
Robert Osfield
53aad98d09
Improved the feedback for when a plugin isn't available.
2008-07-24 12:06:05 +00:00
Robert Osfield
efd20ea643
Added --format extname and --plugin pluginname extensions, and improved formating
2008-07-24 12:01:23 +00:00
Robert Osfield
cad2f6d4fc
From 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:
...
viewer.addEventHandler(new osgViewer::ScreenCaptureHandler(
new osgViewer::WriteToFileCaptureOperation("filename", "jpg")));
and the filename will be what you want. The WriteToFileCaptureOperation will add the context ID and the file number (if in SEQUENTIAL_NUMBER mode) to the file name.
(The attached also clarifies some notify messages, and corrects the comment when adding the handler in osgviewer.cpp)
I also remembered, the current architecture could allow a different CaptureOperation for each context, but currently the API only allows setting one CaptureOperation for all contexts. This could be improved if need be.
"
2008-07-21 21:28:48 +00:00
Robert Osfield
7ec7b8d9cb
Added --login url username password http authentication option
2008-07-21 15:04:19 +00:00
Robert Osfield
46796978fd
From Jean-Sebastien Guay and Robert Osfiled, osgViewer::ScreenCaptureHandler for
...
taking screenshots
2008-07-17 16:12:39 +00:00
Robert Osfield
198ae2ba56
Updated version and AUTHORS.txt for 2.5.5 release
2008-07-17 14:25:04 +00:00
Robert Osfield
f22c06acbe
Added --plugins and --formats query support into osgconv to help with querying the
...
available plugins and the file formats/protocols they support
2008-07-14 20:22:38 +00:00
Robert Osfield
042c823278
Added initial cut at plugin query code
2008-07-14 08:48:49 +00:00
Robert Osfield
bbc98be4f9
Updated Authors for dev release
2008-07-12 16:11:14 +00:00
Robert Osfield
1a8017fecf
Updated authors and osgversion
2008-06-26 19:51:24 +00:00