phaser/tasks/manifests
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
..
ninja.json Split task options into their own files using load-grunt-config. 2014-03-26 18:51:28 -07:00
p2.json added fixture list files to grunt 2014-04-10 23:51:07 +02:00
phaser.json 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
pixi.json Destroying an object with an input handler during its onDown event would throw Signals dispatch errors (thanks @jflowers45, fix #746) 2014-04-22 01:43:22 +01:00