Commit graph

8 commits

Author SHA1 Message Date
photonstorm
54b71ddc23 Phaser.ArrayList is a new iterative object, similar in principal to a linked list but operating on a single array without modifying the object structure.
Input and Pointer now use the new ArrayList instead of a LinkedList, which resolve list item removable during callback issues.
Input.reset no longer resets every interactive item it knows of, because they are removed during the destroy phase and can now persist between States if needed.
2014-04-25 15:11:54 +01:00
Richard Davey
f9c1dc575f Merge pull request #616 from Rafarel/dev
Add Astar plugin to the dev branch
2014-03-26 15:50:21 +00:00
Christian Wesselhoeft
0841f77bc8 Add plugins to jshint task. 2014-03-25 14:56:06 -07:00
rroux
bfcd66188d Add Astar plugin to the dev branch 2014-03-20 11:44:17 +01:00
photonstorm
a7ff5f884c Added basic Webcam plugin.
Added Device.getUserMedia detection.
Updated config.php so you can toggle physics engines on/off via flags.
Updated Gruntfile.js so it builds a Phaser + Pixi but no Physics libs.
2014-03-18 15:14:28 +00:00
photonstorm
14646e811c QuadTree deprecated and moved to plugins. Body.collideWorldBounds added back and working. CollisionGroups pretty much finished. 2014-02-19 02:12:27 +00:00
photonstorm
e7a9b96d27 Final release 1.1.4 examples finished. 2014-02-05 16:55:02 +00:00
photonstorm
ffd5ddc534 Tidying up the repo and adding in new documentation. 2013-10-23 14:00:29 +01:00