photonstorm
|
f15fe6706c
|
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 |
|
photonstorm
|
a69e53f901
|
Copyright date change.
|
2015-02-25 03:36:23 +00:00 |
|
photonstorm
|
20551f9129
|
Lots of jsdocs fixes ready for the new doc generator.
|
2014-09-16 17:35:08 +01:00 |
|
photonstorm
|
b25bdf3523
|
Fixed the DistanceConstraint parameters.
|
2014-08-28 00:15:28 +01:00 |
|
photonstorm
|
b40769019b
|
The P2 DistanceConstraint method signature has changed. Updated Phaser so maxForce is now passed as object (fix #788)
|
2014-04-30 16:54:56 +01:00 |
|
Christian Wesselhoeft
|
1c286c1ae5
|
Fix jshint issues in src/physics/p2
|
2014-03-25 14:56:05 -07:00 |
|
photonstorm
|
c3f687eda9
|
Prismatic Constraint done. That's all of them! jshint time.
|
2014-03-13 13:09:33 +00:00 |
|
photonstorm
|
87684bb15f
|
Revolute Constraint done.
|
2014-03-13 12:14:14 +00:00 |
|
photonstorm
|
6b55fea953
|
Distance and Gear constraints done.
|
2014-03-13 11:13:22 +00:00 |
|