[Opal-commits] opal changelog.txt,1.30,1.31 todo.txt,1.83,1.84
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-06-24 23:38:45
|
Update of /cvsroot/opal/opal In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7464 Modified Files: changelog.txt todo.txt Log Message: Added 'simple' sample app. Index: changelog.txt =================================================================== RCS file: /cvsroot/opal/opal/changelog.txt,v retrieving revision 1.30 retrieving revision 1.31 diff -C2 -d -r1.30 -r1.31 *** changelog.txt 24 Jun 2005 19:04:20 -0000 1.30 --- changelog.txt 24 Jun 2005 23:38:05 -0000 1.31 *************** *** 15,18 **** --- 15,20 ---- ------------------------------------------ + * 6-24-05: Added 'simple' sample app. (Tyler Streeter) + * 6-24-05: Removed the OPAL_USE_MESH compile-time flag because it isn't needed. (It was originally intended for IRIX usage because ODE's trimesh support doesn't compile on IRIX with certain versions of the MipsPro compiler. However, the ODE trimesh function calls can still be used without trimeshes compiled into ODE; they just don't do anything.) (Tyler Streeter) Index: todo.txt =================================================================== RCS file: /cvsroot/opal/opal/todo.txt,v retrieving revision 1.83 retrieving revision 1.84 diff -C2 -d -r1.83 -r1.84 *** todo.txt 24 Jun 2005 19:04:20 -0000 1.83 --- todo.txt 24 Jun 2005 23:38:06 -0000 1.84 *************** *** 12,15 **** --- 12,18 ---- * add option for SpringMotor to depend on mass/inertia or not + * make defaults not const? + - people can then do this: opal::defaults::motor::enabled = false; ... to affect all future motor creation + For Version 0.4.0 ================= |