History | View | Annotate | Download (164 Bytes)
moved lodifier to it's own subdir in src/
added osgPPU with depth-of-field effect as the first thing implemented
Merge branch 'master' into editor
Conflicts: .gitignore configure.ac include/spinApp.h include/spinBaseContext.h include/spinClientContext.h src/spin/TextNode.cpp src/spin/spinBaseContext.cpp src/spin/spinServer.cpp src/spin/spinViewer.cpp
Adding a test case !
tests/check_it_works.cpp
More fixes towards a spin namespace
Re-generated the wrappers
change dir compilation order
added a subdir
Towards fixing make distcheck
Fixed packaging of images, scripts and fonts
The SVN files were in the tarball
Removed genwrapper from the source tree (it is now an external dependency). Also added all the necessary (pre-generated) osgWrappers so that building wrappers is only required by the developer who makes a change to the API (header files).
added a few headers, README, and LICENSE for 'make dist'
Added more Makefile.am files so that compilation doesn't have to be from top always