erwin.coumans
|
a13d22dc84
|
Fix a lot of warnings, thanks to ejtttje, Fixes issue 537
Fix soft body debug rendering
|
2011-09-15 01:17:34 +00:00 |
|
erwin.coumans
|
81f04a4d48
|
fix: some file didn't have the svn:eol-style native yet
|
2010-03-06 15:23:36 +00:00 |
|
erwin.coumans
|
28e580c203
|
removed STL usage of Extras/ConvexBuilder and replaced by btAlignedObjectArray
fixed several warnings, thanks to sparkprime
added comments patch for linear math, thanks to Tully Foote
|
2008-10-28 18:52:46 +00:00 |
|
ejcoumans
|
11a0589732
|
removed the need for RTTI/runtime type checking/dynamic_cast in glui. It is unnecessary to overhaul the build systems just for this feature. Replaced by upcasting virtual methods
if ( !dynamic_cast<GLUI_Rollout*>(this) &&
becomes
if ( !this->dynamicCastGLUI_Rollout() &&
etc.
|
2007-10-21 03:02:11 +00:00 |
|
ejcoumans
|
8f7b132d23
|
add glui library
|
2007-10-18 04:59:58 +00:00 |
|