提交历史

作者 SHA1 备注 提交日期
  Bill Meltsner 1b14dcaeb8 cleaning up *Shape constructors 14 年之前
  Bill Meltsner 06820210eb better Fixture Shape management 14 年之前
  Bill Meltsner e962891ba2 Add Fixture:getNext() 14 年之前
  Bill Meltsner c705063597 First attempt at implementing Memoization for certain Box2D objects 14 年之前
  Bill Meltsner d35dbaa28b Add __eq metamethod to all objects (checks to see if the Proxy data they represent are equal) 14 年之前
  Bill Meltsner 2e1b941bd6 Add Memoizer class 14 年之前
  Bill Meltsner b36ff409aa Make Fixture creation API more lovely 14 年之前
  Bill Meltsner a0c0fd8387 Add Body:getWorldPoints, basically for use with PolygonShape:getPoints to facilitate easier drawing 14 年之前
  Bill Meltsner 08f894a98e Box2D implemented its own convex hull algorithm, Graham just messes things up 14 年之前
  Bill Meltsner 0d4569d28b Add mandatory density argument to Body:createFixture 14 年之前
  Bill Meltsner 8592b98525 Add type to Body constructor (defaults to "static") 14 年之前
  Bill Meltsner 5f4b4c8838 Forgot scaling when creating shapes and in PolygonShape::getPoints() 14 年之前
  Bill Meltsner 542ae2f736 Actually create groundBody when creating a World with gravity (i.e. all the time) 14 年之前
  Bill Meltsner 2c761fc701 Actually load Fixture Lua functions 14 年之前
  Bill Meltsner a446ddacc4 Fix Shape memory management 14 年之前
  Bill Meltsner dc5cfc928c Make Xcode even more less stupid. 14 年之前
  Bill Meltsner 0ee4bbc0bd Make Xcode less stupid and use the right files for b2RopeJoint and b2WheelJoint. 14 年之前
  Bill Meltsner de90c5e0d5 Fix Physics linker error 14 年之前
  Bill Meltsner de170c02c8 Update Joint APIs 14 年之前
  Bill Meltsner 6e7d83d7ea Update ChainShape API 14 年之前
  Bill Meltsner 367dbc2ecc Update Body API. 14 年之前
  Bill Meltsner 0678eac453 A first attempt at overhauling collision. New everything. 14 年之前
  Bill Meltsner 71abae06c7 Implement Fixture class properly. 14 年之前
  Bill Meltsner 95f6047417 Update World contact callback definitions, get ready for collision overhaul 14 年之前
  Bill Meltsner 4980797afc World no longer has an explicit size 14 年之前
  Bill Meltsner a956f9b0c1 Update WeldJoint for new soft constraint options 14 年之前
  Bill Meltsner 3c7310e76d Update to Box2D 2.2.1 (stop updating, Erin!) 14 年之前
  Bill Meltsner a565668183 Add ChainShape 14 年之前
  Bill Meltsner e69cafe868 Switched get/setMeter from being a World method to a love.physics function 14 年之前
  Bill Meltsner 1fa99d022a Documented collideConnected flag 14 年之前