phaser/src/core
2014-06-05 02:33:29 +01:00
..
ArrayList.js And take 3 2014-04-25 20:01:09 +01:00
Camera.js Camera.unfollow allows you to easily unfollow a tracked object (thanks @alvinsight, #755) 2014-04-28 14:56:48 +01:00
Filter.js Fix jshint issues in src/core 2014-03-25 14:56:05 -07:00
Game.js Testing frame crop support. 2014-06-05 02:33:29 +01:00
Group.js Group.destroy now removes any set filters (thanks @Jmaharman fix #844) 2014-05-26 20:13:00 +01:00
LinkedList.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
Plugin.js Trim trailing whitespace. 2014-03-25 14:56:04 -07:00
PluginManager.js Start of the Virtual Joystick plugin. 2014-05-07 16:35:08 +01:00
ScaleManager.js Wrapped all events that CocoonJS doesn't support in conditional checks to avoid Cocoon Warnings. 2014-05-29 22:25:40 +01:00
Signal.js Fix jshint issues in src/core 2014-03-25 14:56:05 -07:00
SignalBinding.js jsdoc fixes for SignalBindings. 2014-04-11 00:19:37 +01:00
Stage.js A Canvas style set from a game config object used an incorrect property (thanks @TatumCreative, fix #861) 2014-05-30 02:01:33 +01:00
State.js Added Uint32Array polyfill for BitmapData manipulation, and optional dataview polyfill for IE9 P2 requirements in the resources folder. 2014-04-29 02:09:58 +01:00
StateManager.js First working pass at the Asset Pack Loader update. 2014-05-29 15:57:47 +01:00
World.js World.wrap will take a game object and if its x/y coordinates fall outside of the world bounds it will be repositioned on the opposite side, for a wrap-around effect. 2014-04-16 22:59:19 +01:00