[Opal-commits] opal changelog.txt,1.21,1.22
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-05-17 03:51:46
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28125 Modified Files: changelog.txt Log Message: Fixed bug in Simulator::setupContactGroups. Making two groups not generate contacts wasn't working properly. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** changelog.txt 4 May 2005 21:04:00 -0000 1.21 --- changelog.txt 16 May 2005 18:07:29 -0000 1.22 *************** *** 5,8 **** --- 5,9 ---- * 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. + * Fixed bug in Simulator::setupContactGroups. Making two groups not generate contacts wasn't working properly. Version 0.3.0 |