Richard Davey
d8f1ba03e9
Moved repository location
2018-01-09 21:43:56 +00:00
Michael Hadley
01f34e18b7
Recalculate faces: make this reset faces on non-colliding tiles
...
This handles edge cases where things like copy can make a tile become non-colliding w/o reseting faces
2017-11-30 17:19:19 -06:00
Michael Hadley
a76e270c78
Jsdoc fixup: Number -> Integer, array -> Type[]
2017-11-29 15:07:56 -06:00
Michael Hadley
dabe3d27ff
Tilemap: more jsdocs
2017-11-26 09:33:19 -06:00
Michael Hadley
09224b724e
Tilemap: adding jsdocs
2017-11-26 09:07:27 -06:00
Michael Hadley
c31147df19
Add filtering options to forEachTile, GetTilesWithin, GetTilesWithinWorldXY
2017-11-25 18:03:21 -06:00
Michael Hadley
bdea565586
Better optimized calc/recalc faces methods for tiles
...
These eliminate the need for the preventRecalc method from v2. If an individual tile is changed with putTileAt, only the min number of faces will be recalculated (vs all faces being recalculated in v2)
2017-11-21 19:16:46 -06:00