Richard Davey
|
b7b1e7428a
|
Merge pull request #704 from georgiee/fixture-list
P2 Fixtures Collection Class
|
2014-04-11 00:19:05 +01:00 |
|
photonstorm
|
a01cc2e1ca
|
Objects with an InputHandler now deactivate it when the object is removed from a Group but not destroyed (fix #672)
Lots of jsdoc fixes in Body and World.
Removed un-used events from World (such as onImpact).
|
2014-04-11 00:06:22 +01:00 |
|
Georgios Kaleadis
|
1213cae0a4
|
additionally save fixtures by key
|
2014-04-10 21:28:14 +02:00 |
|
Georgios Kaleadis
|
d2a348f0bb
|
return the result of body#setCircle
|
2014-03-28 09:48:23 +02:00 |
|
Christian Wesselhoeft
|
1c286c1ae5
|
Fix jshint issues in src/physics/p2
|
2014-03-25 14:56:05 -07:00 |
|
Christian Wesselhoeft
|
61f18b675c
|
Trim trailing whitespace.
|
2014-03-25 14:56:04 -07:00 |
|
Georgios Kaleadis
|
c2964857a3
|
multiple circle shapes in a body with position
|
2014-03-21 20:45:25 +01:00 |
|
photonstorm
|
0fca997d43
|
P2.Body.loadPolygon no longer modifies the Cache array (fix #613)
|
2014-03-21 13:46:35 +00:00 |
|
Georgios Kaleadis
|
a4982fa6e2
|
better fixture handling
|
2014-03-20 19:38:47 +01:00 |
|
Georgios Kaleadis
|
277afa1415
|
method docs
|
2014-03-20 15:46:54 +01:00 |
|
Georgios Kaleadis
|
45a41af766
|
exporter update
|
2014-03-20 15:27:50 +01:00 |
|
Georgios Kaleadis
|
66fa003901
|
custom export from physics editor
|
2014-03-20 13:38:25 +01:00 |
|
Georgios Kaleadis
|
5b78c5c46e
|
fixed wrong motion state constants in phaser p2 body
|
2014-03-19 22:56:26 +01:00 |
|
photonstorm
|
164f3cbe83
|
When creating a Sprite (via Group.create or directly) with exists = false and a P2 body, the body is not added to the world.
|
2014-03-19 13:09:29 +00:00 |
|
photonstorm
|
5e11b1ad87
|
The Static, Kinematic and Dynamic consts that P2.Body uses were incorrect (fixes #563)
|
2014-03-14 19:20:35 +00:00 |
|
photonstorm
|
e955145707
|
Added p2 kill and reset test + nearing completion on tilemap collision.
|
2014-03-13 21:14:18 +00:00 |
|
photonstorm
|
c2d38fe16b
|
jshint passed all the p2 physics and fixed Debug.spriteBounds.
|
2014-03-13 16:16:14 +00:00 |
|
photonstorm
|
ef359e8992
|
P2 Springs example done and working nicely.
|
2014-03-13 10:32:34 +00:00 |
|
photonstorm
|
0584d3eadf
|
P2 collision groups and callbacks working as expected, new example done.
|
2014-03-13 09:14:12 +00:00 |
|
photonstorm
|
94448d2497
|
P2 postBroadphase example and handler done. Group.enableBodyDebug added. Sprites no longer remove bodies from the world if exists = false, instead they set safeDestroy to true, which removes the body on the next preUpdate, to avoid mid-step destruction issues.
|
2014-03-13 07:29:23 +00:00 |
|
photonstorm
|
fc788f909c
|
P2 Body Begin and End Contact events done and working nicely.
|
2014-03-12 15:26:20 +00:00 |
|
photonstorm
|
274fd4a7e9
|
You can now hitTest against P2 bodies + example created.
|
2014-03-12 13:26:27 +00:00 |
|
photonstorm
|
abf26df741
|
New P2 examples and fixed Body debug assignment parameter.
|
2014-03-12 06:25:29 +00:00 |
|
photonstorm
|
cb5a8c7515
|
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 |
|
photonstorm
|
a6467f9b60
|
Fixed Arcade, Ninja and P2 enable methods. Modified core Physics enable. Added world enable test.
|
2014-03-11 01:11:08 +00:00 |
|
photonstorm
|
13ff8985e1
|
Merged @georgiee p2 BodyDebug and reformatted for jshint pass. Looks awesome :) #536
|
2014-03-10 15:25:43 +00:00 |
|
Georgios Kaleadis
|
569770ed21
|
update
|
2014-03-10 14:28:44 +01:00 |
|
Georgios Kaleadis
|
95e2081f3a
|
more p2 fixes
|
2014-03-10 13:17:37 +01:00 |
|
Georgios Kaleadis
|
c611d51751
|
minimal runable new p2 integration
|
2014-03-10 13:15:05 +01:00 |
|
photonstorm
|
3e93f24583
|
New split physics system is implemented. Still tidying-up, but ArcadePhysics, P2 and Ninja Physics are in and configured. Lots more examples required, and tilemap collision mostly broken in Arcade at the moment. Time to implement in Ninja.
|
2014-03-06 06:29:19 +00:00 |
|
photonstorm
|
22b1ce9b9d
|
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 |
|