phaser/src/physics/p2
2014-03-21 20:45:25 +01:00
..
Body.js multiple circle shapes in a body with position 2014-03-21 20:45:25 +01:00
BodyDebug.js multiple circle shapes in a body with position 2014-03-21 20:45:25 +01: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 fixed naming for rotation lock in prismatic joint 2014-03-21 14:13:06 +01:00
RevoluteConstraint.js pivots were wrong signed, everything was upside down 2014-03-21 09:49:51 +01:00
Spring.js Revolute Constraint done. 2014-03-13 12:14:14 +00:00
World.js fixed naming for rotation lock in prismatic joint 2014-03-21 14:13:06 +01:00