phaser/plugins
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
..
AStar.js Add Astar plugin to the dev branch 2014-03-20 11:44:17 +01:00
ColorHarmony.js Add plugins to jshint task. 2014-03-25 14:56:06 -07:00
CSS3Filters.js Tidying up the repo and adding in new documentation. 2013-10-23 14:00:29 +01:00
ProTracker.js Add plugins to jshint task. 2014-03-25 14:56:06 -07:00
QuadTree.js QuadTree deprecated and moved to plugins. Body.collideWorldBounds added back and working. CollisionGroups pretty much finished. 2014-02-19 02:12:27 +00:00
SamplePlugin.js Tidying up the repo and adding in new documentation. 2013-10-23 14:00:29 +01:00
Webcam.js 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. 2014-04-25 15:11:54 +01:00