Commit Graph

129 Commits

Author SHA1 Message Date
Eric WING
ea8ceb734d Updates to resync Xcode project with current state of repository.
Added several missing plugins (e.g. osgdb_osgShadow, osgdb_osgViewer, osgdb_Terrain).

Added dependency information hoping that the Xcode 3 parallel target building will work now.
2008-01-08 23:20:30 +00:00
Eric WING
91e7550ecf Added missing files for qt plugin 2007-11-10 03:43:23 +00:00
Eric WING
15c3ad2b97 For osgdb_freetype:
Ugh. Another fix for the cycle problem. It seems that the SDKROOT didn't necessarily solve the problem, but there were some unneeded library dependencies that weren't in my test fork which allowed my test to work, but caused SVN to fail.
I have removed some of the excess libraries and it seems to build without the Q&A fix.
2007-11-09 20:04:08 +00:00
Eric WING
28b9659593 OpenThreads Version header was mistakenly in Resources.
osg Texture2DArray header was mistakenly in Resources.
2007-11-09 13:16:32 +00:00
Eric WING
fab7c66061 Lots of Leopard information added. 2007-11-09 02:21:16 +00:00
Eric WING
2888152d52 For Leopard freetype, path is $(SDKROOT)/usr/X11/lib not X11R6. 2007-11-08 10:30:06 +00:00
Eric WING
f98051d4c7 Fix for freetype plugin to be aware of SDKs (i.e. use SDKROOT). 2007-10-29 00:36:47 +00:00
Eric WING
c67f68a760 Forgot to bump version numbers to 2.2.0. 2007-10-05 11:48:41 +00:00
Eric WING
7e32ff881d Needed to remove dead header from precompiled header file.
Minor fixes to readme.
2007-10-05 11:28:49 +00:00
Stephan Maximilian HUBER
a1ae24af83 updated XCode projects 2007-10-03 21:12:32 +00:00
Stephan Maximilian HUBER
69eddaa7bb updated XCode-projects 2007-09-30 20:16:49 +00:00
Stephan Maximilian HUBER
368a45eec0 updated xcode-projects 2007-09-30 16:24:00 +00:00
Stephan Maximilian HUBER
e485c780c1 updated XCode project-files 2007-09-26 16:17:46 +00:00
Robert Osfield
10d59e73f6 From Mirko Viviani, "attacched you'll find the updated xcode project for OpenSceneGraph
2.1.11. The one supplied in the archive does not build due to some missing
file references."
2007-09-24 09:39:30 +00:00
Eric WING
dee0c92ffc Documentation updates. 2007-08-22 14:32:06 +00:00
Eric WING
e043b0339b Fixes to DMG script to reflect removal of GDAL and external OpenThreads.
Support for OpenSceneGraph-Data repo aside OpenSceneGraph repo.

Added background image support to DMG. Pre-laid-out .DS_Store included.
2007-08-22 11:04:43 +00:00
Eric WING
120c9e54fe Removed missing shadow examples from Xcode project. 2007-08-22 10:56:20 +00:00
Stephan Maximilian HUBER
16d31fb85c From Stephan Huber: updating the XCode-project-files 2007-08-14 13:08:15 +00:00
Robert Osfield
d9aa750f0d From Martin Lavery, XCode updates for the new Renderer class 2007-08-02 12:36:03 +00:00
Robert Osfield
f753ff6a5a From Martin Lavery, updates to Xcode projects 2007-07-12 16:37:06 +00:00
Robert Osfield
751c638015 From Martin Lavery, Update to Packaging files for Xcode build 2007-07-12 09:03:43 +00:00
Robert Osfield
c58a2235bb From Martin Lavery, update of Xcode projects to meet the latest SVN revision 2007-07-11 09:00:19 +00:00
Robert Osfield
f2a50164b9 Removed the old references to files now removed 2007-06-30 07:09:30 +00:00
Eric WING
a1952f2538 Minor build fixes. Changed/fixed GraphicsWindowCarbon to go into api/Carbon instead of just api/ 2007-06-27 19:51:06 +00:00
Robert Osfield
c8c1e1107e From Martin Lavery, Updates to Packages 2007-06-15 17:47:16 +00:00
Robert Osfield
b0f5d19996 From Martin Lavery, Update to Packaging 2007-06-15 14:26:10 +00:00
Robert Osfield
f162600d4e From Martin Lavery, Packaging Update 2007-06-14 22:22:54 +00:00
Robert Osfield
f61f7f9ebc From Martin Lavery, Packaging Updates 2007-06-14 20:49:53 +00:00
Robert Osfield
1da05fbf44 From Martin Lavery, Packaging Updates 2007-06-14 20:48:02 +00:00
Robert Osfield
8e511c5268 From Martin Lavery, Install script for the Xcode build 2007-06-14 20:22:52 +00:00
Robert Osfield
276926523e From Martin Lavery, Fix to packaging 2007-06-14 16:09:35 +00:00
Robert Osfield
a2ba0749be From Martin Lavery, addition of Packaging directory 2007-06-14 15:51:02 +00:00
Robert Osfield
8246a6018d From Martin Lavery, osgShadow plugin added to Xcode project. 2007-06-13 10:31:32 +00:00
Robert Osfield
ace6ec53d6 From Martin Lavery, fix to Xcode Resources 2007-06-12 11:31:21 +00:00
Robert Osfield
90b8478eb8 From Martin Lavery, Fix of OpenSceneGraph-Data linking 2007-06-12 10:37:12 +00:00
Robert Osfield
49de1a61e7 From Martin Lavery, Linking of example Data files for the Xcode Projects 2007-06-08 15:03:58 +00:00
Eric WING
ff6884c4bd Changed 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.
2007-06-08 05:03:56 +00:00
Eric WING
1682827b4b Lots of various fixes to Xcode project.
- Adding missing header files and making sure they are marked public.

- Support to copy headers in Viewer/api into the proper location in framework

- Internalized OpenThreads build so cross-project dependency is not needed. Can now delete copy of OpenThreads project. Frameworks use native Xcode linking mechanism. Plugins/Examples still use explicit -framework OpenThreads. Could potentially be problem is old OpenThreads is on the system. This can be changed to use native mechanism too, but requires some patience because it is tedious to change.

- Lots of fixes to osgViewerCocoa (something got messed up pretty badly...files are missing from repo). Another submission will need to readd these files back.
2007-06-08 04:57:00 +00:00
Stephan Maximilian HUBER
9446fedf2b Stephan Huber: fixed deploy-build for osgViewer 2007-06-07 21:43:27 +00:00
Robert Osfield
db86ea2d3f From Martin Lavery, StatsHandler added to the ViewerCocoa example 2007-06-07 20:22:45 +00:00
Robert Osfield
373088c358 From Martin Lavery, Updates to Xcode project 2007-06-06 13:45:50 +00:00
Robert Osfield
3199d7bc85 From Marin Lavery and Robert Osfield, XCode build fixes 2007-06-06 08:59:22 +00:00
Robert Osfield
e2179a3782 From Martin Lavery, XCode build fixes 2007-06-05 20:42:43 +00:00
Stephan Maximilian HUBER
37f646afa4 from Stephan Huber: fixed build path for OpenThreads, so osg builds cleanly 2007-06-05 19:36:49 +00:00
Robert Osfield
97749ff243 From Martin Lavery, build fixes fo latest file additions 2007-06-05 17:18:27 +00:00
Eric WING
4368a7dca5 Stephan Huber: Adding missing Xcode project file. 2007-05-29 18:39:27 +00:00
Stephan Maximilian HUBER
41a5ed4e0e From Stephan Huber, updated OpenThreads-XCode-project files 2007-05-29 14:19:42 +00:00
Eric WING
a67111a64c Fixes to resync Xcode project with current tree.
flt files are missing. I'm not sure if it was intentionally removed from the project, so I left the everything in place, but removed the target from the build aggregate targets so it doesn't get in the way of the build system.
Added back osgTerrain to the project (don't know who deleted those). SDL's aggregate target is also missing.
2007-04-30 22:12:08 +00:00
Robert Osfield
c489b0af2c Renamed HeightFieldNode and HeightFieldRenderer to TerrainNode and TerrainTechnique respectively 2007-03-14 11:24:04 +00:00
Robert Osfield
7d354b79aa Further clean up for refernces to osgTerrain/DataSet 2007-02-27 21:18:37 +00:00
Robert Osfield
b00cbe5a17 Moved include/osgTerrain/DataSet/.cpp, gdal plugin and osgdem out into the VirtualPlaneBuilder project.
Updated examples to remove DataSet/GDAL dependency.

Updated wrappers
2007-02-27 21:12:48 +00:00
Robert Osfield
eb4ad4229f Moved osgProducer and osgproducerviewer out into their own repository.
Clean up the source for remaining references to osgProducer/Producer.
2007-02-27 13:16:18 +00:00
Robert Osfield
ad3cac84e9 Moved Block, ReentrantMutex and ReadWriteMutex into OpenThreads. 2007-02-23 16:31:34 +00:00
Robert Osfield
edf050842a From Eric Wing, updates to XCode projects and introduction of two SDL OSX files to the osgsimpleviewerSDL example 2007-02-16 06:11:38 +00:00
Robert Osfield
bfa30a644e From Stephan Huber, "attached you'll find an update for the XCode-project.
I added the osgShadow as a framework and osgManipulator as a framework,
(and the corresponding examples) I removed (hopefully) all references to
osg-/Producer where necessary, and some minor stuff."
2007-02-14 14:53:31 +00:00
Robert Osfield
785fd5c0d9 From Stephan Huber, "New features:
+ Multi-display-support
+ automatic hiding of the menubar/dock if one of the windows intersects
the menubar/dock

Bugfixes:
+ event-handling was done by the first opened window, other windows did
not receive events -- fixed
+ mouse-coordinates were absolute, now they are relative to the window.

known bugs:
+ windows with decoration and in fullscreen-size are moved by the system
a little bit, so that the titlebar is accessible/visible. So if you want
real fullscreen-windows, don't decorate the window :)

I updated the XCode-project-file so all ported examples are linked
against osgViewer."
2007-01-12 21:33:19 +00:00
Robert Osfield
d6d1a46db9 From Stephan Huber, GraphicsWindowCarbon implementation 2007-01-09 10:06:20 +00:00
Robert Osfield
02bda82b55 From Paul Martz and Robert Osfield, renamed include/osgUtil/Tesselator and associated classes/references to Tessellator etc. 2007-01-08 11:23:52 +00:00
Robert Osfield
e041f08b73 From Stephan Huber, updated Xcode projects for changes to examples ported over to osgViewer 2007-01-07 20:52:10 +00:00
Robert Osfield
c9c2950759 Moved UnitTestFramework from core osg lib into osgunittests example 2006-12-19 17:06:59 +00:00
Robert Osfield
79c8835422 Checked in new .plists' 2006-11-30 16:55:32 +00:00
Robert Osfield
fd2ffeb310 Renamed osg::CameraNode to osg::Camera, cleaned up osg::View.
Added beginnings of new osgViewer::Scene,View,Viewer,CompositeViewer and GraphicsWindowProxy files.
2006-11-27 14:52:07 +00:00
Robert Osfield
e16f33e9c5 Renamed osgviewer-Info.plist to osgviewerApplication-Info.plist to prevent
svn naming collision problems under Windows due t osgviewer/osgViewer case insentive file name collisions.
2006-11-21 14:42:36 +00:00
Robert Osfield
ffc3d4e351 From Eric Wing, updates to Xcode projects 2006-11-17 16:25:29 +00:00
Robert Osfield
a11dd1c479 From Eric Wing, updates to Xcode project for new osgViewer library 2006-11-08 10:00:43 +00:00
Robert Osfield
84387e4abe From Eric Wing, updated to Xcode projects 2006-09-21 11:26:18 +00:00
Robert Osfield
05d218e990 From Eric Wing, updates to OSX build notes. 2006-09-13 14:00:19 +00:00
Robert Osfield
127ec2a690 From Eric Wing, updated to Xcode projects 2006-09-08 10:46:05 +00:00
Robert Osfield
5868bab4d9 From Eric Wing, updates to Xcode projects 2006-09-05 20:18:21 +00:00
Robert Osfield
8365ec3217 From Eric Wing, updates to Xcode project 2006-08-25 08:42:17 +00:00
Robert Osfield
b286a380fb From Eric Wing, updates to Xcode projects 2006-08-21 21:00:14 +00:00
Robert Osfield
108a557d72 Removed Xcode 1.x projects 2006-08-12 07:43:37 +00:00
Robert Osfield
469c195a1c From Radu Mihai, removed osgfbo and osgpbuffer projects 2006-08-11 21:48:24 +00:00
Robert Osfield
3730d7266d Removed referecens to the deprecate UByte4 2006-08-09 13:02:52 +00:00
Robert Osfield
8d39df4c73 From Eric Wing, updaetes to Xcode projects 2006-07-06 09:11:15 +00:00
Robert Osfield
a90f06a9ce From Eric Wing, updates to Xcode projects 2006-06-28 11:37:22 +00:00
Robert Osfield
12100cd5d1 From Eric Wing, updates to Xcode projects 2006-06-28 11:27:16 +00:00
Robert Osfield
59b9e4d1d7 From Eric Wing, updated precompiled header list in new project file template. 2006-05-01 16:11:30 +00:00
Robert Osfield
8a245a7bb6 From Eric Wing, XCode project files. 2006-04-04 12:53:10 +00:00