Robert Osfield
c0c47b2eca
Updated authors for 2.9.5 release
2009-06-22 13:08:06 +00:00
Robert Osfield
ee3637b830
Update ChangeLog and contributors
2009-06-22 12:46:51 +00:00
Robert Osfield
771101d79b
Added support for initial cut of static build of Present3D.
2009-06-20 17:03:38 +00:00
Robert Osfield
ad8f2d8974
Changed build OSG_USE_REF_PTR_IMPLICIT_OUTPUT_CONVERSION to ON and then fixed all the resulting build errors.
2009-06-17 10:39:39 +00:00
Robert Osfield
3171be0ff7
From Gustav Haapalahti and Robert Osfield,
...
First Submission email from Gustav:
"This submission adds a --cache option to osgconv and osgviewer that enables setObjectCacheHint(osgDB::Options::CACHE_ALL); It greatly reduces memory usage when a .osg file has lots of external references with ProxyNode:s that points to the same file.
Options are also added to the osg plugin. The code was already mostly implemented but there was no way to change the options.
includeExternalReferences
writeExternalReferenceFiles
A counter is added to keep track if an external file has already been written down to avoid writing the same file over and over again. If it has already been written once then it is not written again.
The counter is added to the Output class in osgDB.
"
Second Submission email from Gustav:
"This is a continuation to my previous submission.
I noticed that the same problem that I fixed in ProxyNode.cpp for the osg plugin (external files being written over and over again) also existed in the ive plugin. I attached a submission where the ive plugin remembers which external files that have already been written and do not write them again."
Changes to the above done by Robert Osfield,
changed command line parameter to --enable-object-cache
changed set/get methods in osgDB::Output and ive/DataOutputStream.cpp to be s/getExternalFileWritten(const std::string&)
cleaned up set up of osgDB::Options.
2009-06-08 16:50:50 +00:00
Robert Osfield
4d9d02e880
Changed the default home position so that it's consistent with other OSG manipulators. Added setter of properties of the SphericalManipualtor, moved across to using doubles internally
2009-05-19 12:21:42 +00:00
Robert Osfield
545c52d4bb
From Jean-Sebastien Guay, build fixes form Windows
2009-05-15 15:49:10 +00:00
Robert Osfield
0d68d95188
Moved the compilation of Contributors list to separate source file, and made it an optional compile based on whether you are a maintainer or not.
2009-05-14 16:24:39 +00:00
Robert Osfield
b80247f385
Integrated support for relative paths, and http hosted presentations
2009-05-14 13:40:02 +00:00
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
Robert Osfield
840eab0109
Updated authors and version file for 2.5.1 dev release
2008-05-30 21:23:49 +00:00
Robert Osfield
5f443e75a9
Fixed lat/long ordering
2008-05-13 18:28:26 +00:00
Robert Osfield
e28ae8c7f3
Added support for -e level minX minY maxX maxY extents controls
2008-05-13 17:27:29 +00:00
Robert Osfield
0ed71961d4
Further work on computing of lat/long range of PagedLOD subgraphs
2008-05-13 12:36:39 +00:00
Robert Osfield
c81b02bca4
Added signal handling code, and prelimary lat/long computation
2008-05-12 16:59:04 +00:00
Robert Osfield
d2c5142ecc
Updated AUTHORS for 2.5.0 release
2008-05-12 12:16:14 +00:00
Robert Osfield
965c72f5bd
From Eric Sokolowski and Robert Osfield, moved command line option usage setup
...
from osgviewer example into osg::ArgumentParser and osgViewer::Viewer to make
them more universally available.
2008-05-12 10:55:55 +00:00
Robert Osfield
0dfba5dbe5
Added --file-cache command line option to compliment -c
2008-05-09 17:22:49 +00:00
Robert Osfield
b12069e14c
Initial cut of file cache population app
2008-05-09 17:08:31 +00:00
Robert Osfield
dc0355fc84
Updated ChangeLog and osgversion to catch Raymond de Vries name correctly
2008-05-08 15:14:13 +00:00
Robert Osfield
0f9431c8c6
Update AUTHORS file for 2.4 release
2008-04-25 13:10:05 +00:00
Robert Osfield
a802c4c40a
Updated AUTHORS file
2008-04-22 13:00:52 +00:00
Robert Osfield
37bea2727b
Updated authors
2008-04-22 10:10:24 +00:00
Robert Osfield
684920c46c
Fixed name
2008-04-22 09:43:55 +00:00
Robert Osfield
505a360f2c
Fixed J.P. Delports name
2008-04-11 14:33:24 +00:00
Robert Osfield
66ed3a919a
From Bob Kuehne, "1) add simplifier command "--simplifier .5" to reduce complexity
...
2) complementarily add a "--overallNormal" to replace
per-vert/per-facet normals with an overall. simplifier doesn't work
in certain cases without less complex normals. this gets that done.
3) add env var output with full verbose output so people realize it's
active when the app is run - i see this all the time in training where
people run osgconv, with unintended data transformations due to
osgUtil:;Optimzer, for example"
2008-04-11 10:16:38 +00:00
Robert Osfield
2a54ff3e4a
Introduced CMake build option for compiling double or float versions of osg::BoundingSphere and osg::BoundingBox.
...
Introduced code in BoundgingSphere, BoundingBox, ProxyNode and LOD to utilise the above settings.
Added Matrix::value_type, Plane::value_type, BoundingSphere::value_type and BoundingBox::value_type command line
options that report where the types of floats or doubles.
2008-04-03 18:36:50 +00:00
Robert Osfield
ad56c42208
Updated ChangeLog, osgversion and AUTHOR.txt for 2.3.7 dev release
2008-04-01 17:22:08 +00:00
Robert Osfield
6e8606416f
Updated version/author type fixes, authors, readme and changelog for 2.3.5 dev release
2008-03-14 11:53:44 +00:00
Robert Osfield
5f4e8d54af
Added commandline help options
2008-03-10 20:30:56 +00:00
Robert Osfield
ca513efc1d
Added LODScaleHandler
2008-02-28 20:02:43 +00:00
Robert Osfield
3e77fec6c9
Update AUTHORS list for release
2008-01-29 22:14:26 +00:00
Robert Osfield
5b9a04997d
From Rainer Oder, removed duplicate conditional
2008-01-28 20:27:33 +00:00
Robert Osfield
60f35e925f
Updated ChangeLog, Authors and readme for 2.3.3 release
2008-01-22 11:13:07 +00:00
Robert Osfield
c6f3183c6f
Updated AUTHORS file and osgversion for 2.3.2 release
2008-01-14 12:14:38 +00:00
Robert Osfield
e72f5c0996
Updated AUTHORS file for 2.3.1 release
2008-01-04 12:03:24 +00:00
Robert Osfield
8abeaa1272
Added return
2007-12-21 13:31:25 +00:00
Robert Osfield
da872bb279
Updated AUTHORS files
2007-12-17 21:52:29 +00:00
Robert Osfield
f4afa427a7
From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)."
2007-12-10 17:30:18 +00:00
Robert Osfield
a59790ed6e
Added osgViewerGetVersion() usage to force Windows to link osgViewer.
2007-12-10 16:14:21 +00:00
Robert Osfield
ce24d0c76f
Updated ChangeLog, NEWS and AUTHORS file for 2.1.15 release
2007-10-03 23:44:24 +00:00
Robert Osfield
8ae27117d3
From Andy Skinner, changes the library linkage to just include osg and OpenThreads
2007-10-02 20:45:44 +00:00
Robert Osfield
38d33c7685
From Paul Martz, "here's the osgDB::Registry changes to add Options to the read*File() interface. As we discussed, this preserves the old interface for backwards compatibility.
...
osgconv also changed to use the new Registry::writeNode() interface. No other applications or examples were affected."
2007-09-30 19:53:02 +00:00
Robert Osfield
3a94dd7b25
Added --major/minor/path-number support
2007-09-25 12:34:01 +00:00
Robert Osfield
e091d65c91
Updated ChangeLog, AUTHORS and README for 2.1.11 release
2007-09-17 09:33:00 +00:00
Robert Osfield
4d0e86f1e2
Moved the linking of OpenThreads from osgversion/CMakeLists.txt into applications/CMakeLists.txt
2007-09-12 16:28:50 +00:00
Robert Osfield
c15ec121f4
Updated version, ChangeLog and AUTHORS file for 2.1.10 release
2007-09-12 10:43:49 +00:00
Robert Osfield
be33fbc66b
Added OpenThreads to target libraries
2007-09-11 17:10:24 +00:00
Robert Osfield
bea07b5f72
From Mike Wittman and Robert Osfield, added support for SO_VERSION number in
...
runtime version info. Added checks for OpenThreads version.
2007-09-11 10:10:43 +00:00
Robert Osfield
48f1291c7f
Added dynamic_cast<GraphicsWindow> and extra doc commented just to force the
...
use of symbol from osgViewer so that it links properly and pulls in the platform
specific GraphcisWindow* implementation.
2007-08-26 10:19:12 +00:00
Robert Osfield
0da0127857
Updated for 2.1.7 dev release
2007-08-23 15:36:45 +00:00