0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 11 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
added method from patch by ddunwoody
Irrisor
as irrisor
More... about 18 years ago
entirely enable/disable objects, allow attaching joints to world
Irrisor
as irrisor
More... about 18 years ago
attach detach method
Irrisor
as irrisor
More... about 18 years ago
Fixed bug in RollingFriction for physics objects that have no names. More... about 18 years ago
Made RollingFriction a singleton since there should never be a need to have more than one. More... about 18 years ago
fixed missing world init
Irrisor
as irrisor
More... over 18 years ago
extracted method to avoid duplicate code
Irrisor
as irrisor
More... over 18 years ago
Code cleanup on RollingFriction More... over 18 years ago
Added RollingFriction PhysicsUpdateAction More... over 18 years ago
added method to access collision results
Irrisor
as irrisor
More... over 18 years ago
Updated CarTest to be able to be extended. More... over 18 years ago
Added non-Vector3f set methods for LinearVelocity, AngularVelocity, and Rotation More... over 18 years ago
multiple worlds possible, contribution from Patrick: SilderJoint
Irrisor
as irrisor
More... over 18 years ago
Added JavaDoc entries to OdeConstants based on descriptions provided at ode.org More... over 18 years ago
some more fixes in PhysicsEntitiyFactory (still not regarding rotation correctly)
Irrisor
as irrisor
More... over 18 years ago
corrected major flaws in creating compound objects (still needs cleanup) new test for basic physics representation
Irrisor
as irrisor
More... over 18 years ago
creation of objects on contact avoided -> no more gc kick in
Irrisor
as irrisor
More... over 18 years ago
Added setForce(float x, float y, float z) and setForce(Vector3f) to DynamicPhysicsObject More... over 18 years ago
update world vectors for static physics, too
Irrisor
as irrisor
More... over 18 years ago
ignore spatials that are named "particles"
Irrisor
as irrisor
More... over 18 years ago
removed jme libs as nobody keeps them up to date
Irrisor
as irrisor
More... over 18 years ago
start adapting to new jme input system, resetForces renamed
Irrisor
as irrisor
More... over 18 years ago
scale is regarded in trimesh, javadoc errors removed
Irrisor
as irrisor
More... over 18 years ago
obb problem corrected, workaround for compound objects
Irrisor
as irrisor
More... over 18 years ago
javadoc error More... over 18 years ago
fixed bug where if one object was outside the attraction radius, some other objects were ignored More... over 18 years ago
enable autodisabled bodies on sync
Irrisor
as irrisor
More... over 18 years ago
removed unused method More... over 18 years ago
removed unused imports More... over 18 years ago
removed unused variable More... over 18 years ago