26eb5672b9Added in QT4 keyboard event adaption
Robert Osfield
2007-06-12 15:57:26 +00:00
2658819e66UPdated wrappers
Robert Osfield
2007-06-12 15:52:13 +00:00
64c8e7c2bcFrom Stephan Huber, "while porting my own code to the new osgViewer I discover more and more bugs in the Carbon-implementation of GraphicsWindow, so here's another fix for setWindowDecorationImplementation, now updates the titlebar-height, and fixes some display-issues when switching the decoration on/off. "
Robert Osfield
2007-06-12 15:38:09 +00:00
e01e50c271Moved the className, libraryName and isSameAs into public.
Robert Osfield
2007-06-12 15:32:04 +00:00
ab347eb34cChanged _data to _movieData to avoid possible confusion
Robert Osfield
2007-06-12 14:43:26 +00:00
cc0f1cb0feFrom Martin Lavery and Robert Osfield, Updated examples to use a variation of the MIT License
Robert Osfield
2007-06-12 14:20:16 +00:00
ace6ec53d6From Martin Lavery, fix to Xcode Resources
Robert Osfield
2007-06-12 11:31:21 +00:00
90b8478eb8From Martin Lavery, Fix of OpenSceneGraph-Data linking
Robert Osfield
2007-06-12 10:37:12 +00:00
bf8cc8c25bBuild fixes for QT4
Robert Osfield
2007-06-12 10:19:27 +00:00
aa970f2a30Changed the throw dection time to 0.02
Robert Osfield
2007-06-12 09:55:40 +00:00
3eb4c3baa6Work in progress on perspective view dependant codes
Robert Osfield
2007-06-12 08:30:41 +00:00
f64e8b2a96Added screen number, and flip support into dome correction codes.
Robert Osfield
2007-06-12 08:29:32 +00:00
c7f5d96cafFrom Stephan Huber, "the computation of the windowtitlebar-height was wrong, attached you'll find a fixed version for GraphicsWindowCarbon.cpp "
Robert Osfield
2007-06-12 08:28:41 +00:00
607ecf17ccAdded support for specifying external overlay file.
Robert Osfield
2007-06-10 20:46:53 +00:00
d8a3d7aa4eUpdated wrappers
Robert Osfield
2007-06-10 20:12:47 +00:00
08a793eb87From Stephan Huber and Robert Osfield,
Robert Osfield
2007-06-10 19:53:18 +00:00
43790b07b3From Vladimir Shabanov, "osg::Image::isImageTranslucent() now handles GL_UNSIGNED_SHORT_5_5_5_1, GL_UNSIGNED_SHORT_1_5_5_5_REV, GL_UNSIGNED_SHORT_4_4_4_4, GL_UNSIGNED_SHORT_4_4_4_4_REV, GL_UNSIGNED_INT_10_10_10_2, GL_UNSIGNED_INT_2_10_10_10_REV and GL_HALF_FLOAT_NV pixel formats."
Robert Osfield
2007-06-10 19:22:13 +00:00
3d918ef35fFrom Vladimir Shabanov, "DDS plugin now works with these formats: R3G3B2, R5G6B5, A1R5G5B5, X1R5G5B5, A4R4G4B4, X4R4G4B4, R8G8B8 (now without swaping of red and blue), A8R8G8B8 (also w/o swapping), X8R8G8B8, A8B8G8R8, X8B8G8R8, A2R10G10B10, A2B10G10R10, L4A4 (not work on my machine), L16A16, L16, A16B16G16R16, A16B16G16R16F, Q16W16V16U16, R32F, R16F and A32B32G32R32F.
Robert Osfield
2007-06-10 19:18:27 +00:00
37dbe8891fFrom Olaf Flebbe, "support current zlib and libpng library names for win32 3rdParty builds."
Robert Osfield
2007-06-10 18:17:21 +00:00
b48ed1a4d4Improved the set up of static build, added freetype plugin to plugins that support static usage
Robert Osfield
2007-06-10 09:51:29 +00:00
7ce05f6d9dAdded default file in case no file arguments are provided. Changed to use standard ThreadingHandler by default.
Robert Osfield
2007-06-09 19:18:24 +00:00
2532b5f06eImproved the detection of throwing of the mouse.
Robert Osfield
2007-06-09 17:58:37 +00:00
43ba59f7ecUpdated wrappers
Robert Osfield
2007-06-09 10:18:28 +00:00
071ebebd7fRemoved the command line parameters form the examples that now have a default file built into them.
Robert Osfield
2007-06-09 10:07:07 +00:00
90ae3f385bAdded DisplaySettings to osg::Camera, and support into osg::View for initializing the Camera to the DisplaySettings ScreenWidth/Height/Distance. Added support for dual screen horizontal split stereo.
Robert Osfield
2007-06-09 10:06:38 +00:00
e3d7e6e173Added debug code path that prints out font details.
Robert Osfield
2007-06-08 20:11:50 +00:00
5ae95903b9From Eric Wing, interface files
Robert Osfield
2007-06-08 16:47:18 +00:00
6f93f1c9e7Removed empty directory
Robert Osfield
2007-06-08 16:05:30 +00:00
e83f6c0c9fRemoved empty directory
Robert Osfield
2007-06-08 16:05:13 +00:00
ce0f30cfcbFrom Martin Lavery and Robert Osfield, added fallbacks for when now command line args are provided.
Robert Osfield
2007-06-08 15:37:20 +00:00
c4b1c27a31Added fallback for when no command line args are provied.
Robert Osfield
2007-06-08 15:29:04 +00:00
42043db0c9Added default file when no command line options are supplied.
Robert Osfield
2007-06-08 15:11:04 +00:00
01f2114ddbAdded fallback for when no command line args are passed in.
Robert Osfield
2007-06-08 15:06:08 +00:00
49de1a61e7From Martin Lavery, Linking of example Data files for the Xcode Projects
Robert Osfield
2007-06-08 15:03:58 +00:00
b28ec0d027Removed command line args for examples ported across to not need them.
Robert Osfield
2007-06-08 12:16:04 +00:00
4b33409ce0Added default command line arg
Robert Osfield
2007-06-08 12:15:16 +00:00
b3cec3d986Added default file load to avoid the need for command line option.
Robert Osfield
2007-06-08 12:13:33 +00:00
3e8be9ac7dFrom Stephan Huber, "attached you'll find a new GraphicsWindowCarbon-header and .cpp, the changes I made:
Robert Osfield
2007-06-08 11:04:30 +00:00
b4cd96ebddFrom Jason Daly, "We have a few OpenFlight files that used to display properly with the old loader, but appear very, very wrong with the new one. I traced the problem to the handling of the palette override flags in the external reference records. The current behavior for handling the palette override flags for external references has different offsets for different OpenFlight version (2 bytes for 14.2-15.1 and 4 bytes for 15.2 and later). However, I believe this behavior is incorrect.
Robert Osfield
2007-06-08 10:58:22 +00:00
c28aba4d4fFrom Eric Wing, build fix
Robert Osfield
2007-06-08 10:43:26 +00:00
6cb0cef26dFrom Eric Wing, build fix
Robert Osfield
2007-06-08 10:43:01 +00:00
c8a5db6a71Updated wrappers
Robert Osfield
2007-06-08 10:42:52 +00:00
b1909ff55aFrom Jason Daly, "This changes the handling of textures in the OpenFlight loader. Currently, if the texture attribute file doesn't explicitly specify an internal format, the loader will force it to use GL_RGB, which keeps translucent textures (eg. GL_RGBA textures) from showing up properly.
Robert Osfield
2007-06-08 10:22:44 +00:00
f57875ad02From Eric Wing, "So, something strange happened to the repo and some of this project's files got messed up, most notiably the Nib and also the Localized strings file. I didn't notice the latter until now so Martin is missing this file.
Robert Osfield
2007-06-08 10:16:33 +00:00
2fbbbca1a0From Mike Wittman, "This change to genwrapper and osgIntrospection gives access to the declaring file for a given type via the new member function osgIntrospection::Type::getDeclaringFile. This information is useful in order to know what header to include when auto-generating wrappers for a given type.
Robert Osfield
2007-06-08 10:11:00 +00:00
0cd7dd12bcAdded clean up of the view before destruction of the window
Robert Osfield
2007-06-08 09:45:11 +00:00
191e12c4b1Added const get*Matrix() methods
Robert Osfield
2007-06-08 09:17:42 +00:00
ff6884c4bdChanged the version to 2.0.0 in the Info.plist in anticipation of the official release. I don't know what the OpenThreads version number will be, so that has been left alone.
Eric WING
2007-06-08 05:03:56 +00:00
1682827b4bLots of various fixes to Xcode project.
Eric WING
2007-06-08 04:57:00 +00:00
9446fedf2bStephan Huber: fixed deploy-build for osgViewer
Stephan Maximilian HUBER
2007-06-07 21:43:27 +00:00
6bc1a940c9Updated wrappers
Robert Osfield
2007-06-07 21:07:30 +00:00
5a8ec8f470Commented out the Scene Stats entry as its not implemented yet.
Robert Osfield
2007-06-07 20:26:29 +00:00
db86ea2d3fFrom Martin Lavery, StatsHandler added to the ViewerCocoa example
Robert Osfield
2007-06-07 20:22:45 +00:00
7470d80e4cFrom Martin Lavery, update of *.nib files
Robert Osfield
2007-06-07 13:49:30 +00:00
589e57446fFrom Martin Lavery, update of *.nib files
Robert Osfield
2007-06-07 13:48:15 +00:00
ee1f8856b8From Martin Lavery, update of *.nib files
Robert Osfield
2007-06-07 13:44:35 +00:00
2f656780e1From Martin Lavery, update of *.nib files
Robert Osfield
2007-06-07 13:31:50 +00:00
c386901efaFrom Martin Lavery, update of *.nib files
Robert Osfield
2007-06-07 13:25:34 +00:00
2073c842cfFrom Martin Lavery, port of ViewerCocoa and updates to Xcode projects
Robert Osfield
2007-06-07 12:55:19 +00:00
1504b54c1aRemoved the old SimpleView version of the Cocoa example
Robert Osfield
2007-06-07 12:47:56 +00:00
b3a304866aRemoved now not need SimpleViewer
Robert Osfield
2007-06-07 12:46:09 +00:00
4b73712f51Added automatic stopping of animation when home() is called
Robert Osfield
2007-06-07 12:23:21 +00:00
32236ab2a4From Per Fahlberg, "To get the pfb (Performer) plugin to compile I had to remove some of the libraries listed under TARGET_EXTERNAL_LIBRARIES. The removed libraries are not needed when linking the plugin, they are loaded during runtime by Performer. The modified file is attached."
Robert Osfield
2007-06-07 12:05:09 +00:00
3b1c5c3b96Introduced a destruct method to help clean up the Registry.
Robert Osfield
2007-06-07 11:19:02 +00:00
9064895b91Revert the signOrZero cade path in the getRotate() to fix bugs.
Robert Osfield
2007-06-07 11:06:40 +00:00
0f132ab21eAdded support for using quat_scaled sx sy sz for testing getting quats from scaled matrices. Removed broken Matrixd/quat test
Robert Osfield
2007-06-07 11:05:59 +00:00
51d489fb97Added View::home() method and updated wrappers
Robert Osfield
2007-06-07 09:58:49 +00:00
1d7ba27e72Removed redundent files
Robert Osfield
2007-06-07 09:24:46 +00:00
766e58a589Updated wrappers
Robert Osfield
2007-06-07 08:52:51 +00:00
bc406238f5Updated ChangeLog, AUTHORES and README to 1.9.8 release
Robert Osfield
2007-06-06 21:57:57 +00:00
211abb16dcUpdated version numbers for release
Robert Osfield
2007-06-06 21:43:38 +00:00
3f7ffb088eRevert the setting of SingleThreaded under Windows in suggestBestThreadingModel()
Robert Osfield
2007-06-06 17:01:37 +00:00
8500995ffdAdded #include<osg/Geometry>
Robert Osfield
2007-06-06 16:27:00 +00:00
00df23b781Fixed includes
Robert Osfield
2007-06-06 16:23:20 +00:00
0b9feefbdaFrom Ulrich Hertlein, "on my MacOS X/cmake setup the zlib plugin isn't built by default. This may be because zlib.h is installed in /opt/local/include on my system (courtesy of DarwinPorts). I've added a CMakeModule to look for zlib.h and the library in various places. The files are attached."
Robert Osfield
2007-06-06 15:22:31 +00:00
34b4fb524dFixed includes
Robert Osfield
2007-06-06 14:51:08 +00:00
373088c358From Martin Lavery, Updates to Xcode project
Robert Osfield
2007-06-06 13:45:50 +00:00
87c9b39c98From Roger James, "These fix a couple of problems in the ac3d writer.
Robert Osfield
2007-06-06 11:34:19 +00:00
36d50301cfFrom Olaf Flebbe, "an implementation of GraphicsWindow::setCursor for WIN32."
Robert Osfield
2007-06-06 11:28:44 +00:00
85c8797bc4Moved HelpHandler and StatsHandler classes into ViewerEventHandlers header, removed HelpHandler and StatsHandler headers
Robert Osfield
2007-06-06 11:21:13 +00:00
118a6b3bf2Updated wrappers
Robert Osfield
2007-06-06 11:10:44 +00:00
6844ac0209Moved SimpleViewer from osgViewer into the osgviewerCocoa example directory as this is the only place in the OSG that now relies upon SimpleViewer.
Robert Osfield
2007-06-06 10:58:21 +00:00
6e3c9ad3d3Added support for passing in ArgumentParser in Viewer and CompositeViewer constructor
Robert Osfield
2007-06-06 10:57:02 +00:00
3199d7bc85From Marin Lavery and Robert Osfield, XCode build fixes
Robert Osfield
2007-06-06 08:59:22 +00:00
e2179a3782From Martin Lavery, XCode build fixes
Robert Osfield
2007-06-05 20:42:43 +00:00
4c2814945eRenamed osgmultiplecameras to osgcompositeviewer
Robert Osfield
2007-06-05 19:44:11 +00:00
18b305062aRenamed osgmultiplecamrea to osgcompositeviewer
Robert Osfield
2007-06-05 19:41:22 +00:00
04d1c77d92Added CompositeViewer support into FLTK example
Robert Osfield
2007-06-05 19:40:07 +00:00
37f646afa4from Stephan Huber: fixed build path for OpenThreads, so osg builds cleanly
Stephan Maximilian HUBER
2007-06-05 19:36:49 +00:00
4f5a421c81Added support for CompositeViewer
Robert Osfield
2007-06-05 19:10:18 +00:00
e6d1002c7aImproved the wording of CMake instructions
Robert Osfield
2007-06-05 17:19:30 +00:00
97749ff243From Martin Lavery, build fixes fo latest file additions
Robert Osfield
2007-06-05 17:18:27 +00:00
2c16c5b87dChange interator to const_iterator to try and avoid Solaris build failure
Robert Osfield
2007-06-05 14:37:55 +00:00
2b9f209765From Per Fahlberg, "added use of the internal format specified in the OpenFlight format attr files."
Robert Osfield
2007-06-05 11:18:28 +00:00
11ccf8f936Removed const to try and avoid Sun compiler error
Robert Osfield
2007-06-05 08:46:32 +00:00
497604a192Removed redundent comma
Robert Osfield
2007-06-05 08:30:24 +00:00
a4952716a5Updated READEME
Robert Osfield
2007-06-04 21:32:15 +00:00
69b40486e9Updated ChangeLog and AUTHORS.txt for 1.9.7 release
Robert Osfield
2007-06-04 21:31:17 +00:00
082ce2e8d4Introduce OSG_BUILD_APPLICATION_BUNDLES option for OSX, defaulting to OFF.
Robert Osfield
2007-06-04 21:02:15 +00:00
a1e436d9e7From Jeremy Moles and Rbert Osfeild, added extra details about CMake build options.
Robert Osfield
2007-06-04 20:32:15 +00:00