Bill Meltsner
|
c5cd6d709b
Fix a lot of scaling issues
|
14 years ago |
Bill Meltsner
|
d4703960a4
Do the same for WheelJoint
|
14 years ago |
Bill Meltsner
|
5244463109
Add second body anchor point as a parameter to love.physics.newPrismaticJoint, and fix some scaling issues with PrismaticJoint
|
14 years ago |
Bill Meltsner
|
356b3c880d
Fixture:getShape() returns a Shape of the type it actually is
|
14 years ago |
Bill Meltsner
|
16fb73e92a
Callbacks now actually fire when they're supposed to, instead of post-step (means PreSolve collision filtering works)
|
14 years ago |
Bill Meltsner
|
413f5026fa
Fix invalid pointer issue in PostSolve callback
|
14 years ago |
Bill Meltsner
|
5886977baa
Fix World:getCallbacks/getContactFilter to not return any arguments passed (though you shouldn't be passing any arguments anyway, that's silly)
|
14 years ago |
Bill Meltsner
|
80fb261b5a
Better ChainShape API consistency
|
14 years ago |
Bill Meltsner
|
de908f3354
Missing retain() calls in get*List functions
|
14 years ago |
Bill Meltsner
|
28c5982d92
Fix table creation for getList() functions, and ignore the ground body
|
14 years ago |
Bill Meltsner
|
b6f3d2114f
Remove legacy meter setting from love.physics.newWorld
|
14 years ago |
Bill Meltsner
|
5cd2ce05fd
Fix scaling errors with CircleShape's radius
|
14 years ago |
Bill Meltsner
|
56ce9a2e17
Expose love.physics.getDistance
|
14 years ago |
Bill Meltsner
|
624e1bf8f5
Missed a bunch of retain() calls
|
14 years ago |
Bill Meltsner
|
680dd65c19
Add love.physics.getDistance(fixtureA, fixtureB) - gets the distance between and the closest points of two fixtures
|
14 years ago |
Bill Meltsner
|
3bd2316c6c
Remove Fixture:getNext, it was just for testing
|
14 years ago |
Bill Meltsner
|
221d9699f6
Add Body:getFilterList
|
14 years ago |
Bart van Strien
|
15d2b7c63d
Add Box2D include in linux build files
|
14 years ago |
Bill Meltsner
|
dd3993623b
Add World:isLocked and const-ify a few worthy methods
|
14 years ago |
Bill Meltsner
|
6a0c5b485b
Memoize Contacts, and add List-fetching functions to World (they return arrays)
|
14 years ago |
Bill Meltsner
|
f852c9bac2
Add World:rayCast
|
14 years ago |
Bill Meltsner
|
e2b832015b
Add World:queryBoundingBox
|
14 years ago |
Bill Meltsner
|
e984bc084d
Move Box2D from modules/physics/box2d to libraries
|
14 years ago |
Bill Meltsner
|
8ae43be1fe
Fix Fixture memory management issues
|
14 years ago |
Bill Meltsner
|
055238659b
Change Contact callbacks to pass the actual Fixtures instead of just the userdata
|
14 years ago |
Bill Meltsner
|
c233ab3d50
isSleepingAllowde -> isSleepingAllowed
|
14 years ago |
Bill Meltsner
|
7e039dd1ef
Add ContactFilter callback to World
|
14 years ago |
Bill Meltsner
|
1b14dcaeb8
cleaning up *Shape constructors
|
14 years ago |
Bill Meltsner
|
06820210eb
better Fixture Shape management
|
14 years ago |
Bill Meltsner
|
e962891ba2
Add Fixture:getNext()
|
14 years ago |