Commitin historia

Tekijä SHA1 Viesti Päivämäärä
  Bill Meltsner ffef6f58a9 Make Joint::getReactionForce use the right stack position 14 vuotta sitten
  Bill Meltsner 5d26c564e0 Add EdgeShape:getPoints() 14 vuotta sitten
  Bill Meltsner fa58c87605 Add PrismaticJoint:getMaxMotorForce 14 vuotta sitten
  Bill Meltsner 53cdd0ea7d Add RevoluteJoint:getMaxMotorTorque 14 vuotta sitten
  Bill Meltsner c5cd6d709b Fix a lot of scaling issues 14 vuotta sitten
  Bill Meltsner d4703960a4 Do the same for WheelJoint 14 vuotta sitten
  Bill Meltsner 5244463109 Add second body anchor point as a parameter to love.physics.newPrismaticJoint, and fix some scaling issues with PrismaticJoint 14 vuotta sitten
  Bill Meltsner 356b3c880d Fixture:getShape() returns a Shape of the type it actually is 14 vuotta sitten
  Bill Meltsner 16fb73e92a Callbacks now actually fire when they're supposed to, instead of post-step (means PreSolve collision filtering works) 14 vuotta sitten
  Bill Meltsner 413f5026fa Fix invalid pointer issue in PostSolve callback 14 vuotta sitten
  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 vuotta sitten
  Bill Meltsner 80fb261b5a Better ChainShape API consistency 14 vuotta sitten
  Bill Meltsner de908f3354 Missing retain() calls in get*List functions 14 vuotta sitten
  Bill Meltsner 28c5982d92 Fix table creation for getList() functions, and ignore the ground body 14 vuotta sitten
  Bill Meltsner b6f3d2114f Remove legacy meter setting from love.physics.newWorld 14 vuotta sitten
  Bill Meltsner 5cd2ce05fd Fix scaling errors with CircleShape's radius 14 vuotta sitten
  Bill Meltsner 56ce9a2e17 Expose love.physics.getDistance 14 vuotta sitten
  Bill Meltsner 624e1bf8f5 Missed a bunch of retain() calls 14 vuotta sitten
  Bill Meltsner 680dd65c19 Add love.physics.getDistance(fixtureA, fixtureB) - gets the distance between and the closest points of two fixtures 14 vuotta sitten
  Bill Meltsner 3bd2316c6c Remove Fixture:getNext, it was just for testing 14 vuotta sitten
  Bill Meltsner 221d9699f6 Add Body:getFilterList 14 vuotta sitten
  Bart van Strien 15d2b7c63d Add Box2D include in linux build files 14 vuotta sitten
  Bill Meltsner dd3993623b Add World:isLocked and const-ify a few worthy methods 14 vuotta sitten
  Bill Meltsner 6a0c5b485b Memoize Contacts, and add List-fetching functions to World (they return arrays) 14 vuotta sitten
  Bill Meltsner f852c9bac2 Add World:rayCast 14 vuotta sitten
  Bill Meltsner e2b832015b Add World:queryBoundingBox 14 vuotta sitten
  Bill Meltsner e984bc084d Move Box2D from modules/physics/box2d to libraries 14 vuotta sitten
  Bill Meltsner 8ae43be1fe Fix Fixture memory management issues 14 vuotta sitten
  Bill Meltsner 055238659b Change Contact callbacks to pass the actual Fixtures instead of just the userdata 14 vuotta sitten
  Bill Meltsner c233ab3d50 isSleepingAllowde -> isSleepingAllowed 14 vuotta sitten