Robert Osfield
85f79a6639
Updated ChangeLog, AUTHTORS.txt and osgversion for next release candidate.
2005-12-02 12:30:14 +00:00
Robert Osfield
e7801ccc1e
Updated ChangeLog, osgversion.cpp and AUTHORS.txt for 1.0-rc6.
2005-11-29 14:20:37 +00:00
Robert Osfield
d773aee0ed
Added disable of spurious VS6.0 warning.
2005-11-25 14:58:37 +00:00
Robert Osfield
f5b83f4b58
Updated ChangeLog, osgversion and AUTHORS file.
2005-11-19 12:18:51 +00:00
Robert Osfield
39db6b28b3
Updated wrappers.
2005-11-17 17:45:04 +00:00
Robert Osfield
f391b0ff2c
From Toshiyuki Takahei, added #pragam to avoid build problem with special characters.
...
From Robert Osfield, added #if _MSC_VER to restrict pragma usage to just VisualStudio,
and added comment explaining all the extra parsing code in osgversion.
2005-11-17 15:18:48 +00:00
Robert Osfield
265b0465ce
Fixed typo entry.
2005-11-16 12:07:21 +00:00
Robert Osfield
4eb5b0d715
Added proper descriptions of examples in place of the copy and paste description.
2005-11-15 22:07:54 +00:00
Robert Osfield
58e5053438
Fixed typo of Jason.
2005-11-15 16:06:09 +00:00
Robert Osfield
55ff399da5
Updated the output of the contributors list.
2005-11-15 15:07:17 +00:00
Robert Osfield
b57c4dad03
Added remapping of Drew's fullname.
2005-11-15 10:05:31 +00:00
Robert Osfield
cb4fc44f74
Fixed handling of initials.
2005-11-14 21:40:28 +00:00
Robert Osfield
dc5c86ff96
Added typo correction for "Jolley".
2005-11-14 20:54:53 +00:00
Robert Osfield
d2d6450392
Added more typo catches.
2005-11-14 20:51:28 +00:00
Robert Osfield
a5c3016ab3
Further improvements to the name filtering.
2005-11-14 17:21:49 +00:00
Robert Osfield
04c368b5ed
Improved handling on special characters in names
2005-11-14 17:15:58 +00:00
Robert Osfield
a687ab72dc
Added support for mining the ChangeLog for a list of contributors.
2005-11-14 17:07:11 +00:00
Robert Osfield
4cb43e0f6c
Added some docs on command line options.
2005-11-09 17:20:15 +00:00
Robert Osfield
bd68294ed6
Added --help-env option.
2005-11-03 10:57:10 +00:00
Robert Osfield
d2487e73e5
Added support for tracking the directory of the output file whilst still maintaining
...
local file references within this directory.
2005-10-27 10:48:44 +00:00
Robert Osfield
e404b95dc3
Added support in osgTerrain/osgdem for setting the image format to use when writing tiles out to disk
2005-09-04 06:36:52 +00:00
Robert Osfield
a4b2383672
Removed old GeoSet backward compatibility code since its now redudent.
2005-05-17 09:53:41 +00:00
Robert Osfield
bf4d63f6ea
Added new Node/Drawable::s/getInitialBound and Node/Drawable::s/getComputeBoundCallback
...
methods and reimplement computeBound so that it passes back a bounding volume rather
than modifying the local one.
2005-05-12 14:03:22 +00:00
Robert Osfield
d1a1b1d95c
Added more comprehensive releaseGLObjects(State*=0) throughout Nodes,
...
Drawables,StateSet, and osgDB::Registry.
Added cleanup_frame() from to osgProducer::OsgCamerGroup to help with proper
clean of OpenGL objects before exit, and modified osgviewer, osghangglider,
osgwindows examples to do the extra frame call to cleanup_frame() before exit.
2005-05-07 20:47:09 +00:00
Robert Osfield
1ae62b2f19
Changed check() method name to checkConsistency() to avoid perculiar OSX Tiger build error.
2005-05-05 19:46:04 +00:00
Robert Osfield
015c9a9765
Added support for generating RGBA, RGBA-16 and RGBA-compressed texture databases
2005-05-02 14:16:25 +00:00
Robert Osfield
154656e24a
Commented out support for the -m option for inserting 3d models in a terrain
...
database, as this feature isn't yet supported by osgTerrain.
2005-04-20 08:51:48 +00:00
Robert Osfield
16c55531da
Preparation for moving osgGL2 out of the core OSG into its own seperate distribution.
2005-04-14 11:28:23 +00:00
Robert Osfield
a8d4da8163
Added #include <osg/io_utils>
2005-04-08 09:36:42 +00:00
Robert Osfield
c687b5fc6f
Added layer support
2005-04-04 15:23:18 +00:00
Robert Osfield
9e54b00205
From Randall Hopper, with small order tweak from Robert and addition to GNUmakefile.inst,
...
added $(GDAL_LIBS) to fix build under FreeBSD.
2005-03-23 20:48:50 +00:00
Robert Osfield
451a27ac65
Added guard to texture image to avoid seg fault when dealing with incomplete databases.
2005-03-17 14:40:30 +00:00
Robert Osfield
033fe70f9a
Added --addMissingColours / --addMissingColor support into osgconv which
...
provides a mechansim for adding in a white colour where none previously
existed. This solves the problem that exists on some databases where
no colour is present, causing the colour to be inherited randomly.
2005-03-16 20:44:10 +00:00
Robert Osfield
1d94826b40
Added --smooth option to osgconv
2005-03-16 14:14:12 +00:00
Don BURNS
2e3aab7cbb
Added GNUmakefile for the new applications directory
2005-03-13 17:51:31 +00:00
Don BURNS
bdd04bef60
Added applications directory. Copied (not moved)
...
osgarchive
osgconv
osgdem
osgversion
osgviewer
into applications directory. Leaving them in the examples directory
as well, for now.
Made examples optional via the make COMPILE_EXAMPLES=yes option
Added static lib and static plugin build support.
2005-03-13 01:47:46 +00:00