From: <ei...@us...> - 2006-10-04 01:49:30
|
Revision: 6 http://svn.sourceforge.net/vmmlib/?rev=6&view=rev Author: eile Date: 2006-10-03 07:51:32 -0700 (Tue, 03 Oct 2006) Log Message: ----------- Cleanup directory structure Added Paths: ----------- trunk/English.lproj/ trunk/Info.plist trunk/LICENSE trunk/README trunk/VMML.xcodeproj/ trunk/include/ trunk/src/main_test.cpp trunk/website/ Removed Paths: ------------- trunk/src/English.lproj/ trunk/src/Info.plist trunk/src/LICENSE trunk/src/README trunk/src/VMML.xcodeproj/ trunk/src/include/ trunk/src/src/ trunk/src/website/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2006-10-08 14:40:23
|
Revision: 11 http://svn.sourceforge.net/vmmlib/?rev=11&view=rev Author: l3m Date: 2006-10-08 07:40:16 -0700 (Sun, 08 Oct 2006) Log Message: ----------- small fix Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/OctreeNode.h trunk/src/main_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2006-10-17 15:33:10
|
Revision: 21 http://svn.sourceforge.net/vmmlib/?rev=21&view=rev Author: l3m Date: 2006-10-17 08:32:56 -0700 (Tue, 17 Oct 2006) Log Message: ----------- added tests for matrix3 and matrix4 functionality Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/Matrix3.h trunk/include/Matrix4.h trunk/src/main_test.cpp Added Paths: ----------- trunk/include/Matrix3Test.h trunk/include/Matrix4Test.h trunk/include/Test.h trunk/src/Matrix3Test.cpp trunk/src/Matrix4Test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-17 15:51:22
|
Revision: 24 http://svn.sourceforge.net/vmmlib/?rev=24&view=rev Author: eile Date: 2006-10-17 08:51:06 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Add tests from jonas Added Paths: ----------- trunk/tests/ trunk/tests/Matrix3Test.cpp trunk/tests/Matrix3Test.h trunk/tests/Matrix4Test.cpp trunk/tests/Matrix4Test.h trunk/tests/Test.h trunk/tests/main_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2006-10-17 15:52:56
|
Revision: 25 http://svn.sourceforge.net/vmmlib/?rev=25&view=rev Author: l3m Date: 2006-10-17 08:52:49 -0700 (Tue, 17 Oct 2006) Log Message: ----------- removed test stuff from old location Removed Paths: ------------- trunk/include/Matrix3Test.h trunk/include/Matrix4Test.h trunk/include/Test.h trunk/src/Matrix3Test.cpp trunk/src/Matrix4Test.cpp trunk/src/main_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2006-10-18 12:26:58
|
Revision: 27 http://svn.sourceforge.net/vmmlib/?rev=27&view=rev Author: l3m Date: 2006-10-18 05:26:49 -0700 (Wed, 18 Oct 2006) Log Message: ----------- fixed matrix4, did some renaming. both matrix3 and matrix4 now fulfill all tests. Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/Matrix3.h trunk/include/Matrix4.h trunk/tests/Matrix3Test.cpp trunk/tests/Matrix4Test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2006-10-18 17:54:57
|
Revision: 29 http://svn.sourceforge.net/vmmlib/?rev=29&view=rev Author: l3m Date: 2006-10-18 10:54:49 -0700 (Wed, 18 Oct 2006) Log Message: ----------- changed include-protection name of vector2 ( for stupid, raster-compatibility reasons ) Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/Vector2.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2006-10-19 17:02:33
|
Revision: 41 http://svn.sourceforge.net/vmmlib/?rev=41&view=rev Author: l3m Date: 2006-10-19 09:47:44 -0700 (Thu, 19 Oct 2006) Log Message: ----------- improved xcode project Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/tests/main_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2006-10-25 00:27:19
|
Revision: 43 http://svn.sourceforge.net/vmmlib/?rev=43&view=rev Author: l3m Date: 2006-10-24 17:26:49 -0700 (Tue, 24 Oct 2006) Log Message: ----------- added vector3 overloaded functions for scale and scaleTransform Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-26 13:01:40
|
Revision: 44 http://svn.sourceforge.net/vmmlib/?rev=44&view=rev Author: eile Date: 2006-10-26 06:01:33 -0700 (Thu, 26 Oct 2006) Log Message: ----------- add test for Matrix4 * Vector4 Modified Paths: -------------- trunk/include/Matrix4.h trunk/tests/Matrix4Test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-26 14:28:30
|
Revision: 45 http://svn.sourceforge.net/vmmlib/?rev=45&view=rev Author: eile Date: 2006-10-26 07:28:22 -0700 (Thu, 26 Oct 2006) Log Message: ----------- add Vector4' * Matrix4 and test Modified Paths: -------------- trunk/include/Vector4.h trunk/tests/Matrix4Test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-10-31 14:48:51
|
Revision: 47 http://svn.sourceforge.net/vmmlib/?rev=47&view=rev Author: eile Date: 2006-10-31 06:48:41 -0800 (Tue, 31 Oct 2006) Log Message: ----------- add post rotate methods, add rotate unit tests, add Makefile in tests Modified Paths: -------------- trunk/include/Matrix4.h trunk/include/Vector3.h trunk/include/Vector4.h trunk/tests/Matrix3Test.h trunk/tests/Matrix4Test.cpp trunk/tests/Matrix4Test.h trunk/tests/Test.h Added Paths: ----------- trunk/tests/Makefile This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2006-11-22 13:14:17
|
Revision: 49 http://svn.sourceforge.net/vmmlib/?rev=49&view=rev Author: l3m Date: 2006-11-22 05:14:15 -0800 (Wed, 22 Nov 2006) Log Message: ----------- replaced old c-headers with their c++ std counterparts. Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/Matrix3.h trunk/include/Matrix4.h trunk/include/Vector2.h trunk/include/Vector3.h trunk/include/Vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-03-07 17:17:15
|
Revision: 59 http://svn.sourceforge.net/vmmlib/?rev=59&view=rev Author: l3m Date: 2007-03-07 09:17:09 -0800 (Wed, 07 Mar 2007) Log Message: ----------- added aabbf as default include and fixed some header visibility bugs in the xcode project Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/VMMLib.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jul...@us...> - 2007-03-13 09:48:51
|
Revision: 63 http://svn.sourceforge.net/vmmlib/?rev=63&view=rev Author: julius87 Date: 2007-03-13 02:48:46 -0700 (Tue, 13 Mar 2007) Log Message: ----------- added quaternion, added unit tests for vector2,3,4 and svd, added not yet working tests for jacobi Modified Paths: -------------- trunk/include/JacobiSolver.h trunk/include/Matrix3.h trunk/include/SingularValueDecomposition.h trunk/include/VMMLib.h trunk/include/Vector2.h trunk/include/Vector4.h trunk/tests/main_test.cpp Added Paths: ----------- trunk/include/Quaternion.h trunk/tests/JacobiSolverTest.cpp trunk/tests/JacobiSolverTest.h trunk/tests/QuaternionTest.cpp trunk/tests/QuaternionTest.h trunk/tests/SVDTest.cpp trunk/tests/SVDTest.h trunk/tests/Vector2Test.cpp trunk/tests/Vector2Test.h trunk/tests/Vector3Test.cpp trunk/tests/Vector3Test.h trunk/tests/Vector4Test.cpp trunk/tests/Vector4Test.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-03-30 11:28:08
|
Revision: 71 http://svn.sourceforge.net/vmmlib/?rev=71&view=rev Author: eile Date: 2007-03-30 04:28:09 -0700 (Fri, 30 Mar 2007) Log Message: ----------- move LICENSE to include/ Added Paths: ----------- trunk/include/LICENSE Removed Paths: ------------- trunk/LICENSE This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-04-29 19:43:16
|
Revision: 78 http://svn.sourceforge.net/vmmlib/?rev=78&view=rev Author: l3m Date: 2007-04-29 12:43:14 -0700 (Sun, 29 Apr 2007) Log Message: ----------- fixed bug that made Visual Studio cough on my rotate( angle, vector ) function Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/Matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-05-27 15:04:57
|
Revision: 80 http://svn.sourceforge.net/vmmlib/?rev=80&view=rev Author: l3m Date: 2007-05-27 08:04:55 -0700 (Sun, 27 May 2007) Log Message: ----------- added proper type-conversion ctors and assignment operators to the 3 vector classes and the two matrix classes. so you can now do this: Matrix4< float > a; // fill ^^ Matrix4< double > d( a ); d = a; also, some minor const correctness and cosmetic fixes Modified Paths: -------------- trunk/VMML.xcodeproj/project.pbxproj trunk/include/Matrix3.h trunk/include/Matrix4.h trunk/include/Vector2.h trunk/include/Vector3.h trunk/include/Vector4.h trunk/tests/Matrix4Test.cpp trunk/tests/main_test.cpp Added Paths: ----------- trunk/tests/perf_test.cpp Removed Paths: ------------- trunk/include/OctreeNode.h trunk/include/OctreeVisitor.h trunk/include/QuadtreeNode.h trunk/include/QuadtreeVisitor.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-06-15 12:35:27
|
Revision: 82 http://svn.sourceforge.net/vmmlib/?rev=82&view=rev Author: l3m Date: 2007-06-15 05:35:26 -0700 (Fri, 15 Jun 2007) Log Message: ----------- clarified README, added normalize() methods instead of the normalise ones as requested by renato, and wrote a deprecated comment to the old normalise ones ( but didn't remove them to avoid breaking code ) Modified Paths: -------------- trunk/README trunk/include/FrustumCuller.h trunk/include/Matrix4.h trunk/include/Quaternion.h trunk/include/Vector2.h trunk/include/Vector3.h trunk/include/Vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-06-15 13:25:35
|
Revision: 84 http://svn.sourceforge.net/vmmlib/?rev=84&view=rev Author: l3m Date: 2007-06-15 06:25:36 -0700 (Fri, 15 Jun 2007) Log Message: ----------- created new XCode-Project, removed old damaged one. Modified Paths: -------------- trunk/English.lproj/InfoPlist.strings trunk/Info.plist trunk/include/Frustum.h Added Paths: ----------- trunk/VMMLib.xcodeproj/ trunk/VMMLib.xcodeproj/project.pbxproj Removed Paths: ------------- trunk/VMML.xcodeproj/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-06-15 13:51:00
|
Revision: 86 http://svn.sourceforge.net/vmmlib/?rev=86&view=rev Author: l3m Date: 2007-06-15 06:51:02 -0700 (Fri, 15 Jun 2007) Log Message: ----------- added consistent typedefs to all basic classes ( blahf, blahd, blahi, blahub for float, double, int and unsigned char/byte, respectively ) Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/Frustum.h trunk/include/FrustumCuller.h trunk/include/HelperFunctions.h trunk/include/JacobiSolver.h trunk/include/Matrix3.h trunk/include/Matrix4.h trunk/include/SingularValueDecomposition.h trunk/include/VMMLib.h trunk/include/Vector2.h trunk/include/Vector3.h trunk/include/Vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-06-15 19:04:06
|
Revision: 89 http://svn.sourceforge.net/vmmlib/?rev=89&view=rev Author: l3m Date: 2007-06-15 12:04:02 -0700 (Fri, 15 Jun 2007) Log Message: ----------- added tests for the new smaller/greater functions Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/tests/Vector2Test.cpp trunk/tests/Vector3Test.cpp trunk/tests/Vector4Test.cpp trunk/tests/perf_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-08-09 17:03:05
|
Revision: 95 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=95&view=rev Author: l3m Date: 2007-08-09 10:03:05 -0700 (Thu, 09 Aug 2007) Log Message: ----------- the great renaming, part one. moved all headers to include/vmmlib, changed the filename to small case and changed all internal includes from "X.h" to <vmmlib/x.h>. Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/tests/SVDTest.h trunk/tests/main_test.cpp Added Paths: ----------- trunk/include/vmmlib/ trunk/include/vmmlib/LICENSE trunk/include/vmmlib/axisAlignedBoundingBox.h trunk/include/vmmlib/frustum.h trunk/include/vmmlib/frustumCuller.h trunk/include/vmmlib/helperFunctions.h trunk/include/vmmlib/jacobiSolver.h trunk/include/vmmlib/matrix3.h trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/quaternion.h trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h trunk/include/vmmlib/vmmlib.h Removed Paths: ------------- trunk/include/AxisAlignedBoundingBox.h trunk/include/Frustum.h trunk/include/FrustumCuller.h trunk/include/HelperFunctions.h trunk/include/JacobiSolver.h trunk/include/LICENSE trunk/include/Matrix3.h trunk/include/Matrix4.h trunk/include/Quaternion.h trunk/include/VMMLib.h trunk/include/Vector2.h trunk/include/Vector3.h trunk/include/Vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <max...@us...> - 2007-08-13 15:55:05
|
Revision: 101 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=101&view=rev Author: max_mahinya Date: 2007-08-13 08:55:04 -0700 (Mon, 13 Aug 2007) Log Message: ----------- Matrix*vector operation fixed Modified Paths: -------------- trunk/include/vmmlib/matrix3.h trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/vector4.h trunk/tests/Matrix4Test.cpp trunk/tests/Vector4Test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <max...@us...> - 2007-08-22 11:51:38
|
Revision: 105 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=105&view=rev Author: max_mahinya Date: 2007-08-22 04:51:41 -0700 (Wed, 22 Aug 2007) Log Message: ----------- Matrix3 Matrix3::operator=( Matrix4 ) added, to get main submatrix from Matrix4. Modified Paths: -------------- trunk/include/vmmlib/matrix3.h trunk/tests/Matrix3Test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |