[eq-commit] SF.net SVN: equalizer: [1589] trunk/src
Brought to you by:
eile
|
From: <ei...@us...> - 2007-12-10 16:45:03
|
Revision: 1589
http://equalizer.svn.sourceforge.net/equalizer/?rev=1589&view=rev
Author: eile
Date: 2007-12-10 08:45:00 -0800 (Mon, 10 Dec 2007)
Log Message:
-----------
Add initial version of eqOgre to tree. Does only compile (not work) on
Darwin. Needs more work.
API Change: Resource entities created by the NodeFactory now get their
parent in the constructor. Applications need to change their NodeFactory
and derived Node, Pipe, Window, Channel constructors accordingly.
Adapt examples for this API change.
[ ] May break build
[x] Breaks existing application
[ ] Bugfix
[x] New Feature
[ ] Cleanup
[ ] Optimization
[ ] Documentation
Modified Paths:
--------------
trunk/src/Makefile
trunk/src/examples/configs/test.eqc
trunk/src/examples/eVolve/channel.cpp
trunk/src/examples/eVolve/channel.h
trunk/src/examples/eVolve/main.cpp
trunk/src/examples/eVolve/node.h
trunk/src/examples/eVolve/pipe.h
trunk/src/examples/eVolve/window.h
trunk/src/examples/eqHello/hello.cpp
trunk/src/examples/eqPixelBench/channel.h
trunk/src/examples/eqPixelBench/main.cpp
trunk/src/examples/eqPly/channel.h
trunk/src/examples/eqPly/main.cpp
trunk/src/examples/eqPly/node.h
trunk/src/examples/eqPly/pipe.h
trunk/src/examples/eqPly/window.h
trunk/src/lib/base/stdExt.h
trunk/src/lib/client/channel.cpp
trunk/src/lib/client/channel.h
trunk/src/lib/client/client.cpp
trunk/src/lib/client/client.h
trunk/src/lib/client/config.cpp
trunk/src/lib/client/config.h
trunk/src/lib/client/node.cpp
trunk/src/lib/client/node.h
trunk/src/lib/client/nodeFactory.h
trunk/src/lib/client/pipe.cpp
trunk/src/lib/client/pipe.h
trunk/src/lib/client/window.cpp
trunk/src/lib/client/window.h
Added Paths:
-----------
trunk/src/contrib/
trunk/src/contrib/Makefile
trunk/src/contrib/eqOgre/
trunk/src/contrib/eqOgre/Makefile
trunk/src/contrib/eqOgre/README
trunk/src/contrib/eqOgre/common/
trunk/src/contrib/eqOgre/common/OgreCore.zip
trunk/src/contrib/eqOgre/common/ogre.cfg
trunk/src/contrib/eqOgre/common/plugins.cfg
trunk/src/contrib/eqOgre/common/resources.cfg
trunk/src/contrib/eqOgre/common.h
trunk/src/contrib/eqOgre/eoChannel.cpp
trunk/src/contrib/eqOgre/eoChannel.h
trunk/src/contrib/eqOgre/eoConfig.cpp
trunk/src/contrib/eqOgre/eoConfig.h
trunk/src/contrib/eqOgre/eoFrameData.h
trunk/src/contrib/eqOgre/eoFrameEvent.h
trunk/src/contrib/eqOgre/eoInitData.cpp
trunk/src/contrib/eqOgre/eoInitData.h
trunk/src/contrib/eqOgre/eoNode.cpp
trunk/src/contrib/eqOgre/eoNode.h
trunk/src/contrib/eqOgre/eoPipe.cpp
trunk/src/contrib/eqOgre/eoPipe.h
trunk/src/contrib/eqOgre/eoWindow.cpp
trunk/src/contrib/eqOgre/eoWindow.h
trunk/src/contrib/eqOgre/eqOgre.cpp
trunk/src/contrib/eqOgre/ogPlyMesh.cpp
trunk/src/contrib/eqOgre/ogPlyMesh.h
trunk/src/contrib/eqOgre/ogreFrameListener.h
trunk/src/contrib/eqOgre/ogreRoot.cpp
trunk/src/contrib/eqOgre/ogreRoot.h
trunk/src/contrib/eqOgre/ogreWindow.cpp
trunk/src/contrib/eqOgre/ogreWindow.h
trunk/src/contrib/eqOgre/ply.h
trunk/src/contrib/eqOgre/plyFace.h
trunk/src/contrib/eqOgre/plyObject.cpp
trunk/src/contrib/eqOgre/plyObject.h
trunk/src/contrib/eqOgre/plyfile.cpp
trunk/src/contrib/eqOgre/rtVector3.h
trunk/src/contrib/eqOgre/scripts/
trunk/src/contrib/eqOgre/scripts/eqOgre.sln
trunk/src/contrib/eqOgre/scripts/eqOgre.vcproj
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|