phaser/src/physics/p2
2015-09-08 15:56:28 +01:00
..
Body.js Set correct default value for 'clearCallback' on P2.Body.removeCollisionGroup 2015-08-30 01:30:33 +02:00
BodyDebug.js Fix p2 BodyDebug pixelsPerLengthUnit bug. 2015-07-31 00:04:32 +08:00
CollisionGroup.js Copyright date change. 2015-02-25 03:36:23 +00:00
ContactMaterial.js Doc updates. 2015-09-08 15:56:28 +01:00
DistanceConstraint.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
FixtureList.js Copyright date change. 2015-02-25 03:36:23 +00:00
GearConstraint.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
InversePointProxy.js Copyright date change. 2015-02-25 03:36:23 +00:00
LockConstraint.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Material.js Copyright date change. 2015-02-25 03:36:23 +00:00
p2.js The P2.Body.onBeginContact arguments have changed. It now sends 5 arguments: The Phaser.P2.Body, the p2.Body, the p2 Shape from Body A, the p2 Shape from Body B and the contact equations array. Note that the Phaser.P2.Body may be null if you collide with a 'native' p2 body (such as the world bounds). However the p2.Body argument will always be populated. 2015-07-13 11:44:04 +01:00
PointProxy.js Copyright date change. 2015-02-25 03:36:23 +00:00
PrismaticConstraint.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
RevoluteConstraint.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
RotationalSpring.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Spring.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
World.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00