phaser/src/tilemap
Lisandro Lorea daff43fd77 Fix for tile ids between 0x7FFFFFFF and 0xFFFFFFFF
2147483647 tile ids should be enough for anybody, but it is now working for any valid tile id.
2015-09-15 01:36:13 -03:00
..
ImageCollection.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00
Tile.js Copyright date change. 2015-02-25 03:36:23 +00:00
Tilemap.js Tilemap.shuffle was calling the deprecated Phaser.Utils.shuffle, which has now moved to Phaser.ArrayUtils.shuffle. 2015-08-24 12:02:43 +01:00
TilemapLayer.js Merging in the CanvasPool changes to the core. 2015-08-03 14:46:55 +01:00
TilemapParser.js Fix for tile ids between 0x7FFFFFFF and 0xFFFFFFFF 2015-09-15 01:36:13 -03:00
Tileset.js All undefined argument checks were changed from if (typeof x === 'undefined') to if (x === undefined) removing the typeof check and saving some bytes across the codebase in the process. 2015-07-22 10:37:15 +01:00