Felipe Alfonso
|
d4f0d02745
|
Merge branch 'master' into rendering-cleanup
|
2018-01-25 15:45:15 -03:00 |
|
Michael Hadley
|
91f18d9c94
|
Added convenience method Tile.getTileData
|
2018-01-25 07:46:08 -06:00 |
|
Michael Hadley
|
a601c57163
|
Renamed TilemapLayer.map -> TilemapLayer.tilemap for consistency
|
2018-01-25 07:29:43 -06:00 |
|
Michael Hadley
|
13349145cb
|
Added Tile.tilemap convenience getter
|
2018-01-25 07:25:14 -06:00 |
|
Felipe Alfonso
|
bd8e9b2003
|
Static Tilemap Layer rendering
|
2018-01-25 02:26:14 -03:00 |
|
Felipe Alfonso
|
42482ecb26
|
TileSprite webgl rendering
|
2018-01-24 21:15:51 -03:00 |
|
Felipe Alfonso
|
195a59d3ba
|
Dynamic Tilemap rendering
|
2018-01-24 19:29:57 -03:00 |
|
Felipe Alfonso
|
69c56fc920
|
Merge branch 'master' into rendering-cleanup
|
2018-01-24 00:58:53 -03:00 |
|
Michael Hadley
|
e564a6cbe7
|
Tile helper methods for getting actual world bounds of a tile
|
2018-01-23 19:16:56 -06:00 |
|
Felipe Alfonso
|
99d850346f
|
Text rendering added
|
2018-01-23 21:40:20 -03:00 |
|
Felipe Alfonso
|
336cc4e3fe
|
Merge branch 'master' into rendering-cleanup
|
2018-01-23 13:39:33 -03:00 |
|
Michael Hadley
|
ebabf97ce3
|
Comment clarification
|
2018-01-23 09:41:29 -06:00 |
|
Michael Hadley
|
4abf0df119
|
Added setCollisionFromCollisionGroup for easily setting collision from Tiled collision editor
|
2018-01-23 09:40:59 -06:00 |
|
Michael Hadley
|
2cabd15684
|
Added SetCollisionByProperty to Tilemap API
|
2018-01-23 09:05:37 -06:00 |
|
Michael Hadley
|
e31ea73ad4
|
Typo fix: Tilset -> Tileset
|
2018-01-23 08:38:43 -06:00 |
|
Michael Hadley
|
629ead9a37
|
Making Tileset comments more specific - better explains Tiled structure
|
2018-01-23 07:55:43 -06:00 |
|
Michael Hadley
|
b8b0f42153
|
getTileProperty -> getTileProperties
A tile can have multiple properties, so it makes more sense as a plural method name
|
2018-01-23 07:54:03 -06:00 |
|
Michael Hadley
|
c7a471e29a
|
Convenience for getting Tileset collision group from Tile
|
2018-01-23 07:52:53 -06:00 |
|
Michael Hadley
|
ab29015742
|
Convenience tile getters for looking up tileset & tilemap layer
|
2018-01-23 07:48:59 -06:00 |
|
Felipe Alfonso
|
2b043fff65
|
Removed RenderTarget and Shader from components
|
2018-01-22 18:53:15 -03:00 |
|
Felipe Alfonso
|
e8610734b7
|
Merge branch 'master' into rendering-cleanup
|
2018-01-22 12:18:38 -03:00 |
|
Michael Hadley
|
348da8c81e
|
MatterTileBody: wrapper around a Tile that provides access to a matter body
|
2018-01-21 12:53:27 -06:00 |
|
Felipe Alfonso
|
f388391c25
|
Merge branch 'master' into rendering-cleanup
|
2018-01-18 14:28:02 -03:00 |
|
Michael Hadley
|
821eae6eee
|
Bug fix: weltmeister parser
|
2018-01-17 18:38:55 -06:00 |
|
Michael Hadley
|
2e68f2507d
|
Added Weltmeister support to Loader & Tilemap API
|
2018-01-17 18:34:00 -06:00 |
|
Michael Hadley
|
72a14df466
|
Shortened Tilemap format names
|
2018-01-17 18:34:00 -06:00 |
|
Felipe Alfonso
|
4983b393e3
|
Merge with master
|
2018-01-17 18:30:39 -03:00 |
|
Michael Hadley
|
e9ab1725f3
|
Make tileset the source of truth for texture in both tilemap layers
|
2018-01-16 19:48:17 -06:00 |
|
Richard Davey
|
f9a7939812
|
Lots of work migrating to the new plugin system, fixing references and exposing on the namespace
|
2018-01-16 22:28:29 +00:00 |
|
Felipe Alfonso
|
77d4493f43
|
Merge branch 'master' into rendering-cleanup
|
2018-01-15 21:44:47 -03:00 |
|
Michael Hadley
|
f86298b8d2
|
Tilemap layers now initialize their alpha from LayerData
This makes it easy to import layer alphas from Tiled
|
2018-01-14 16:16:47 -06:00 |
|
Felipe Alfonso
|
40262eb0cb
|
Merge branch 'master' into rendering-cleanup
|
2018-01-12 12:42:45 -03:00 |
|
Michael Hadley
|
fdc1af0cd2
|
Install isTilemap prop used by physics system for fast type checking
|
2018-01-10 20:45:28 -06:00 |
|
Felipe Alfonso
|
8e66cf9f98
|
Merge branch 'master' into rendering-cleanup
|
2018-01-10 17:05:32 -03:00 |
|
Felipe Alfonso
|
54274b782a
|
BlitterBatch pipeline working
|
2018-01-10 17:03:01 -03:00 |
|
Hal Helms
|
89e4289c9d
|
Fix WeightedRandomize.js
|
2018-01-09 22:26:02 -08:00 |
|
Hal Helms
|
42ad0ac399
|
Add semicolons to WeightedRandomize
|
2018-01-09 22:24:56 -08:00 |
|
Hal Helms
|
302eba15d9
|
Update WeightedRandomize docs for index arrays
|
2018-01-09 22:09:28 -08:00 |
|
Hal Helms
|
e128733f02
|
Update WeightedRandomize() to support index arrays
|
2018-01-09 22:05:34 -08:00 |
|
Richard Davey
|
d8f1ba03e9
|
Moved repository location
|
2018-01-09 21:43:56 +00:00 |
|