Richard Davey
|
641276c625
|
Tile.tintFill is a new boolean property that controls if the tile tint is additive or fill based. This is used in the TilemapLayerWebGLRenderer function.
|
2023-10-11 20:53:12 +01:00 |
|
Richard Davey
|
28738a4046
|
Tile was incorrectly using the Alpha Game Object component, instead of the AlphaSingle component, which meant although the methods implied you could set a different alpha per tile corner, it was never reflected in the rendering. It has now been updated to use just the single alpha value. Fix #6594
|
2023-08-28 16:04:14 +01:00 |
|
Richard Davey
|
84dcdd9719
|
Fixed eslint formatting errors #6429
|
2023-03-31 14:23:26 +01:00 |
|
Rex
|
bc1fcf7357
|
Suport staggerIndex-even with staggerAxis-y and staggerAxis-x
|
2023-03-25 20:47:45 +08:00 |
|
Rex
|
65c0f9f73b
|
Support staggeraxis-x, staggerindex-odd
|
2023-03-25 11:54:41 +08:00 |
|
Richard Davey
|
468bf7821d
|
Updated copyright year
|
2023-01-02 17:36:27 +00:00 |
|
Richard Davey
|
e760178365
|
Tile.copy will now use the DeepCopy function to copy the Tile.properties object, as otherwise it just gets copied by reference.
|
2022-11-28 13:35:15 +00:00 |
|
Adam Azmil
|
902b916dd1
|
Fixes getTop for creating MatterTileBody for isometric tiles
|
2022-04-19 16:43:28 +08:00 |
|
Richard Davey
|
59fbcc5ca3
|
Updated copyright year
|
2022-02-28 14:29:51 +00:00 |
|
Richard Davey
|
58f09aa006
|
Update Tile.js
|
2022-02-22 13:51:03 +00:00 |
|
Richard Davey
|
7934613e8f
|
The Tilemaps.Tile.getBounds method would take a camera parameter but then not pass it to the methods called internally, thus ignoring it. It now factors the camera into the returned Rectangle.
|
2021-10-05 21:52:54 +01:00 |
|
Richard Davey
|
4fd0a27b15
|
Formatting fix
|
2021-09-20 12:34:35 +01:00 |
|
Maya Nedeljkovich
|
20ebc6f7a2
|
Fix getBounds for creating MatterTileBody for staggered tiles
|
2021-06-30 15:21:13 +02:00 |
|
Richard Davey
|
22e170e417
|
Updated documentation. Fix #5488
|
2021-01-06 11:07:05 +00:00 |
|
Richard Davey
|
2e91763abc
|
Fixes lots of default parameters
|
2020-11-26 12:55:40 +00:00 |
|
Richard Davey
|
a5cb3779df
|
JSDoc fixes
|
2020-11-23 15:29:08 +00:00 |
|
Richard Davey
|
02c34cd64e
|
Replace integer with number
|
2020-11-23 10:22:13 +00:00 |
|
Richard Davey
|
377d27c8a4
|
Added Tile.right and Tile.bottom properties. Fix #5400
|
2020-11-20 11:51:12 +00:00 |
|
Richard Davey
|
fb11821730
|
Fixed lots of missing JSDocs
|
2020-10-12 11:33:33 +01:00 |
|
Richard Davey
|
da651dc650
|
Fixed require filename
|
2020-10-02 12:06:07 +01:00 |
|
Richard Davey
|
a8bd2204f2
|
Fixed updatePixelXY and prioritied orthogonal maps. #4992
|
2020-10-02 09:52:40 +01: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 |
|
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
|
b035d190e9
|
Added JSDocs
|
2020-04-27 16:13:40 +01: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
|
72cb3343d6
|
cleaning up debug prints and such
|
2020-03-21 11:25:04 +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
|
7ba3771045
|
Update Tile.js
|
2020-02-08 11:51:14 +01:00 |
|
svipal
|
4ca9f5dbf1
|
Update Tile.js
|
2020-02-08 11:47:43 +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
|
70cbdc0925
|
preparing for WIP PR 4
|
2020-01-29 20:32:08 +01:00 |
|
Svipal
|
95df0be94a
|
changed orientation localisation to layer, will make easier the fixing of pixelwidth and height and makes more sense overall
|
2020-01-29 20:27:40 +01:00 |
|
Svipal
|
d6489d1146
|
preparing WIP PR 2
|
2020-01-29 19:21:27 +01:00 |
|
Svipal
|
ccbff39074
|
preparing WIP PR
|
2020-01-29 19:20:25 +01:00 |
|
Svipal
|
a82b27ce6f
|
added deep copy, doesn't change anything , this.orientation in the tile still bugging
|
2020-01-29 19:01:22 +01:00 |
|
Svipal
|
050325bff0
|
tried to pin down where the orientation became undefined, no success.
|
2020-01-29 17:42:39 +01:00 |
|
Svipal
|
95d2ff9996
|
need to compare across commits to understand regression regarding this.x
|
2020-01-27 20:12:53 +01:00 |
|
Svipal
|
946857f756
|
pixel changes
|
2020-01-26 22:51:01 +01:00 |
|
Richard Davey
|
ff65e69cd1
|
Changed copyright date to 2020
|
2020-01-15 12:07:09 +00:00 |
|
Richard Davey
|
c91ed91ce3
|
License link update
|
2019-05-10 16:15:04 +01:00 |
|
Richard Davey
|
f41cacde25
|
Merge pull request #4336 from florianvazelle/master
Fix getCenter methods returning wrong value for scaled layers
|
2019-04-08 10:20:32 +01:00 |
|
Jeremie Corpinot
|
e40ff20a2c
|
Update Tile.properties type to any
Update `Tile.properties` type from ` object` to `any` so we can access any un-declared property without TypeScript throwing an error.
Solve issue https://github.com/photonstorm/phaser/issues/4356
|
2019-02-13 20:04:45 +01:00 |
|
florianvazelle
|
01f1daad51
|
Fix getCenter methods returning wrong value for scaled layers
|
2019-01-30 15:57:51 +01:00 |
|