[Opal-commits] opal changelog.txt,1.43,1.44
Status: Inactive
Brought to you by:
tylerstreeter
|
From: Olex <ole...@us...> - 2005-11-06 03:20:16
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13316 Modified Files: changelog.txt Log Message: Fixed ODESolid::setStatic(). It did not put geoms back into parent space it was given originally. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** changelog.txt 1 Nov 2005 21:58:40 -0000 1.43 --- changelog.txt 6 Nov 2005 03:20:01 -0000 1.44 *************** *** 15,18 **** --- 15,21 ---- ------------------------------------------ + * 11-5-05: Fixed ODESolid::setStatic(). It did not put geoms back into + parent space it was given originally. (Oleksandr Lozitskiy) + * 11-1-05: Fixed AccelerationSensor. (Oleksandr Lozitskiy) |