REFACTORING #1: renamed vess folder to 'spin'
REFACTORING #1: minor changes to resources
REFACTORING #1: fixes for Linux
REFACTORING #1: renamed all asNodes, and renamed vess to spinServer. Still need to remove vess from WX files
fixed sharedVideoNode
added sharedVideoNode
rename of vessThreads to spinContext
small fix to saving connections in xml
changed reportGlobals to setReportMode to allow for various reporting modes (asBasicNode)
added vessLog to asSceneManager and vess. Temporarily removed from WX
fixed user registration in spinViewer (userRefresh works)
fixed reportGlobals by ensuring that nodePaths are up-to-date
fixed clear and clearUsers
update to exportScene
fixed the subGraph exporter
added user handing methods (clearUsers, userRefresh, etc)
fixed setParam for asReferenced
added docGenerator to makefile
added connectSource method for asDSPnode (for reversed connections)
added translation/orientation offsets to dspNodes and lightNodes (by deriving from asBasicNode instead of just asReferenced)
added message forwarding for unmatched node messages
added infoport sender and callback in vessThreads
fixed asDSPnode connect() methods
added setParam to asReferenced
fixes to toolbar icons
fixes to icon paths
fixed wx toolbar image path
fixes to wx icon paths
fixes to wx icon paths, and MacOS application bundles
fixing OSX application bundle
fixes for OSX application bundle
fixed attach() and detach() mutex issue when doing a setParent
switched to relative paths for textures and models
fixed scene loading bug (by removing mutex around the admin callback section
fixed setDSP bug
fix to cameraManipulator in spinViewer
Listener threads no longer need to do an updateGraph. It is now done directly in asReferenced::setParent using a thread mutex
new vessThread class instead of listener and server
updated DSPnode interface
wx stuff
wx onClose() handlers
replaced wxVessConfig with wxVessSettings frame
new simplified spinViewer
some wx changes
fixed toolbar size
makefile fix
changed some wx stuff (eg, icons)
changed binaries and executable names with spin prefix
Changed a lot of things related to userNode, messaging, callbacks, etc.
added some new icons
added getHostname()
fixed some const char errors
fixed method invocation for base classes in asSceneManager
added userNode
enabled drag-n-drop parenting in vessTreeCtrl, and fixed propgrid events
Fixed refresh issue in propgrid and tree editor
tests with propgrid
many changes to vessWX and doc
test with nodetracker
added docGenerator
changed asCameraView nodeTracker mode to TRACKBALL
removed accents in license header
Fixed makefile so propgrid is properly linked on all systems
fixed propgrid bug
removed old backup files
Updated header and licence notice (LGPLv3) in all source files
fixed genwrapper's makefile for OSX