59
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 19, 2023 — Jan 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
doxygen comments
Erwin Coumans
as ejcoumans
More... over 18 years ago
doxygen comments
Erwin Coumans
as ejcoumans
More... over 18 years ago
more refactoring/cleanup
Erwin Coumans
as ejcoumans
More... over 18 years ago
[no comment]
Erwin Coumans
as ejcoumans
More... over 18 years ago
removed 1 file
Erwin Coumans
as ejcoumans
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)
Erwin Coumans
as ejcoumans
More... over 18 years ago
updated Jam buildsystem to link properly under systems that rely on strict ordering of the link libraries
Erwin Coumans
as ejcoumans
More... over 18 years ago
bumbped up version to 2.12
Erwin Coumans
as ejcoumans
More... over 18 years ago
updated projectfiles: renamed collada-dom to colladadom, tosatisfy VisualStudio6. Added clock.cpp to GPUphysics
Erwin Coumans
as ejcoumans
More... over 18 years ago
updated buildstuff, collada-dom is now colladadom (should make VisualStudio 6 users happy)
Erwin Coumans
as ejcoumans
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
Erwin Coumans
as ejcoumans
More... over 18 years ago
removed more duplicate iterators
Erwin Coumans
as ejcoumans
More... over 18 years ago
removed duplicate int i, caused VC6 not to compile.
Erwin Coumans
as ejcoumans
More... over 18 years ago
added getW for btQuaternion
Erwin Coumans
as ejcoumans
More... over 18 years ago
updated makefile and fixed a GLuint <-> int conversion issue
Erwin Coumans
as ejcoumans
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
Erwin Coumans
as ejcoumans
More... over 18 years ago
autogenerated updated projectfiles
Erwin Coumans
as ejcoumans
More... over 18 years ago
more refactoring for CMake buildsystem
Erwin Coumans
as ejcoumans
More... over 18 years ago
update buildsystem for recent refactoring
Erwin Coumans
as ejcoumans
More... over 18 years ago
more refactoring, restored some profiling and some debugging
Erwin Coumans
as ejcoumans
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'
Erwin Coumans
as ejcoumans
More... over 18 years ago
confusion about memory management, and removed obsolete PhysicsInterface code.todo: updated the demos that still use this code
Erwin Coumans
as ejcoumans
More... over 18 years ago
removed #undef max was leftover/redundant, thanks for reporting Jack
Erwin Coumans
as ejcoumans
More... over 18 years ago
some minor comment-renames, and moved some data from box/sphere into common convex.
Erwin Coumans
as ejcoumans
More... over 18 years ago
updated user manual with recent refactoring changes
Erwin Coumans
as ejcoumans
More... over 18 years ago
refactoring: added basic text in DemoApplication (not all keys are hooked up yet)
Erwin Coumans
as ejcoumans
More... over 18 years ago
refactoring: sphere-box collision algorithm added
Erwin Coumans
as ejcoumans
More... over 18 years ago