Commit Graph

  • 91229f8d51 Added /Zm200 for VS6.0 build. Robert Osfield 2003-08-27 13:09:38 +00:00
  • ca37080020 Added /Zm200 define to .dsp's to avoid compile errors under VisualStudio6.0. Robert Osfield 2003-08-27 10:34:34 +00:00
  • 2910ec140d Added KeyboardMouseCallback::shutdown() support. Robert Osfield 2003-08-27 10:22:12 +00:00
  • 2fcb74a30c Added Performer plugin .dsp Robert Osfield 2003-08-27 08:54:30 +00:00
  • b5674a7dde Fixed CullVisitor::popProjectionMatrix() handling of othorgraphic near and far values. Robert Osfield 2003-08-27 00:39:44 +00:00
  • f7d7a746f3 Added missing osgFX files. Robert Osfield 2003-08-26 22:09:15 +00:00
  • 2c4c2ad068 Added osgFX - Marco Jez's special effects nodekit. Robert Osfield 2003-08-26 21:17:22 +00:00
  • a782cbad60 Moved the keyboardmouse startThread into the Viewer::realize() method. Robert Osfield 2003-08-26 15:49:49 +00:00
  • e07c1ea10d Added set/getDatabasePager() method. Robert Osfield 2003-08-26 08:02:43 +00:00
  • 229a0f2920 Added check for :: in wrapper name when writing out to .osg, so that if a namaspace:: exists in the wrapper name then one isn't created for it by default. Robert Osfield 2003-08-25 22:50:01 +00:00
  • 5a0b499637 Updated NEWS for 0.9.6 release. Robert Osfield 2003-08-25 14:04:16 +00:00
  • 4924cd9ceb Added osgProducer:: in front of KeyboardMouseCallback. Robert Osfield 2003-08-25 14:03:49 +00:00
  • 0ed56936ce Removed suplerfluous inline from setInitialViewMatrix(). Robert Osfield 2003-08-25 13:31:31 +00:00
  • bd798a6c4e Added getInitialInverseViewMatrix() to osg::State. Robert Osfield 2003-08-25 13:06:15 +00:00
  • ed465a9f53 Added support for loading nodekits/plugins to resolve associates when reading .osg files. Robert Osfield 2003-08-25 11:37:22 +00:00
  • db9b6d10c6 Add osg_ref<Producer::KeyboardMouse> to osgProducer::Viewer to ensuer that the keyboard mousr desctructor is being called correctly. Robert Osfield 2003-08-23 20:48:36 +00:00
  • 12133c6db5 Made getLibrary public. Robert Osfield 2003-08-21 19:23:24 +00:00
  • 02561a96c7 Compile/Warnings fixes. Robert Osfield 2003-08-21 14:26:40 +00:00
  • e46d1cf941 Moved OpenThreads::Threads::Yield() calls across to new OpenThreads::Threads::YieldCurrentThread() naming. Robert Osfield 2003-08-21 09:52:12 +00:00
  • 7b9de3ad91 From Marco Jez, improvement to the handling of coordinates frame in CubeMapGenerator. Robert Osfield 2003-08-21 09:51:25 +00:00
  • 1a68dd80d7 Added explicit calls cancel and wait until thread and no longer running to the DatabasePager and TXP pager. Robert Osfield 2003-08-20 12:52:33 +00:00
  • 18abc3aff7 Renamed instances of Click to Tick for consistency. Robert Osfield 2003-08-20 12:51:40 +00:00
  • 1c3b2b2554 Standardised the culling flags between CullingSet and CullStack, and made ENABLE_ALL_CULLING enable all culling including the near and far plane. DEFAULT_CULLING is now used for the default as uses the same original values as ENABLE_ALL_CULLING once did - view frustum culling with near and far culling. SceneView now uses DEFAULT_CULLING. Robert Osfield 2003-08-20 12:50:54 +00:00
  • bca7e4e73b Added osg::setGLExtensionDisableString && osg::getGLExtensionDisableString() functions the GLExtensions file, and made the isGLExtensionSupported() function use the extension disable string when extension are querried. Robert Osfield 2003-08-20 10:38:54 +00:00
  • 56044e6cf7 Moved the delete of expired subgraphs to the database thread to improve the stability of the frame rate. Robert Osfield 2003-08-20 07:36:47 +00:00
  • 5b7d480c0a Fixes to the database paging. Robert Osfield 2003-08-19 19:46:18 +00:00
  • e2a72f7e72 Fixed typo of getNumMatrixManipulators(). Robert Osfield 2003-08-19 14:05:53 +00:00
  • 75e4d43026 Removed inappropriate static_cast<>. Robert Osfield 2003-08-19 13:01:01 +00:00
  • 169eb0fd07 Changed applyTextParamaters() to set the wrap modes : Robert Osfield 2003-08-18 19:51:27 +00:00
  • 0685c2a852 Added applyTexImage_subload() implemention into TextureRectangle class to provide automatic support for texture subloading. Robert Osfield 2003-08-18 19:36:50 +00:00
  • c334279935 Changed private to protected to allow Timer to be subclassed more easily. Robert Osfield 2003-08-18 15:14:09 +00:00
  • ee0cce1679 Added getSecondsPerClick() method to Timer. Robert Osfield 2003-08-18 15:12:04 +00:00
  • 8d5aa5644d Added X_INC into the Make/makedefs and changed the *GNUmakefile* to use it. Robert Osfield 2003-08-18 10:58:30 +00:00
  • 8c65920c1f Fixes for Java build. Robert Osfield 2003-08-18 09:24:17 +00:00
  • 07f120fb1c Fixes to Cygwin/Mingw makedefs. Robert Osfield 2003-08-16 20:42:54 +00:00
  • 52819c3f25 Added check for byte swapping when writing RGB files so rgb files can be created on big endian machines Don BURNS 2003-08-16 18:52:37 +00:00
  • 3738c62cde Did a to_dos on examples, plugins and core libs. Robert Osfield 2003-08-15 09:44:29 +00:00
  • 282eb39ec5 Changed cout's to notufy(INFO). Robert Osfield 2003-08-15 09:38:36 +00:00
  • 4b7bde1440 Removed the deprecated NodeVisitor::getLocalToWorld/WorldToLocal methods as this are replaced by the osg::computeLocalToWorld/WorldToLocal() functions found in osg/Transform. Robert Osfield 2003-08-14 00:05:34 +00:00
  • 6a25da37f2 Added -lOpenThreads to the IRIX OTHER_LIBS definition. Robert Osfield 2003-08-12 23:36:40 +00:00
  • 7ed516e443 Fixed capitalization of QTtexture.h Robert Osfield 2003-08-12 23:06:25 +00:00
  • 1de167cd37 Fixed DrawVertex/DrawColors access of null arrays errors. Robert Osfield 2003-08-12 10:15:59 +00:00
  • ef4535a2a4 Added s/getFastPathHint(). Robert Osfield 2003-08-09 00:46:48 +00:00
  • d6820a3f2b updates makedefs and makerules for Mac OSX submitted by Bob Kuehne Don BURNS 2003-08-08 14:41:37 +00:00
  • 8a737dd2ca Added support for clampping the near and far values in othrographic projection. Robert Osfield 2003-08-08 00:36:51 +00:00
  • a11395feec Added missing copy ops in the copy constructor. Robert Osfield 2003-08-08 00:21:30 +00:00
  • ca3f824410 Added convience constructor. Robert Osfield 2003-08-08 00:19:06 +00:00
  • f4d093df36 Fixed computeFastPathsUsed() so that it includes a check for the presence of _vertexIndices and disables fast paths in this case. Robert Osfield 2003-08-04 22:03:55 +00:00
  • dd90d924d2 From Romano Magacho. add osg:: to Referenced() calls for IRIX build. Robert Osfield 2003-08-04 21:09:40 +00:00
  • f214a4fc27 From Gideon May, added 'd' to end of osgdb_osgSim.lib for debug build. Robert Osfield 2003-08-04 21:04:48 +00:00
  • 5671630f80 Removed a couple of stray PRODUCER_LIB_DIR definitions in the examples Don BURNS 2003-08-04 16:26:45 +00:00
  • 372c5b636a Fixed VC6 for scoping problem in ive plugin. Robert Osfield 2003-08-03 02:59:48 +00:00
  • 5ec1458975 From Romano Magacho, fix for compile problem under IRIX. Robert Osfield 2003-08-03 00:24:59 +00:00
  • e7abf75ab0 Post release revision change. Robert Osfield 2003-07-26 23:44:55 +00:00
  • 90d04b95a9 Updated dependencies. Robert Osfield 2003-07-26 23:06:23 +00:00
  • 9c81de9c12 Small typo Don BURNS 2003-07-26 22:44:04 +00:00
  • cd305a97a2 Typos fixed. Robert Osfield 2003-07-26 22:32:19 +00:00
  • a2eaa7bd0c Updated changelog for release. Robert Osfield 2003-07-26 21:06:39 +00:00
  • 2ff569aa4a Updated NEWS for release. Robert Osfield 2003-07-26 21:01:43 +00:00
  • 703eec05b2 Updated NEWS Robert Osfield 2003-07-26 19:08:04 +00:00
  • 79855cf669 Fixed warning in jpeg loader by replacing longjmp with throw/catch. Robert Osfield 2003-07-26 18:57:12 +00:00
  • 525cd9292d Fixed long jump warning. CV: ---------------------------------------------------------------------- Robert Osfield 2003-07-26 14:15:24 +00:00
  • a8f950abff Added openthreads to list of dependencies.: Robert Osfield 2003-07-26 04:51:38 +00:00
  • edeb32778c Fixed warnings. Robert Osfield 2003-07-26 04:25:27 +00:00
  • e96c0b735b Fixes to makedefs/makedirdefs ordering in some makefiles, and conditional build for osgslideshow on Sun Don BURNS 2003-07-26 01:02:39 +00:00
  • 8ff217576a Removed command line definitions of OSG_VERSION and OSG_RELEASE Don BURNS 2003-07-26 00:12:17 +00:00
  • 49a93076c1 Removed references to PRODUCER_INCLUDE_DIR and PRODUCER_LIB_DIR in the local makefiles. Don BURNS 2003-07-25 23:49:03 +00:00
  • e26ef983c4 Fixed warnings. Robert Osfield 2003-07-24 06:13:24 +00:00
  • 3ad92eec04 Fixed warning. Robert Osfield 2003-07-24 06:09:28 +00:00
  • acc200a6a2 Fixed warning, which was actually a bug, sometimes you've just gotta love pedantic warnings. Robert Osfield 2003-07-24 06:07:12 +00:00
  • 1049ead980 Fix warnings. Robert Osfield 2003-07-24 06:05:54 +00:00
  • c404bd09ed Removed all references to sleep/usleep. Robert Osfield 2003-07-23 21:32:11 +00:00
  • 70db0608a9 Moved t->testCancel() to end of loop. Robert Osfield 2003-07-23 21:18:04 +00:00
  • c55d8c7a5a From Gideon, update to the PolygonOffset for the background quad. Robert Osfield 2003-07-23 21:03:35 +00:00
  • bf5add799d Added makefile. Robert Osfield 2003-07-23 20:57:57 +00:00
  • 2f47ab559a Made the fine grained checking of GL errors off by default. Robert Osfield 2003-07-23 20:55:26 +00:00
  • 8bd3e9f1b2 From Romano José Magacho da Silva, extension checking for NV_occlusion_query extension. Robert Osfield 2003-07-23 20:53:53 +00:00
  • 27c4dc0920 From Sean, fix for Sun windows extension checking. Robert Osfield 2003-07-23 20:50:56 +00:00
  • 1f8e656737 Fixes to paths and dependancies. Robert Osfield 2003-07-23 20:38:46 +00:00
  • 9a2a13fe34 Added conditionals to find OpenThreads include and library directories if not installed Don BURNS 2003-07-23 19:08:42 +00:00
  • 52aa73b18a Fixes for Win32 build. Robert Osfield 2003-07-23 18:32:52 +00:00
  • 6a6d430edc Fixed typo of SlideShowContructor.cpp Robert Osfield 2003-07-23 18:25:04 +00:00
  • a7b7d6cefc Added support for PagedLOD node into .ive format and added support for Robert Osfield 2003-07-23 15:52:05 +00:00
  • 46680be5eb Added control of auto option into slideshow3D Robert Osfield 2003-07-23 15:12:52 +00:00
  • b925dcabaa Fixed typo's slideshow3D Robert Osfield 2003-07-23 15:00:07 +00:00
  • ace3684d6a Fixed blending mode on stats output. Robert Osfield 2003-07-23 14:59:27 +00:00
  • e95768417c From Gideon May, added support for osgSim into .osg file format. Robert Osfield 2003-07-23 14:06:32 +00:00
  • 0c662e596c Merged changes from Nicklov Trajce and Boris Bralo. Robert Osfield 2003-07-23 13:34:48 +00:00
  • 7b2a0d0b06 Updated docs to reflect new data direcory. Robert Osfield 2003-07-23 12:06:37 +00:00
  • 2ce08d8088 Warning fixes from Gideon May. Robert Osfield 2003-07-23 11:45:37 +00:00
  • 246a5828de Added slideshow3D.dsp. Robert Osfield 2003-07-23 11:37:06 +00:00
  • 1a630e97de Updated doc++ documentation. Robert Osfield 2003-07-23 11:27:31 +00:00
  • 1fc6d815f9 Fixed osgslideshow3D to slideshow3D Robert Osfield 2003-07-23 10:11:48 +00:00
  • 43b2bf3f5d Added slideshow3D to the examples list under VisualStudio. Robert Osfield 2003-07-23 09:27:09 +00:00
  • cc529aebe0 Bumped up version numbers in preperation for the 0.9.5 release. Robert Osfield 2003-07-23 08:54:29 +00:00
  • 871da625ba Made the keyboard mouse callback a ref_ptr<> managed object to fix ref count problem. Robert Osfield 2003-07-23 08:48:23 +00:00
  • a36d45e68b Added check to allocateImage() so that if the pixel size wouldn't be computed unless valid _data already existed on the object. Robert Osfield 2003-07-23 08:18:19 +00:00
  • ee30f2e30c Added support for osg::State::s/getInitialViewMatrix(); Robert Osfield 2003-07-22 21:03:59 +00:00
  • 00e7e10a26 Updates to the slideshow3D app. Robert Osfield 2003-07-22 15:35:51 +00:00
  • 2bce4dda75 Made BlinkSequence subclass from osg::Object. Robert Osfield 2003-07-22 12:48:31 +00:00