Update of /cvsroot/opal/opal
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29555
Modified Files:
changelog.txt todo.txt
Log Message:
Fixed bug in ServoMotor::init() that kept it from being enabled without explicitly enabling it.
Index: changelog.txt
===================================================================
RCS file: /cvsroot/opal/opal/changelog.txt,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -d -r1.23 -r1.24
*** changelog.txt 4 Jun 2005 17:16:26 -0000 1.23
--- changelog.txt 4 Jun 2005 20:20:20 -0000 1.24
***************
*** 2,5 ****
--- 2,6 ----
(not yet released)
------------------------------------------
+ * Fixed bug in ServoMotor::init() that kept it from being enabled without explicitly enabling it.
* Fixed bugs in MeshShapeData.
* Improved mass calculations for mesh Shapes; they are now based on the mesh's bounding box.
Index: todo.txt
===================================================================
RCS file: /cvsroot/opal/opal/todo.txt,v
retrieving revision 1.77
retrieving revision 1.78
diff -C2 -d -r1.77 -r1.78
*** todo.txt 4 Jun 2005 17:16:26 -0000 1.77
--- todo.txt 4 Jun 2005 20:20:20 -0000 1.78
***************
*** 4,10 ****
* add .suo file to sample app since it encodes the "working directory" project setting
! * put TinyXML in with the OPAL source to make it easier to build
! * post mesh tutorial
* add simple sample app
--- 4,14 ----
* add .suo file to sample app since it encodes the "working directory" project setting
! * put TinyXML in with the OPAL source to make it easier to build; remove conditional compilation options from sconstruct and win32 source
! * #ifdef OPAL_USE_DOUBLE
! typedef double real;
! #else
! typedef float real;
! #endif
* add simple sample app
|