[Opal-commits] opal changelog.txt,1.20,1.21
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-05-04 21:04:39
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17961 Modified Files: changelog.txt Log Message: Fixed bugs in Joint::getAnchor and Joint::getAxis. Previously they returned the initial anchor and axis. Now they return the current anchor and axis. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** changelog.txt 3 May 2005 15:55:53 -0000 1.20 --- changelog.txt 4 May 2005 21:04:00 -0000 1.21 *************** *** 4,7 **** --- 4,8 ---- * Fixed bug in Joint class that crashed when applying a force/torque to a Joint connected to a single Solid. * Fixed XML loading bug which crashed on missing string attributes. + * Fixed bugs in Joint::getAnchor and Joint::getAxis. Previously they returned the initial anchor and axis. Now they return the current anchor and axis. Version 0.3.0 |