phaser/src/physics/p2
2014-03-17 21:16:59 +00:00
..
Body.js The Static, Kinematic and Dynamic consts that P2.Body uses were incorrect (fixes #563) 2014-03-14 19:20:35 +00:00
BodyDebug.js Added p2 kill and reset test + nearing completion on tilemap collision. 2014-03-13 21:14:18 +00:00
CollisionGroup.js Added Phasers new Physics Manager and restored the pre-1.1.4 ArcadePhysics system. The new manager can handle multiple physics systems running in parallel, which could be extremely useful for lots of games. 2014-03-05 02:36:08 +00:00
ContactMaterial.js Added Phasers new Physics Manager and restored the pre-1.1.4 ArcadePhysics system. The new manager can handle multiple physics systems running in parallel, which could be extremely useful for lots of games. 2014-03-05 02:36:08 +00:00
DistanceConstraint.js Prismatic Constraint done. That's all of them! jshint time. 2014-03-13 13:09:33 +00:00
GearConstraint.js Distance and Gear constraints done. 2014-03-13 11:13:22 +00:00
InversePointProxy.js Renamed px2p and p2px to: pxm and mpx (px to meters and meters to px). Also removed from Math. 2014-03-12 00:07:27 +00:00
LockConstraint.js Prismatic Constraint done. That's all of them! jshint time. 2014-03-13 13:09:33 +00:00
Material.js Added Phasers new Physics Manager and restored the pre-1.1.4 ArcadePhysics system. The new manager can handle multiple physics systems running in parallel, which could be extremely useful for lots of games. 2014-03-05 02:36:08 +00:00
p2.js Changed the define function calls to use named modules, allows pixi, phaser and p2 to reside in 1 file and still be located by requirejs (thanks brejep, #531) 2014-03-10 01:39:36 +00:00
PointProxy.js Renamed px2p and p2px to: pxm and mpx (px to meters and meters to px). Also removed from Math. 2014-03-12 00:07:27 +00:00
PrismaticConstraint.js Prismatic Constraint done. That's all of them! jshint time. 2014-03-13 13:09:33 +00:00
RevoluteConstraint.js Revolute Constraint done. 2014-03-13 12:14:14 +00:00
Spring.js Revolute Constraint done. 2014-03-13 12:14:14 +00:00
World.js p2 object re-created on system start. 2014-03-17 21:16:59 +00:00