History | View | Annotate | Download (12.7 kB)
prepare 0.3.24
Merge branch 'wip_lodifier' into develop
moved lodifier to it's own subdir in src/
post-release version bump
prepare 0.3.22
prepare 0.3.20
changed required Bullet version in configure.ac
Bullet 2.81 (svn r2593) is needed to build Spin with it now. Changes to the configure.ac were made to check this
added shmdata PointCloud reader
move man pages to man dir
update spatosc version to 0.4
prepared NEWS for next release and updated to unstable 0.3.19 version number
updated news and version number for 0.3.18 release
fixed POCO configure error when poco is not present
added some models and images to the installed spin resources (for demo / debug scenes)
fixed HAVE_OSX conditional for linux
fixed python module in OSX (now properly creates a link to .so)
Merge branch 'develop' of code.sat.qc.ca:spinframework into develop
Integrated Poco web server by default into spinserver
removed extra debug print in configure
Upgraded to PCL 1.6, and fixed XCode project
added local pkgconfig folder so that PCL's dependencies are found by autoconf
updates to urls in configure.ac
using last shmdata release (0.6)
shmdata in progress (video seen)
SpaceNavigator support - initial version (no command-line options or tuning parameters
added shaders to install target
added osgPPU with depth-of-field effect as the first thing implemented
added support for compressed point clouds
fixed bug with HAVE_PYTHON flag
added config option to disable Python (note: boost-python not properly detected in Ubuntu Lucid)
removed macro in configure.ac that causes problems in lucid
added Kinect grabber to PointCloud node, improved performance, added voxel filter and cropping
release 0.3.16
Prepare new release
added conditional build of PointCloud node, and tweaked the build settings when the Bullet physics library is present
Compile even if bullet is not available
Initial Bullet physics integration; works only for box shapes
fixed pkgconfig file to link with proper library! was linking to old one with underscore in name
Merge remote branch 'origin/3DUI' into develop
initial addition of poco webserver stuff into automake system
update to 0.3.12
manipulators now work for mouse clicks, though some fine-tuning is needed, and needs to be constrained to single viewer client
update version to 0.3.10
updated version number to 0.3.9
added /usr/local/lib and /usr/local/lib64 to LDFLAGS to test on Ubunutu Precise
added missing boost libraries to Makefile.am
switched to new boost.m4 script
Merge branch 'completion' into develop
added boost-program-options library, since the newest python 2.6 on Lucid uses an updated libutil, which requires boost-program-options
prepare 0.3.4
add API and SO/LT version to libspin.
add pkg-config file
fixed python module install on OSX (added symlink to .so file)
updated SpatOSC support; works now on hardcoded localhost only, with the sound.SpatOSC.pd example in Pdsheefa (rev. 331)
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
add bash completion files
fixed makefile issue for camconfig
fixed sharedvideo in configure
Make sure pkg-config path is changed only on mac
use cppintrospection 3.0
Use shared-video-0.6 pkg-config file
using glibtool instead of libtool on OSX
Adding a test case !
tests/check_it_works.cpp
improved error message in configure.ac
Merge branch 'editor' of github.com:mikewoz/spinframework into editor
added NewNode dialog to editor, and a bunch of other toolbar event handlers. Some work (refresh, add/delete node, debug print), others don't (grid, viewer, log clear/save)
added wxwidgets 2.9 to deps
fixed double makefile in configure
towards 1st wx example
add a makefile.am to configure.ac
progress in packaging with cppintrospection
adding newly generated wrappers
fixed a thing that was broken
trying to fix stuff - cleanup in configure.ac
adding a bunch of libs - it doesnt build
Add flags for the new osgintrospection package
trying to fix broken packaging
Build doxygen doc in build system
build with wx flags
removed check for fmod
check for editor
Towards fixing make distcheck
fixed saving of statesets in xml, and moved towards proper .app bundles for OSX
Trying to add a desktop entry + fixed some packaging issues
Fixed packaging of images, scripts and fonts
The SVN files were in the tarball
towards building an OSX .app bundle for spinviewer (almost there)
updated version to 0.3.3 - not yet released
don't need to do enable-scenic, if it's detected it will be used
added message in configure if scenic is enabled
added another LDFLAG for finding Scenic libs on systems with just the package install
fixed ld flags when looking for shared video