Commit Graph

  • 7a933ebf72 From David Spilling, fix for VS6.0 build. Robert Osfield 2004-11-16 14:20:39 +00:00
  • f99dc8f051 Made the inner helper classes friend to try and get round VS6.0 problems Robert Osfield 2004-11-16 14:10:30 +00:00
  • 8254be2962 Added using namespace osgDB to try and resolve some of the VS6.0 problems. Robert Osfield 2004-11-16 12:40:45 +00:00
  • e47b92c3e5 Added osgText dependency to osgsequence app Robert Osfield 2004-11-16 09:09:31 +00:00
  • e378e3da8f From Loic Dachary, changes to Timer for PowerPC support, with small re-arrangement by Robert Osfield to make tick() code block mode readable. Robert Osfield 2004-11-16 09:03:24 +00:00
  • 8ddccb1b87 From Loic Dachary, added pk-config file. Robert Osfield 2004-11-15 19:53:22 +00:00
  • 2b310c6926 Added support for serialization of calls to ReaderWriter plugins. Robert Osfield 2004-11-15 19:46:10 +00:00
  • a069f67f5e Added -pipe to gcc build under Linux Robert Osfield 2004-11-15 19:45:27 +00:00
  • a2c3d0335c From osgplaents, updates to more of the solar systems planets. Robert Osfield 2004-11-15 19:44:35 +00:00
  • 01c8b3d0c1 Added ReentrantMutex Robert Osfield 2004-11-15 13:08:46 +00:00
  • 84d3746e8a From Tree, fixes for Java bindings Robert Osfield 2004-11-15 13:02:43 +00:00
  • cd70b40875 Added osgspotlight to example set. Robert Osfield 2004-11-15 12:05:27 +00:00
  • 76c970da5d From Ulrich Hertlien, improved osgsequence example Robert Osfield 2004-11-15 12:03:33 +00:00
  • 4094c3f058 Added osgDB::ReentrantMutex is prep for making osgDB::Registry single threaded. Robert Osfield 2004-11-15 11:57:41 +00:00
  • 39311cdee3 From Loic Dachary, added getFileName method Robert Osfield 2004-11-14 21:08:10 +00:00
  • 7ddb8ed87f Added Cygwin to #define stat64 stat path. Robert Osfield 2004-11-14 20:00:30 +00:00
  • 8d55111c73 Added COMPILE_OSG_OP_OT_WITH_SONAMES is YES guard around soname settings. Robert Osfield 2004-11-14 17:02:30 +00:00
  • f5a2ba0194 Added sonames support under Linux/gcc Robert Osfield 2004-11-14 16:36:27 +00:00
  • 7d43aee78d Made the use of the standard clock default instead of the RDTSC calls to avoid problems with variable CPU frequency such as found on laptops. Robert Osfield 2004-11-14 10:41:48 +00:00
  • ff92aef6fe PowerPC fix for Timer by Guillaume Morin Don BURNS 2004-11-13 22:04:26 +00:00
  • a0fc9632b8 Fixed warnings. Robert Osfield 2004-11-13 21:42:45 +00:00
  • 98a1108696 Added support for opening an istream archive Robert Osfield 2004-11-13 21:39:29 +00:00
  • ddb0d6bd4f Added prelimarny support for reading archives via the .net plugin Robert Osfield 2004-11-13 16:21:48 +00:00
  • 06f1b602e7 Fixed the passing of the parsed server name/server file when handling files via the .net plugin Robert Osfield 2004-11-13 16:18:15 +00:00
  • de4dc63ca7 Fixed openArchive so that it only enforces the checking of the archive's existance when in READ mode. Robert Osfield 2004-11-13 10:24:07 +00:00
  • fb631059fe Remove unistd.h include Robert Osfield 2004-11-12 21:07:17 +00:00
  • 6f0a2c4cb1 Added --image and --dem documentation to command line parameters Robert Osfield 2004-11-12 16:36:53 +00:00
  • 21e6c87fef Rotated scene to face the viewer Robert Osfield 2004-11-12 15:39:18 +00:00
  • 43f528fd41 From Ulrich Heirtlein, added STL plugin Robert Osfield 2004-11-12 14:49:22 +00:00
  • b60304f8ad Improvements to support for archives Robert Osfield 2004-11-12 08:55:11 +00:00
  • f30146a9fe From Stephane Simon, added missing OSGDB_EXPORT to osgDB::openArchive functions Robert Osfield 2004-11-11 22:26:07 +00:00
  • a0eb4c72a1 Added write to ostream to ReaderWriterDDS Robert Osfield 2004-11-11 16:05:55 +00:00
  • 9d8e24a4a3 Fixed file extraction. Robert Osfield 2004-11-11 16:05:30 +00:00
  • 6f96cf4ad2 Moved the .osga implementation into the src/osgPlugins/osga plugin and made osgDB::Archive a pure virtual base class. Robert Osfield 2004-11-11 13:22:55 +00:00
  • 9fcda76143 Fixed uninitialized variable. Robert Osfield 2004-11-10 22:11:28 +00:00
  • 141c3cadbf Set the pos_type and size_type explictly to 8 byte types. Robert Osfield 2004-11-10 21:52:30 +00:00
  • 8ba55e2922 Added debugging info for swapped endian values Robert Osfield 2004-11-10 21:47:08 +00:00
  • 84e60f5884 Fixes to endian handling. Robert Osfield 2004-11-10 21:38:54 +00:00
  • 258fd88a1e Removed duplicated swap bytes Robert Osfield 2004-11-10 21:31:44 +00:00
  • d397b5b90b Added sizeof tests of istream::pos_type and off_type to osgunittests. Robert Osfield 2004-11-10 21:28:06 +00:00
  • 3523577235 Added check for endianess of .osga archives Robert Osfield 2004-11-10 21:18:31 +00:00
  • 67aa3792e5 More cleanups for CYGWIN from Norman Vine Don BURNS 2004-11-10 16:56:58 +00:00
  • 4973824b1d Added new osga plugin for reading OSG native archives Robert Osfield 2004-11-10 16:40:08 +00:00
  • 5d3dcd3e18 Commented out some redundent debuggin info. Robert Osfield 2004-11-10 16:37:02 +00:00
  • 2db9dc2e60 Moved the ReadFunctor to protected section. Robert Osfield 2004-11-10 13:47:22 +00:00
  • 4e19c03de1 Added support for master file and clean up Archive API. Robert Osfield 2004-11-10 13:03:52 +00:00
  • 1772c9daa5 Removed the explicit setting for convert to geocentric when setting --bluemarlbe-west, --bluemarble-east and --whole-globe. Robert Osfield 2004-11-10 10:57:03 +00:00
  • a383330ae4 From Mike Weiblen, fix to the state leakage. Robert Osfield 2004-11-10 09:56:03 +00:00
  • 8f621d6ae1 Added explicit setting of the precision to allow .osg files to be used succsefully. Robert Osfield 2004-11-09 16:50:02 +00:00
  • bb3d651453 Fixed tabbing Robert Osfield 2004-11-09 16:49:29 +00:00
  • 9e2d6a51bd From Mike Weiblen adding lib paths to net.dsp, and changes by Robert Osfield moving the osgDB and osg dependency from the net.dsp to VisualStudio.dsp to keep it consistent with the rest of the OSG plugins and executables. Robert Osfield 2004-11-09 15:12:38 +00:00
  • f1129dde16 Added rainer's changes for adding billboard glow around sun. Robert Osfield 2004-11-09 15:01:39 +00:00
  • 564869487a Added support of archiving into osgTerrain::DataSet and osgdem. Robert Osfield 2004-11-09 14:18:29 +00:00
  • ec319e663f Fixes to the .net plugin for Cygwin, submitted by Norman Vine Don BURNS 2004-11-09 07:34:28 +00:00
  • 744315b65c Fixed the compute of PagedLOD ranges for non geocentric datasets Robert Osfield 2004-11-08 20:44:16 +00:00
  • 8c4ab92117 Added resolutionSensitivityScale of 0.9 into the DataSet::createDestinationGraph() to prevent overly conservative subdivision of data. Robert Osfield 2004-11-08 19:56:22 +00:00
  • 91af37573a Added public access to VertexProgram's LocalParamters and added .osg support for these. Robert Osfield 2004-11-08 17:12:36 +00:00
  • 72b7e08d93 From Stephane ???, fixes for VS.NET build Robert Osfield 2004-11-08 16:39:32 +00:00
  • fd9063628a Added guard to testing _internalFormat in compareTexture(..) so that a comparison would only be done if both the lhs and rhs had already been set to a non zero value. Robert Osfield 2004-11-08 16:39:10 +00:00
  • d26c8460dc Updates to osgDB::Archive support, and refactoring of implementation of reading files in Registry to faciliate the new archiving support. Robert Osfield 2004-11-08 16:11:07 +00:00
  • f84f8d87e0 Added support for openArchive into osgDB Robert Osfield 2004-11-07 21:17:31 +00:00
  • f44ecb1f65 Fixed insertion of files into an existing archive Robert Osfield 2004-11-07 12:13:56 +00:00
  • 1e0af60669 Removed un-needed setCullActive(false) Robert Osfield 2004-11-06 21:21:29 +00:00
  • 8d6aa8b405 Further work on osgDB::Archive Robert Osfield 2004-11-06 21:18:19 +00:00
  • 3fde44b5a5 Made fix to the setReferenceFrame method to properly disable culling when reference frame is ABSOLUTE. Robert Osfield 2004-11-06 10:18:55 +00:00
  • 20958de1ea Disabled culling on the aboslute transform to fix bug culling of hud. Robert Osfield 2004-11-04 21:11:12 +00:00
  • 72330d33ee Added a clear() into the RefNodePath operator = (NodePath) method. Robert Osfield 2004-11-04 20:25:35 +00:00
  • f85d2c7c9e From Morné Pistorius, fixes for VisualStudio7.0 Robert Osfield 2004-11-04 15:32:03 +00:00
  • c691860b5c Improved handling of uflow and underflow() in proxy_streambuf, and change unsigned char* to char* to avoid stoooopid VS6.0 compile errors Robert Osfield 2004-11-02 21:04:14 +00:00
  • ffca165611 Added prelimanary prox stream buffer to fake the ending of file. Robert Osfield 2004-11-02 17:05:15 +00:00
  • fae2416584 Added debugging messages to setTrackerNode Robert Osfield 2004-11-02 17:04:06 +00:00
  • ce3d785751 Fixed missing write of image tiles. Robert Osfield 2004-11-02 14:05:37 +00:00
  • 2718058173 Removed the font cache from the FreeType plugin, moving the support across to osgDB::Registry. Robert Osfield 2004-11-02 11:10:44 +00:00
  • 5d49c88240 Removed referecence to the old c2 wiki. Robert Osfield 2004-11-01 18:29:05 +00:00
  • de9f5c82d0 Commented out settings of TexEnvCombine alpha values Robert Osfield 2004-11-01 16:16:31 +00:00
  • d548d77010 From Tree chagenes required for Java Wrappers Robert Osfield 2004-11-01 16:14:53 +00:00
  • 41823a115d Added handling of endian in DrawElementsUShort/UInt implementations Robert Osfield 2004-11-01 10:04:40 +00:00
  • 4065c551ef Added useage of TexEnvCombine Robert Osfield 2004-10-29 18:24:26 +00:00
  • 8dc722e2a7 Added multi-textured city illumination Robert Osfield 2004-10-29 15:42:51 +00:00
  • 62adba38ba Test done. Don BURNS 2004-10-28 22:29:46 +00:00
  • 40a1757032 Directory write test to new CVS Don BURNS 2004-10-28 22:28:30 +00:00
  • 3de902a474 Silly little temporary file to test CVS writes to the new server Don BURNS 2004-10-28 22:27:32 +00:00
  • 12793c0580 Fixed support for NodeTrackerManipulator. Robert Osfield 2004-10-28 19:09:32 +00:00
  • 2b8140e125 Added support for listing contents of archive Robert Osfield 2004-10-28 14:27:41 +00:00
  • 48191bb1ab From Anders Backman, unit tests to test matrix to quat compute. Robert Osfield 2004-10-28 13:40:09 +00:00
  • fd327f68f6 From Tom Jolley, Added a new enum POINT_ROT_WORLD_Z_AXIS and a new section in computeMatrix for this enum. With a small tweak from Robert Osfield to set _cacheMode. Robert Osfield 2004-10-28 13:26:06 +00:00
  • 013c963a6b Added return type to addFileReference(). Robert Osfield 2004-10-28 13:04:35 +00:00
  • 70e636bf15 Added return value to getFileReferences() Robert Osfield 2004-10-28 13:02:33 +00:00
  • 90e5586777 Updates to osgDB::Archive, and IVE plugin to support usage via the Archive. Robert Osfield 2004-10-28 12:16:47 +00:00
  • e97364899b Updates for Rainer, and with a few changes by Robert. Robert Osfield 2004-10-28 09:38:03 +00:00
  • ce73909033 Removed direct dependency on GDAL Robert Osfield 2004-10-28 08:57:23 +00:00
  • 8dfea424c5 Removed gdal_priv.h from include/osgTerrain/DataSet to remove the external dependency on GDAL. Robert Osfield 2004-10-28 07:00:55 +00:00
  • 61b0f5d301 Added IndexBlock inner class to osgDB::Archive Robert Osfield 2004-10-27 14:09:24 +00:00
  • 2d4f7d7be0 Added setCullingActive false to the absolute transform. Robert Osfield 2004-10-27 08:39:18 +00:00
  • 2c933fb920 Fixed make files. Robert Osfield 2004-10-26 18:36:47 +00:00
  • 676f204cdb Updates to osgDB::Archive Robert Osfield 2004-10-26 18:29:27 +00:00
  • e79feb1004 Removed GDAL reference Robert Osfield 2004-10-26 18:20:52 +00:00
  • 6f22082c0b Removed the _initVisitor traversal for update() to prevent OpenGL being called at the wrong time. Robert Osfield 2004-10-26 18:11:26 +00:00
  • dc6dc022cd Removed link to X11 Don BURNS 2004-10-26 15:31:33 +00:00
  • d8340148a6 Made the className() const Robert Osfield 2004-10-26 10:31:52 +00:00