59
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 24 hours ago.
May 20, 2023 — May 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[no comment]
Erwin Coumans
as ejcoumans
More... over 17 years ago
first step in refactoring/cleaning up demos
Erwin Coumans
as ejcoumans
More... over 17 years ago
[no comment]
Erwin Coumans
as ejcoumans
More... over 17 years ago
dispatcher was missing actual implementation for user-registration function
Erwin Coumans
as ejcoumans
More... over 17 years ago
[no comment]
Erwin Coumans
as ejcoumans
More... over 17 years ago
Alternative sphere-sphere collision algorithm
Erwin Coumans
as ejcoumans
More... over 17 years ago
more assert issues fixed in Epa
Erwin Coumans
as ejcoumans
More... over 17 years ago
check for valid pointer of CcdPhysicsEnvironment before removal also added additional assignment to motionstate, when 'setposition'/'setorientation' is called.
Erwin Coumans
as ejcoumans
More... over 17 years ago
added __cdecl to memory definition, should allow compilation of code with non-cdecl default calling convention
Erwin Coumans
as ejcoumans
More... over 17 years ago
added optional striding to ConvexHullShape
Erwin Coumans
as ejcoumans
More... over 17 years ago
tested Epa, and added some debug printf stuff Still has some issues, but so does the sampling MinkowskisumPenetrationDepth solver (its an approximation)
Erwin Coumans
as ejcoumans
More... over 17 years ago
added ColladaConverter.cpp to cmakelist
Erwin Coumans
as ejcoumans
More... over 17 years ago
Added support for SHORT/WORD indices Removed references to m_userPointer (in CollisionObject), called it m_userObjectPointer increased view distance in glut demo file
Erwin Coumans
as ejcoumans
More... over 17 years ago
[no comment]
Erwin Coumans
as ejcoumans
More... over 17 years ago
Exposed another glut method (the demos really require cleanup soon!) First steps for a raycast-vehicle demo (far from finished)
Erwin Coumans
as ejcoumans
More... over 17 years ago
autogenerated and added VehicleDemo to MSVC projectfiles
Erwin Coumans
as ejcoumans
More... over 17 years ago
updated recent changes
Erwin Coumans
as ejcoumans
More... over 17 years ago
fixed memoryleak, added RayTestSingle to CollisionWorld prepared to add VehicleDemo
Erwin Coumans
as ejcoumans
More... over 17 years ago
fixed collision bug involving meshes/compounds: always keep point with deepest penetration increased default number of objects/overlaps in broadphase to 20k/60k
Erwin Coumans
as ejcoumans
More... over 17 years ago
fixed one performance problem with sleeping objects
Erwin Coumans
as ejcoumans
More... over 17 years ago
Collada Converter minor fix in load
Erwin Coumans
as ejcoumans
More... over 17 years ago
updated projectfiles for ColladaConverter, and added Cmake mention in doxygen frontpage
Erwin Coumans
as ejcoumans
More... over 17 years ago
improved COLLADA physics support, with respect to instancing. Can read Ageia 'CreateDynamics' exported files again. See http://codesuppository.blogspot.com/
Erwin Coumans
as ejcoumans
More... over 17 years ago
re-autogenerated projectfiles to include Vehicle files
Erwin Coumans
as ejcoumans
More... over 17 years ago
added basic RaycastVehicle support, and CcdPhysicsEnvironment::getAppliedImpulse(int constraintId), this value is useful as treshold to break constraints.
Erwin Coumans
as ejcoumans
More... over 17 years ago
Got a license from Intel for vtune. The first performance analysis showed an unexpected bottleneck: apparently the UnionFind / island management had unexpected overhead. Added path compression to the UnionFind::find operation, and iterative over the actual islands, rather then over all number of objects.
Erwin Coumans
as ejcoumans
More... over 17 years ago
updated CMakeLists.txt to include LibXML and LibColladaDom, and use better naming for libs. This should allow autogeneration of visual studio projectfiles, and Apple XCode projectfiles for COLLADA_DOM demo.
Erwin Coumans
as ejcoumans
More... over 17 years ago
added additional quickprof timer for rendering
Erwin Coumans
as ejcoumans
More... almost 18 years ago
changed filename for msvc
Erwin Coumans
as ejcoumans
More... almost 18 years ago
upgraded version, and projectfiles
Erwin Coumans
as ejcoumans
More... almost 18 years ago