doxygen comments |
|
More...
|
over 18 years ago
|
doxygen comments |
|
More...
|
over 18 years ago
|
more refactoring/cleanup |
|
More...
|
over 18 years ago
|
[no comment] |
|
More...
|
over 18 years ago
|
removed 1 file |
|
More...
|
over 18 years ago
|
another large series of changes, related to the refactoring. CompoundShapes are tricky to manage with respect to persistent contact points and swapped order of btCollisionObjects, During dispatch, finding an algorith etc. order can be swapped. fixed several other issues, related to SimpleBroadphase (removing a proxy was not working) |
|
More...
|
over 18 years ago
|
updated Jam buildsystem to link properly under systems that rely on strict ordering of the link libraries |
|
More...
|
over 18 years ago
|
bumbped up version to 2.12 |
|
More...
|
over 18 years ago
|
updated projectfiles: renamed collada-dom to colladadom, tosatisfy VisualStudio6. Added clock.cpp to GPUphysics |
|
More...
|
over 18 years ago
|
updated buildstuff, collada-dom is now colladadom (should make VisualStudio 6 users happy) |
|
More...
|
over 18 years ago
|
Cleaned up/simplified construction of a btRigidBody Fixed memoryleak in btOptimizedBvh (delete []m_contiguousNodes;) Changed DemoApplication::localCreateRigidBody, so it adds the rigidbody to the btDynamicsWorld. Added check for duplicate objects in world when adding. Added assert to prevent setLinearVelocity on static rigidbodies Added btCollisionFilterGroups to btBroadphaseProxy removed duplicate 'btBroadphaseProxy* m_broadphaseProxy;' in btRigidBody |
|
More...
|
over 18 years ago
|
removed more duplicate iterators |
|
More...
|
over 18 years ago
|
removed duplicate int i, caused VC6 not to compile. |
|
More...
|
over 18 years ago
|
added getW for btQuaternion |
|
More...
|
over 18 years ago
|
updated makefile and fixed a GLuint <-> int conversion issue |
|
More...
|
over 18 years ago
|
Added some performance measuring tools. Speeded up collision detection significantly. |
|
More...
|
over 18 years ago
|
Added simple collision detection. |
|
More...
|
over 18 years ago
|
Assorted cleanup of compilation warnings. Also fixed some actual errors: #include "renderTexture.h"...when the file is actually called 'RenderTexture.h'. |
|
More...
|
over 18 years ago
|
don't crash when no debugdrawer is available, added some damping for the constraint demo |
|
More...
|
over 18 years ago
|
autogenerated updated projectfiles |
|
More...
|
over 18 years ago
|
more refactoring for CMake buildsystem |
|
More...
|
over 18 years ago
|
update buildsystem for recent refactoring |
|
More...
|
over 18 years ago
|
more refactoring, restored some profiling and some debugging |
|
More...
|
over 18 years ago
|
more refactoring, removed PhysicsInterface, cleaned up demos to make use of btDynamicsWorld derived classes. removed two cached optimizations, type in btTransform and cached inverse transform (todo: test performance impact) committed fixes that make the code adhere to 'who creates it, also destroys it' |
|
More...
|
over 18 years ago
|
confusion about memory management, and removed obsolete PhysicsInterface code.todo: updated the demos that still use this code |
|
More...
|
over 18 years ago
|
removed #undef max was leftover/redundant, thanks for reporting Jack |
|
More...
|
over 18 years ago
|
some minor comment-renames, and moved some data from box/sphere into common convex. |
|
More...
|
over 18 years ago
|
updated user manual with recent refactoring changes |
|
More...
|
over 18 years ago
|
refactoring: added basic text in DemoApplication (not all keys are hooked up yet) |
|
More...
|
over 18 years ago
|
refactoring: sphere-box collision algorithm added |
|
More...
|
over 18 years ago
|