Svipal
|
5fd854fd26
|
fixed dynamic layer
|
2020-09-19 11:45:46 +02:00 |
|
Svipal
|
a9e8c49bf0
|
fixed typo
|
2020-09-19 11:04:28 +02:00 |
|
Svipal
|
299f83c13d
|
fixed conflicts
|
2020-09-19 10:56:05 +02:00 |
|
svipal
|
79fe9abc6e
|
finished updating culling system
|
2020-09-18 17:16:52 +02:00 |
|
Richard Davey
|
6a966e3f3b
|
Removed interpolationPercentage parameter from all render methods, as it has never been used.
|
2020-09-14 15:33:58 +01:00 |
|
Richard Davey
|
951457c881
|
As a result of the change to the shader, all uses of the WebGL Util function getTintAppendFloatAlphaAndSwap have been replaced with getTintAppendFloatAlpha instead.
|
2020-09-14 15:02:13 +01:00 |
|
Richard Davey
|
e450bf2f1f
|
Swap to using constants for pipeline names
|
2020-09-09 13:05:18 +01:00 |
|
Richard Davey
|
d198818d80
|
Game Objects now call the new Pipeline Manager methods directly
|
2020-09-09 13:05:18 +01:00 |
|
Svipal
|
1994185d6f
|
merged master
|
2020-09-08 22:17:04 +02:00 |
|
Richard Davey
|
0dd07333af
|
Updated to use MultiPipeline
|
2020-08-21 16:14:59 +01:00 |
|
Svipal
|
809d0b7495
|
merged master
|
2020-08-09 13:13:09 +02:00 |
|
Svipal
|
241d4193e8
|
let's try again
|
2020-08-09 12:33:52 +02:00 |
|
Svipal
|
b4a1473fea
|
test
|
2020-08-09 12:13:29 +02:00 |
|
Richard Davey
|
f89d53ca0d
|
Update DynamicTilemapLayerWebGLRenderer.js
|
2020-07-16 17:43:14 +01:00 |
|
samme
|
c963768c1e
|
Docs: SetCollisionByExclusion() and friends
Fixes #5179
Thanks @BoltKey
|
2020-06-05 10:01:30 -07:00 |
|
svipal
|
5911b94d35
|
Revert "clean up"
This reverts commit 854589ddbe .
woops
|
2020-04-10 20:55:31 +02:00 |
|
svipal
|
854589ddbe
|
clean up
|
2020-04-10 20:40:52 +02:00 |
|
Svipal
|
8665e08f13
|
refactored things so that there is no more switching at runtime depending on orientation
|
2020-04-03 19:36:13 +02:00 |
|
Svipal
|
1ccc815ce7
|
removed a few debug prints, moved isoBounds to a new component, started to add constants
|
2020-03-22 12:35:24 +01:00 |
|
Svipal
|
33daee1d27
|
canvas renderer typo fix
|
2020-03-22 08:48:26 +01:00 |
|
Svipal
|
cec71a85ea
|
added hexagonal support
|
2020-03-21 10:19:03 +01:00 |
|
Svipal
|
a7d4816564
|
added staggered support
|
2020-03-14 10:11:04 +01:00 |
|
svipal
|
a40ff084f9
|
Update DynamicTilemapLayerWebGLRenderer.js
|
2020-02-08 15:25:51 +01:00 |
|
Svipal
|
1573e25214
|
added isoCullDistances parameter to DynamicTilemapLayer
|
2020-02-07 15:21:11 +01:00 |
|
Svipal
|
dc330aaf4a
|
linted everything
|
2020-02-06 11:02:44 +01:00 |
|
Svipal
|
aaf512b9cd
|
fixed problems with putting tiles from null tiles
|
2020-02-05 18:37:40 +01:00 |
|
Svipal
|
a8b60cf946
|
fixed dynamic layer rendering
|
2020-02-04 04:57:28 +01:00 |
|
Svipal
|
fd29e96a5d
|
changed orientation to be part of the layer, really cleaned up API. Started tests on the dynamic layer. Trying to understand getTileAt bug
|
2020-01-30 15:58:07 +01:00 |
|
Svipal
|
95d2ff9996
|
need to compare across commits to understand regression regarding this.x
|
2020-01-27 20:12:53 +01:00 |
|
Svipal
|
e4857ce48a
|
yoyuee
|
2020-01-19 20:55:09 +01:00 |
|
Svipal
|
fbe3345e54
|
Updated RemoveTileAtWorldXy, PutTileAtWorldXY, GetTilesWithinShape and GetTilesWithinWorldXY
|
2020-01-19 20:50:57 +01:00 |
|
svipal
|
eb90fc2ab4
|
Merge pull request #2 from photonstorm/master
keeping up with master #2
|
2020-01-18 14:21:26 +01:00 |
|
No
|
1a88ff95ba
|
updated dynamic layer and tilemap
|
2020-01-17 16:15:59 +01:00 |
|
Richard Davey
|
ff65e69cd1
|
Changed copyright date to 2020
|
2020-01-15 12:07:09 +00:00 |
|
Alex
|
77dc14ee2f
|
Changed tile getTint function to use getTintAppendFloatAlphaAndSwap
|
2019-12-29 21:46:50 -05:00 |
|
Josh Soref
|
315d43f893
|
spelling: receive
|
2019-10-29 02:33:06 -04:00 |
|
Richard Davey
|
6b973dcf58
|
DynamicTilemapLayer.setCollision would cause an indexOf error when trying to access the layer data. Fix #4800
|
2019-10-15 11:34:32 +01:00 |
|
Richard Davey
|
312797dc8e
|
JSDoc fixes
|
2019-10-11 18:29:55 +01:00 |
|
Richard Davey
|
3a3ce8b914
|
Merge branch 'master' into tile-collision-update
|
2019-10-02 15:15:18 +01:00 |
|
Richard Davey
|
0aaa67957a
|
Tilemap Canvas Render functions now respect game pixel art settings
|
2019-10-01 16:10:29 +01:00 |
|
Richard Davey
|
e012115df4
|
DynamicTilemapLayer.destroy will now no longer run its destroy sequence again if it has already been run once. Fix #4634
|
2019-07-03 15:53:47 +01:00 |
|
Richard Davey
|
c91ed91ce3
|
License link update
|
2019-05-10 16:15:04 +01:00 |
|
Richard Davey
|
a6341a97a8
|
Fixed Types references
|
2019-05-09 15:32:53 +01:00 |
|
Richard Davey
|
44faa01578
|
Tilemap Types
|
2019-05-09 12:39:19 +01:00 |
|
Richard Davey
|
0514d27efc
|
Added new argument removeFromTilemap
|
2019-04-08 15:59:30 +01:00 |
|
Richard Davey
|
d63321eba5
|
Layers now remove themselves from the Tilemap when destroyed. Fix #4319
|
2019-04-08 15:45:43 +01:00 |
|
Richard Davey
|
780b0bca90
|
Removed missing component
|
2019-03-25 12:54:49 +00:00 |
|
Richard Davey
|
e017691c68
|
The ScaleMode Component has been removed from every Game Object, and along with it the scaleMode property and setScaleMode method. These did nothing anyway as they were not hooked to the render pipeline and scale mode should be set on the texture, not the Game Object. Fix #4413
|
2019-03-24 23:07:27 +00:00 |
|
Richard Davey
|
4fc817c519
|
Final batch of typedefs
|
2019-02-13 16:06:00 +00:00 |
|
Richard Davey
|
348306cafb
|
Lots more jsdoc fixes and new documentation
|
2019-01-31 14:47:50 +00:00 |
|