sjbaker
f1627677df
Fixed over 500 compile warnings. Mostly:
...
* Unused variables.
* Missing newlines at ends of #included files.
* signed int loop variables where the termination condition is an unsigned 'get number of' function.
* 'NULL' used inappropriately for an integer or character constant (NULL is a pointer)
* abstract base classes with no virtual destructor.
* Floating point constants used to initialise integer variables.
2006-09-23 14:51:54 +00:00
ejcoumans
b8cbfe5f72
Basic support for COLLADA physics constraints (each DOF can be completely locked or free, no limits yet)
2006-07-28 21:49:26 +00:00
dondickied
206c56f2ca
dgregorius: minor changes
2006-06-25 14:37:30 +00:00
dondickied
3cf1fb3646
dgregorius: added accumulated impulse and function for computation of angles around each constraint axis as preparation for angular limits...
2006-06-24 19:32:23 +00:00
ejcoumans
3b602a4f02
don't introduce int i in the for-loop, some compilers give errors
2006-06-21 05:39:34 +00:00
dondickied
f73244b36a
dgregorius: removed wrong normalization
2006-06-17 11:37:07 +00:00
dondickied
2cf71b51a7
dgregorius: Fixed joint improvements - consideration of zeroth order term
2006-06-17 10:59:50 +00:00
dondickied
6dfe8389a1
dgregorius: changes to generic constraint
2006-06-15 13:37:49 +00:00
dondickied
63e05649ee
2006-06-13 21:48:15 +00:00
dondickied
7535b02e58
dgregorius: Changed hinge constraint to use JacobianEntry class. Also removed change from last submission to JacobianEntry constructor for angular constraints.
2006-06-12 19:53:41 +00:00
ejcoumans
f743269af9
Added Generic 6 DOF Constraint skeleton
2006-06-03 21:09:14 +00:00