Matt and I decided to finally remove Bretton Wade's code from the source. Bretton doesn't like open source, and it was unclear whether he would allow us to distribute his code under the GNU Public License, so we're going through all the files that end in "_3d.cpp" and "_3d.h", plus precompile.h and utility.h (and anything else we had gotten from him), and rewriting them from scratch. The new ones are not completely compatible with the old ones, in particular several c++ operators are changed to explicit names (like 'operator|' in many classes has been changed to 'dotProduct'). We're still working on changing a lot of the code, so cvs may not be a good place for a little while for anyone to depend on getting libspider from (unless you want to see how much progress has been made getting rid of Bretton's code). I try to make sure it compiles before committing anything, but it isn't finished or tested much yet, so, again, don't depend on cvs right now for your own programs. It should all be complete within a few weeks (probably sooner). When I finish, I'll tarball the source and put it up on the 'files' section.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Matt and I decided to finally remove Bretton Wade's code from the source. Bretton doesn't like open source, and it was unclear whether he would allow us to distribute his code under the GNU Public License, so we're going through all the files that end in "_3d.cpp" and "_3d.h", plus precompile.h and utility.h (and anything else we had gotten from him), and rewriting them from scratch. The new ones are not completely compatible with the old ones, in particular several c++ operators are changed to explicit names (like 'operator|' in many classes has been changed to 'dotProduct'). We're still working on changing a lot of the code, so cvs may not be a good place for a little while for anyone to depend on getting libspider from (unless you want to see how much progress has been made getting rid of Bretton's code). I try to make sure it compiles before committing anything, but it isn't finished or tested much yet, so, again, don't depend on cvs right now for your own programs. It should all be complete within a few weeks (probably sooner). When I finish, I'll tarball the source and put it up on the 'files' section.