You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(45) |
Nov
(4) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(2) |
Feb
(1) |
Mar
(15) |
Apr
(7) |
May
(1) |
Jun
(9) |
Jul
(4) |
Aug
(15) |
Sep
(2) |
Oct
|
Nov
(4) |
Dec
|
2008 |
Jan
(3) |
Feb
(7) |
Mar
|
Apr
(4) |
May
|
Jun
(4) |
Jul
(55) |
Aug
(6) |
Sep
(6) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2009 |
Jan
(6) |
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
(11) |
Jun
(7) |
Jul
(6) |
Aug
(6) |
Sep
(1) |
Oct
(1) |
Nov
(7) |
Dec
|
2010 |
Jan
(5) |
Feb
(2) |
Mar
(19) |
Apr
(8) |
May
(2) |
Jun
(6) |
Jul
(1) |
Aug
(3) |
Sep
|
Oct
(38) |
Nov
(47) |
Dec
(18) |
2011 |
Jan
(5) |
Feb
(3) |
Mar
(14) |
Apr
(14) |
May
(16) |
Jun
(4) |
Jul
|
Aug
(6) |
Sep
(48) |
Oct
(17) |
Nov
(13) |
Dec
(22) |
2012 |
Jan
(5) |
Feb
(25) |
Mar
(35) |
Apr
(13) |
May
(2) |
Jun
(12) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
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-12 17:19:43
|
Revision: 62 http://svn.sourceforge.net/vmmlib/?rev=62&view=rev Author: eile Date: 2007-03-12 10:19:44 -0700 (Mon, 12 Mar 2007) Log Message: ----------- Rename Vector2 template parameter and add Vector2::getArea() Modified Paths: -------------- 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...> - 2007-03-10 20:09:57
|
Revision: 61 http://svn.sourceforge.net/vmmlib/?rev=61&view=rev Author: l3m Date: 2007-03-10 12:09:55 -0800 (Sat, 10 Mar 2007) Log Message: ----------- added merge( const aabb& box ) Modified Paths: -------------- trunk/include/AxisAlignedBoundingBox.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 21:55:58
|
Revision: 60 http://svn.sourceforge.net/vmmlib/?rev=60&view=rev Author: l3m Date: 2007-03-07 13:55:56 -0800 (Wed, 07 Mar 2007) Log Message: ----------- aabb getCenter() Modified Paths: -------------- trunk/include/AxisAlignedBoundingBox.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: <ei...@us...> - 2007-03-07 15:59:44
|
Revision: 58 http://svn.sourceforge.net/vmmlib/?rev=58&view=rev Author: eile Date: 2007-03-07 07:59:36 -0800 (Wed, 07 Mar 2007) Log Message: ----------- Add Vector4ub typedef Modified Paths: -------------- trunk/include/Vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-02-13 15:49:26
|
Revision: 57 http://svn.sourceforge.net/vmmlib/?rev=57&view=rev Author: eile Date: 2007-02-13 07:49:27 -0800 (Tue, 13 Feb 2007) Log Message: ----------- Add clean room implementation of a frustum culler Modified Paths: -------------- trunk/include/VMMLib.h trunk/include/Vector4.h Added Paths: ----------- trunk/include/FrustumCuller.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2007-01-24 16:47:17
|
Revision: 56 http://svn.sourceforge.net/vmmlib/?rev=56&view=rev Author: eile Date: 2007-01-24 08:47:17 -0800 (Wed, 24 Jan 2007) Log Message: ----------- Win32 porting: change naming of near, far, min, max to avoid name clashes. Modified Paths: -------------- trunk/include/Frustum.h trunk/include/SingularValueDecomposition.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: <ei...@us...> - 2007-01-22 16:53:49
|
Revision: 55 http://svn.sourceforge.net/vmmlib/?rev=55&view=rev Author: eile Date: 2007-01-22 08:53:40 -0800 (Mon, 22 Jan 2007) Log Message: ----------- Add Vector zero statics Modified Paths: -------------- 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: <ei...@us...> - 2006-12-28 13:32:41
|
Revision: 54 http://svn.sourceforge.net/vmmlib/?rev=54&view=rev Author: eile Date: 2006-12-28 05:32:41 -0800 (Thu, 28 Dec 2006) Log Message: ----------- bugfix: Frustum matrix computation (OS X man page is wrong), correct bottom, top order Modified Paths: -------------- trunk/include/Frustum.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-12-22 10:13:04
|
Revision: 53 http://svn.sourceforge.net/vmmlib/?rev=53&view=rev Author: eile Date: 2006-12-22 02:13:03 -0800 (Fri, 22 Dec 2006) Log Message: ----------- Fix const-correctness of getInverse() Modified Paths: -------------- 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-12-22 10:06:57
|
Revision: 52 http://svn.sourceforge.net/vmmlib/?rev=52&view=rev Author: eile Date: 2006-12-22 02:06:57 -0800 (Fri, 22 Dec 2006) Log Message: ----------- Add mutual Matrix4d/Matrix4f copy constructors Modified Paths: -------------- 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-11-27 14:49:16
|
Revision: 51 http://svn.sourceforge.net/vmmlib/?rev=51&view=rev Author: eile Date: 2006-11-27 06:49:14 -0800 (Mon, 27 Nov 2006) Log Message: ----------- remove endl in ostream operator Modified Paths: -------------- trunk/include/Frustum.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2006-11-27 14:28:54
|
Revision: 50 http://svn.sourceforge.net/vmmlib/?rev=50&view=rev Author: eile Date: 2006-11-27 06:28:46 -0800 (Mon, 27 Nov 2006) Log Message: ----------- Move frustum code to VMMLib Modified Paths: -------------- trunk/include/Matrix4.h trunk/include/VMMLib.h Added Paths: ----------- trunk/include/Frustum.h 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: <ei...@us...> - 2006-11-16 16:25:41
|
Revision: 48 http://svn.sourceforge.net/vmmlib/?rev=48&view=rev Author: eile Date: 2006-11-16 08:25:37 -0800 (Thu, 16 Nov 2006) Log Message: ----------- add Matrix4::scale( T, T, T ) Modified Paths: -------------- 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-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: <ei...@us...> - 2006-10-30 14:08:04
|
Revision: 46 http://svn.sourceforge.net/vmmlib/?rev=46&view=rev Author: eile Date: 2006-10-30 06:07:56 -0800 (Mon, 30 Oct 2006) Log Message: ----------- output tweaks Modified Paths: -------------- 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: <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-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: <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: <l3...@us...> - 2006-10-20 09:27:40
|
Revision: 42 http://svn.sourceforge.net/vmmlib/?rev=42&view=rev Author: l3m Date: 2006-10-20 02:27:32 -0700 (Fri, 20 Oct 2006) Log Message: ----------- improved octree and quadtree ( inherit from T instead of 'have an T ptr' ) Modified Paths: -------------- trunk/include/OctreeNode.h trunk/include/QuadtreeNode.h trunk/include/tree_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-19 17:02:36
|
Revision: 40 http://svn.sourceforge.net/vmmlib/?rev=40&view=rev Author: l3m Date: 2006-10-19 09:43:06 -0700 (Thu, 19 Oct 2006) Log Message: ----------- new octree visitor ( ident to visitor.h but renamed ) Added Paths: ----------- trunk/include/OctreeVisitor.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:35
|
Revision: 38 http://svn.sourceforge.net/vmmlib/?rev=38&view=rev Author: l3m Date: 2006-10-19 09:40:58 -0700 (Thu, 19 Oct 2006) Log Message: ----------- minimal test for the 2 trees Added Paths: ----------- trunk/include/tree_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-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. |