.. |
CalculateFacesAt.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
CalculateFacesWithin.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
CheckIsoBounds.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
Copy.js
|
Tilemap.copy would error if you copied a block of tiles over itself, even partially, as it tried to copy already replaced tiles as part of the function. It will now copy correctly, regardless of source or destination areas. Fix #6188
|
2022-11-28 13:35:04 +00:00 |
CreateFromTiles.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
CullBounds.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
CullTiles.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
Fill.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
FilterTiles.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
FindByIndex.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
FindTile.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
ForEachTile.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
GetCullTilesFunction.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
GetTileAt.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
GetTileAtWorldXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
GetTilesWithin.js
|
Update GetTilesWithin.js
|
2022-11-28 13:34:57 +00:00 |
GetTilesWithinShape.js
|
Fix the GetTilesWithinShape() area
|
2022-05-06 09:54:50 -07:00 |
GetTilesWithinWorldXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
GetTileToWorldXFunction.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
GetTileToWorldXYFunction.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
GetTileToWorldYFunction.js
|
Removed the HexagonalTileToWorldY function as it cannot work without an X coordinate. Use HexagonalTileToWorldXY instead.
|
2022-11-28 17:34:11 +00:00 |
GetWorldToTileXFunction.js
|
Debugging
|
2022-11-24 13:44:52 +00:00 |
GetWorldToTileXYFunction.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
GetWorldToTileYFunction.js
|
Removed HexagonalWorldToTileY as it cannot work without an X value
|
2022-11-24 12:41:42 +00:00 |
HasTileAt.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
HasTileAtWorldXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
HexagonalCullBounds.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
HexagonalCullTiles.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
HexagonalTileToWorldXY.js
|
Recoded the point conversion math in the HexagonalTileToWorldXY function as it was incorrect. Now returns world coordinates correctly.
|
2022-11-28 17:33:48 +00:00 |
HexagonalWorldToTileXY.js
|
Recoded the point conversion math in the HexagonalWorldToTileXY function as it was incorrect. Now detects any dimension hexagon correctly. Fix #5608
|
2022-11-24 23:31:49 +00:00 |
index.js
|
Removed the HexagonalTileToWorldY function as it cannot work without an X coordinate. Use HexagonalTileToWorldXY instead.
|
2022-11-28 17:34:11 +00:00 |
IsInLayerBounds.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
IsometricCullTiles.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
IsometricTileToWorldXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
IsometricWorldToTileXY.js
|
Fixed world to isometric conversion and added optional base origin property.
|
2022-11-24 00:26:40 +00:00 |
PutTileAt.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
PutTileAtWorldXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
PutTilesAt.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
Randomize.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
RemoveTileAt.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
RemoveTileAtWorldXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
RenderDebug.js
|
Added debug code commented out
|
2022-11-24 23:11:11 +00:00 |
ReplaceByIndex.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
RunCull.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetCollision.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetCollisionBetween.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetCollisionByExclusion.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetCollisionByProperty.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetCollisionFromCollisionGroup.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetLayerCollisionIndex.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetTileCollision.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetTileIndexCallback.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SetTileLocationCallback.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
Shuffle.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
StaggeredCullBounds.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
StaggeredCullTiles.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
StaggeredTileToWorldXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
StaggeredTileToWorldY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
StaggeredWorldToTileXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
StaggeredWorldToTileY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
SwapByIndex.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
TileToWorldX.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
TileToWorldXY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
TileToWorldY.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
WeightedRandomize.js
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
WorldToTileX.js
|
WorldToTileXY now does all the calculations and X and Y just call it.
|
2022-11-24 12:51:18 +00:00 |
WorldToTileXY.js
|
WorldToTileXY now does all the calculations and X and Y just call it.
|
2022-11-24 12:51:18 +00:00 |
WorldToTileY.js
|
WorldToTileXY now does all the calculations and X and Y just call it.
|
2022-11-24 12:51:18 +00:00 |