6a82bb28fcAdded handling of $ comment line, and 'g' empty group name
Robert Osfield
2004-08-29 15:09:26 +00:00
2f4a384fa9Added two options to the .net loader: hostname=<hostname> - Specify the host to connect to to retreive files server_prefix=<directory> - Specify a prefix to each file indicating a directory for the server to look into Also, the .net server now does not require a file to have the .net suffix. ALl this together now means that you can do this:
Don BURNS
2004-08-29 00:57:02 +00:00
3e74db50e5Changes for IRIX build and fix to build system
Don BURNS
2004-08-28 23:04:47 +00:00
2a3f7b2799Added the .net plug-in. This allows the reading of files by specifying <host>:file.<ext>.net for example:
Don BURNS
2004-08-28 07:25:21 +00:00
f2f1543a88Fix of OSX build
Robert Osfield
2004-08-27 16:52:23 +00:00
617f6d4585Fix for OSX build.
Robert Osfield
2004-08-27 16:19:05 +00:00
255c27d552Added a new osgDB::appendPlatformSpecificLibraryFilePaths() method to FileUtils.cpp Includes a new OSX code from Eric Wing
Robert Osfield
2004-08-27 16:14:21 +00:00
79bcd892bdAdded .tif extension to handled extension list
Robert Osfield
2004-08-27 14:56:08 +00:00
2bfc9c855cRemoved eroneous cancel() and join() from the DatabasePager::run() method.
Robert Osfield
2004-08-27 12:04:29 +00:00
5d8d05970eAdded handling of short (<=4 points) polygons as tri fans and the rest as polygons which are tesselated, to improve load and build time, yet still resselating the large polygons that need it.
Robert Osfield
2004-08-27 08:03:26 +00:00
b50f0db0a9Added handling of DrawArrayLengths PrimitiveSet.
Robert Osfield
2004-08-27 08:01:17 +00:00
b5c2d85962Improvements to handling of winding of polygons.
Robert Osfield
2004-08-26 16:20:26 +00:00
71149635fcRemoved debugging output.
Robert Osfield
2004-08-26 14:52:14 +00:00
889704964bRewrite of OBJ parser + converter to OSG
Robert Osfield
2004-08-26 14:33:38 +00:00
075c2f94d0Fixed getHomePosition
Robert Osfield
2004-08-26 06:41:09 +00:00
45313a0aaeRobert must've forgotten to set VERSION_REVISION back to 0 after tagging the release
Don BURNS
2004-08-24 21:35:41 +00:00
8c92d043adRemoved "interlace" debugging message
Robert Osfield
2004-08-24 18:27:47 +00:00
f15877f89bChanged the AnimationPathCallback::reset() to reset the _firstTime to DBL_MAX so that it resets on the next update traversal.
Robert Osfield
2004-08-24 18:23:53 +00:00
91dfbf1f06Added support for looping mode
Robert Osfield
2004-08-24 13:25:45 +00:00
b2d39d7f5bAdded s/getLoopingMode() to ImageStream and MPEG plugin
Robert Osfield
2004-08-24 12:55:15 +00:00
5095ee5909Removed HoveManipulator
Robert Osfield
2004-08-24 11:00:05 +00:00
81d2e576a4Updated docs
Robert Osfield
2004-08-24 10:58:51 +00:00
314874cf81Made the command buffer have 20 elements in it to protect against wrapping around.
Robert Osfield
2004-08-24 08:43:53 +00:00
c3f6e9f7cdChanged --compress to --compressed in commandline docs
Robert Osfield
2004-08-24 07:29:28 +00:00
3326454650Fixed error for when screen width * 0.75 is greater than screen height for compute of window size when coming from fullscreen when 'f' key is pushed.
Don BURNS
2004-08-23 20:29:42 +00:00
360de7f15bFixed assumption that the users's screen is 1280x1024 when toggling full screen with the 'f' key.
Don BURNS
2004-08-23 17:17:46 +00:00
884db0048cFixed link to download page
Robert Osfield
2004-08-23 14:08:26 +00:00
4dd1c6688aAdded protection to prevent crashes on calls when no data is set up
Robert Osfield
2004-08-23 08:44:47 +00:00
9486146aceChanged the write help option to just output commandline options.
Robert Osfield
2004-08-23 08:31:55 +00:00
40e42793b9Updated docs to point to correct 3rd party binaries
Robert Osfield
2004-08-23 07:25:19 +00:00
19ed70a6ceAdded back in the -s (scale) argument to osgconv, which was dropped in the last revision.
Don BURNS
2004-08-21 17:29:19 +00:00
89a6e092ccFrom Don Tidrow, fixes to comments.
Robert Osfield
2004-08-20 09:46:02 +00:00
c2a4f696f0Bumped up the revision number to 2 for the 0.9.7-2 release
Robert Osfield
2004-08-18 10:07:02 +00:00
a5951d05e4Set date for 0.9.7-2 release
Robert Osfield
2004-08-18 09:34:50 +00:00
1a455e1aadRejigged the __int* definitions to try and get round Mingw compile errors
Robert Osfield
2004-08-18 06:06:02 +00:00
5460013a92From Bruce Clay, fixes for VS6.0 build.
Robert Osfield
2004-08-17 19:42:45 +00:00
6ff7195964From David Fries, added getBinNum() method
Robert Osfield
2004-08-17 18:57:02 +00:00
a1fc4b986cChanged sizeof(..) references to 1,2,4 respectively.
Robert Osfield
2004-08-17 18:56:24 +00:00
5a147261deUpdated changelog
Robert Osfield
2004-08-17 08:14:50 +00:00
ca61c11134From David Fries, "I added code to also check the local up vector, but only if one of the rotation modes is selected, because autoscale isn't affected by the camera rotations. "
Robert Osfield
2004-08-17 07:58:32 +00:00
ffc5dfb83bChanged the "flip" keyword to "dds_flip"
Robert Osfield
2004-08-17 07:44:31 +00:00
c86fbe2efaUpdated docs for second rev of 0.9.7
Robert Osfield
2004-08-17 07:43:30 +00:00
d565d92cc8Removed computeMipMaps call
Robert Osfield
2004-08-17 06:15:54 +00:00
4f376529b7Added support for "flip" option string, which if present flips incoming images about the vertical axis. Accessed via -O flip on the commandline.
Robert Osfield
2004-08-16 21:14:19 +00:00
a9cb803404Added a handling of different hex long long handling for VS and non VS.
Robert Osfield
2004-08-16 21:03:41 +00:00
cf99c3c9bdAdded support in Image::flipVertical for flipping mipmapped imagery and for flipping compressed imagery.
Robert Osfield
2004-08-16 20:57:24 +00:00
bb6fe74738Fixed _MSC_VAR reference
Robert Osfield
2004-08-16 16:43:17 +00:00
34a63749eaAdded dxtctool.h/.cpp
Robert Osfield
2004-08-16 15:45:17 +00:00
8c1f1e05c8Added fxtctool in prep for adding compressed imagery swap
Robert Osfield
2004-08-16 15:43:12 +00:00
7d41c7f4c3Cleaned up output level of debugging messages
Robert Osfield
2004-08-16 14:21:31 +00:00
dc0bc861b2Fix to order of materials
Robert Osfield
2004-08-16 14:03:17 +00:00
87a2a282beFrom Michael Gronager, addition of NodeCallback support in .osg format.
Robert Osfield
2004-08-16 13:54:40 +00:00
a8c05e9342Improvements to the handling of OBJ files
Robert Osfield
2004-08-16 13:17:29 +00:00
28e43fb2daDisabled the culling on the DistortionNode.
Robert Osfield
2004-08-16 08:58:07 +00:00
6c3eb95f7bDisabled the culling for clear node.
Robert Osfield
2004-08-16 08:55:48 +00:00
d64aa24449Changed the length multiple to be 2x the bounding sphere radius
Robert Osfield
2004-08-16 08:32:16 +00:00
f62d0e4dd2From Michael Gronager, fix to an orientation bug.
Robert Osfield
2004-08-16 07:29:07 +00:00
1f3e43997dP*E*G*O*U*T Sound. Spelling fixes.
Don BURNS
2004-08-14 15:42:01 +00:00
289a41fb17Added news for release 0.9.7-2
Robert Osfield
2004-08-13 15:48:24 +00:00
baeb980c1aUpdates for 0.9.7-2 release
Robert Osfield
2004-08-13 15:29:15 +00:00
907f6361caFrom Corbin Holtz, addition of support for reading imagery with color tables, including code from Frank Warmerdam on the GDAL side, and integration/reworking work form Robert Osfield.
Robert Osfield
2004-08-13 14:42:26 +00:00
3024fffbc4Updated docs.
Robert Osfield
2004-08-13 14:09:48 +00:00
796e6bb50aAdded docs for CacheObjectHints
Robert Osfield
2004-08-13 13:46:47 +00:00
14d9013699Removed redundent include/ReadFile call
Robert Osfield
2004-08-13 13:27:29 +00:00
3568e60718Changed the "Reading a byte swapped file" message to info level.
Robert Osfield
2004-08-13 12:38:12 +00:00
195a1be76eFix for VS6.0 build
Robert Osfield
2004-08-13 12:05:08 +00:00
15240f8601Added #include<typeinfo> required for X-platform build.
Robert Osfield
2004-08-13 10:50:44 +00:00
61033103bcRemoved inappropriate #ifdefs
Robert Osfield
2004-08-13 10:49:45 +00:00
6227aa6251Fixes for OSX.
Robert Osfield
2004-08-13 10:46:04 +00:00
821b0991d9From Ben Discoe, build fix for float version of Matrix.
Robert Osfield
2004-08-11 08:25:14 +00:00
e871adae1aChanged the database pager run message to only output at an info level
Robert Osfield
2004-08-10 18:31:43 +00:00
b52b972a67Updated to include reference to osgdem
Robert Osfield
2004-08-10 13:30:32 +00:00
45221db0bcAdded osgdem quick usage guide
Robert Osfield
2004-08-10 13:19:04 +00:00
a6c8ea6806Set revision number back to 0.
Robert Osfield
2004-08-09 15:12:00 +00:00
2ac669bea4Set version to 0.9.7-1
Robert Osfield
2004-08-09 15:08:30 +00:00
3cad12d967Updated NEWS
Robert Osfield
2004-08-09 13:58:03 +00:00
bd68cf9f50Changed binding warnings to be reported as info rather than as warnings.
Robert Osfield
2004-08-07 19:08:12 +00:00
857d8e2435Added the ability to set the global stateset, as use this RenderStageLighting
Robert Osfield
2004-08-07 09:42:19 +00:00
2754f46c5dFrom Bob Kuehne, change the FREETYPE_INCLUDE and _LIB to hardcoded version to avoid reliance on freetype-config.
Robert Osfield
2004-08-06 19:55:36 +00:00
9e797a8408Fix for Mingw from Norman Vine.
Robert Osfield
2004-08-06 09:38:43 +00:00
aff56d35f2Updated NEWS
Robert Osfield
2004-08-06 09:36:13 +00:00
4340a0a1e4From Bob Kuehne, adding of SDKPATH to OSX build
Robert Osfield
2004-08-06 09:35:08 +00:00
740524bb56Added support for the "precision <value>" options string
Robert Osfield
2004-08-06 08:56:18 +00:00
4689db0fd8Updated docs
Robert Osfield
2004-08-06 08:34:54 +00:00
3579506fa8Added support for osg::AutoTransform::setAutoRotateMode(AutoRotateMode) deprecating the previous setAutoRotateToScreen(). Added support for ROTATE_TO_CAMERA mode.
Robert Osfield
2004-08-06 08:22:58 +00:00
ed10594139Updated docs
Robert Osfield
2004-08-06 06:53:36 +00:00
c35d5de13aTypo fixes from Geoff Michel
Robert Osfield
2004-08-06 05:28:51 +00:00
e004dbe58eFrom Bruce Clay, Build fixes for Win32 VS6.0
Robert Osfield
2004-08-06 05:25:21 +00:00
e9f4ed87bcFrom Jay Zuckerman, fixes to AutoTransform so that it includes checking of previous position value.
Robert Osfield
2004-08-05 15:15:51 +00:00
009cda4134From Marco Jez, updates to work with latest StateAttrbiute::compileGLObjects method
Robert Osfield
2004-08-05 15:14:50 +00:00
4d2c08b39aFrom Marco Jez, commented out info debugging messages
Robert Osfield
2004-08-05 15:02:51 +00:00
b57a4ec323From Marco Jez, VS.NET warning fixes.
Robert Osfield
2004-08-05 13:41:52 +00:00
66397b3962Changed the popProjectionMatrix so that it didn't allow modification on the near and far values when clamping the projection matrix.
Robert Osfield
2004-08-05 12:47:55 +00:00
53dc96bb50Added s/getClearColor and deprecated s/getBackgroundColor(). Re-implemented setClearColor so that it passes on its value to Camera::setClearColor(), and changed OsgSceneHandler to use the Camera::getClearColor() on each new frame to ensure that it reflects the settings of the camera correctly.
Robert Osfield
2004-08-05 10:01:32 +00:00
ddb7423e46Set version numbers for 0.9.7 release
Robert Osfield
2004-08-05 08:02:48 +00:00
54d47a13ceAdded GDAL to dependencies list
Robert Osfield
2004-08-04 10:22:55 +00:00
e59fcfe6ceCleaned up the gdal-config usage to work with gdal-1.1.9
Robert Osfield
2004-08-04 10:03:57 +00:00
b03d3e3a58Added support for setting custom dependencies
Robert Osfield
2004-08-04 09:20:28 +00:00
7eb3f2646eFrom Norman Vine (with small tweaks by Robert Osfield), build fixes for Cygwin
Robert Osfield
2004-08-04 08:27:43 +00:00
041b664660From Brede Johansen, fixes for Win32 build
Robert Osfield
2004-08-04 07:14:12 +00:00