[Opal-commits] opal changelog.txt,1.52,1.53
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-12-01 04:54:53
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6648 Modified Files: changelog.txt Log Message: Solid::setQuaternion and Matrix44r:setQuaternion initial draft. Added unit tests for Quaternion. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.52 retrieving revision 1.53 diff -C2 -d -r1.52 -r1.53 *** changelog.txt 1 Dec 2005 02:04:54 -0000 1.52 --- changelog.txt 1 Dec 2005 04:54:44 -0000 1.53 *************** *** 11,18 **** ! Version 0.3.2 (possibly 0.4.0 ?) (not yet released) ------------------------------------------ * 11-30-05: Implemented Solid::setMass, added unit tests to test it. (Oleksandr Lozitskiy) --- 11,21 ---- ! Version 0.4.0 (not yet released) ------------------------------------------ + * 12-1-05: Added Solid::setQuaternion and Matrix44r::setQuaternion as + well as a few unit tests. (Oleksandr Lozitskiy) + * 11-30-05: Implemented Solid::setMass, added unit tests to test it. (Oleksandr Lozitskiy) *************** *** 29,36 **** QuickTest header. (Oleksandr Lozitskiy) ! * 11-6-06: Added KDevelop project files. Added skeleton for unit tests. Added quicktest to external headers. (Oleksandr Lozitskiy) ! * 11-6-06: Refactoring Solid interface. Made a few method const. (Oleksandr Lozitskiy) --- 32,39 ---- QuickTest header. (Oleksandr Lozitskiy) ! * 11-6-05: Added KDevelop project files. Added skeleton for unit tests. Added quicktest to external headers. (Oleksandr Lozitskiy) ! * 11-6-05: Refactoring Solid interface. Made a few method const. (Oleksandr Lozitskiy) |