Richard Davey
ffc0518f2d
Update CHANGELOG-v3.80.md
2024-02-20 17:50:47 +00:00
Richard Davey
8c9f7c7b37
Update CHANGELOG-v3.80.md
2024-02-20 16:47:21 +00:00
Richard Davey
e87277aa1d
Update CHANGELOG-v3.80.md
2024-02-20 16:35:18 +00:00
Richard Davey
9b80761e36
Update CHANGELOG-v3.80.md
2024-02-20 16:35:18 +00:00
Robert Kowalski
35932d9fc2
Update CHANGELOG-v3.80.md
2024-02-20 11:28:57 -05:00
Richard Davey
e1ba762099
Update CHANGELOG-v3.80.md
2024-02-20 16:23:37 +00:00
Ben Richards
a74f99563b
Fix spritesheet from atlas from compressed texture.
2024-02-20 21:45:06 +13:00
Ben Richards
a2178c8466
Fix MIPMaps being disabled for compressed textures.
2024-02-20 13:02:19 +13:00
Robert Kowalski
7a6845f6bf
Use GetFastValue so all children are added to the container via GameObjectCreator Fix #6743
2024-02-19 12:09:07 -05:00
Richard Davey
514f4db5fc
Update CHANGELOG-v3.80.md
2024-02-19 16:37:09 +00:00
Richard Davey
709a1d90ce
Update CHANGELOG-v3.80.md
2024-02-19 15:36:40 +00:00
Richard Davey
2486b2b5cf
Update CHANGELOG-v3.80.md
2024-02-19 15:31:55 +00:00
Richard Davey
3c16bac39e
Update CHANGELOG-v3.80.md
2024-02-19 15:28:25 +00:00
Richard Davey
abbbf638f6
Update CHANGELOG-v3.80.md
2024-02-19 14:41:59 +00:00
Ben Richards
89543c9880
Change S3TCRGB to S3TCSRGB.
2024-02-17 20:59:00 +13:00
Ben Richards
f8ebbf38ef
Verify compressed texture compatibility with WebGL and improve warnings.
2024-02-17 20:43:43 +13:00
Ben Richards
27f61c25e9
Merge remote-tracking branch 'origin/master'
2024-02-17 18:16:14 +13:00
Ben Richards
6c8c432fbf
Add support for sRGB color in ETC compressed PVR files.
2024-02-17 18:15:56 +13:00
Robert Kowalski
5a2f789856
Update CHANGELOG-v3.80.md
2024-02-16 16:52:43 -05:00
Ben Richards
d70c107fde
Add experimental support for BPTC compressed textures in PVR files.
...
These haven't been verified to work, but PVR format 15
(COMPRESSED_RGBA_BPTC_UNORM_EXT or COMPRESSED_SRGB_ALPHA_BPTC_UNORM_EXT)
conforms to the specification, and PVR format 14
(COMPRESSED_RGB_BPTC_SIGNED_FLOAT_EXT or
COMPRESSED_RGB_BPTC_UNSIGNED_FLOAT_EXT) is a best guess.
2024-02-16 17:55:44 +13:00
Ben Richards
14bea5a995
Support sRGB compressed textures in PVR files.
...
ASTC format textures would previously be defaulted to linear RGB.
S3TC format textures would either default to linear RGB,
or not load at all.
2024-02-16 17:48:43 +13:00
Robert Kowalski
116b7cf4ef
Update CHANGELOG-v3.80.md
2024-02-15 20:36:08 -05:00
Robert Kowalski
b49dfbd4f9
Update CHANGELOG-v3.80.md
2024-02-15 06:28:08 -05:00
Richard Davey
61a8fda08c
Merge branch 'master' of https://github.com/phaserjs/phaser
2024-02-14 22:34:22 +00:00
Richard Davey
dc015affb0
Update CHANGELOG-v3.80.md
2024-02-14 22:32:46 +00:00
Ben Richards
878d3d2211
Fix support for BPTC and RGTC texture compression.
...
They use different WebGL extension name formats.
2024-02-13 17:38:19 +13:00
Robert Kowalski
364c4939e6
Update CHANGELOG-v3.80.md
2024-02-12 10:15:59 -05:00
Robert Kowalski
254d4a1f45
Organize Input Updates in CHANGELOG-v3.80.md
2024-02-12 09:45:14 -05:00
Robert Kowalski
1419e6c099
Update CHANGELOG-v3.80.md
2024-02-09 22:51:50 -05:00
Ben Richards
2e8a8f8081
Add default normal map texture __NORMAL.
...
Remove `LightPipeline.defaultNormalMap`, as this universal texture is
now available to use.
2024-02-09 15:51:53 +13:00
Robert Kowalski
8722c9a353
Update CHANGELOG-v3.80.md
2024-02-08 15:21:40 -05:00
Ben Richards
4353a1e175
Improve safety around context loss.
...
Clarify notes on drawing dynamic textures during context loss.
Allow `Shader` to initialize and operate during context loss.
Improve resize handling on context loss and recovery.
2024-02-08 18:53:10 +13:00
Robert Kowalski
565484a43b
Update CHANGELOG-v3.80.md
2024-02-07 17:12:52 -05:00
Robert Kowalski
1fc8e5bb72
Update CHANGELOG-v3.80.md
2024-02-05 18:55:51 -05:00
Ben Richards
a4e96855fc
Correct documentation of LightPipeline.currentNormalMap
.
2024-02-05 14:30:24 +13:00
Robert Kowalski
a924eb3fa7
Update CHANGELOG-v3.80.md
2024-02-02 18:53:24 -05:00
Robert Kowalski
62c943e1d4
Update CHANGELOG-v3.80.md
2024-02-02 16:33:05 -05:00
Richard Davey
56f4c89938
Merge pull request #6725 from phaserjs/webgl-wrappers
...
Merge WebGL Context Loss work
2024-02-02 12:36:57 +00:00
Ben Richards
b7f91a6c16
Add Changelog for WebGL Context Restore.
2024-02-02 23:06:21 +13:00
Robert Kowalski
2abb575074
Update CHANGELOG-v3.80.md
2024-02-01 15:02:12 -05:00
Richard Davey
0e6fc20a0c
Update CHANGELOG-v3.80.md
2024-02-01 19:23:26 +00:00
Robert Kowalski
cc1f64c333
Update CHANGELOG-v3.80.md
2024-02-01 13:28:14 -05:00
Richard Davey
9025262b11
Update CHANGELOG-v3.80.md
2024-02-01 17:30:14 +00:00
Richard Davey
e920685102
Update CHANGELOG-v3.80.md
2024-02-01 17:25:55 +00:00
Robert Kowalski
a71bb012a4
Update CHANGELOG-v3.80.md
2024-02-01 11:41:14 -05:00
Richard Davey
56ee1c1238
Update CHANGELOG-v3.80.md
2024-02-01 14:02:24 +00:00
Richard Davey
b3722b1989
Update CHANGELOG-v3.80.md
2024-02-01 12:47:38 +00:00
Richard Davey
5e0a40022e
Update CHANGELOG-v3.80.md
2024-02-01 12:23:18 +00:00
Robert Kowalski
3306fd19a0
Update CHANGELOG-v3.80.md
2024-01-31 17:51:46 -05:00
Richard Davey
4d3bdc8458
Update CHANGELOG-v3.80.md
2024-01-31 21:33:49 +00:00
Richard Davey
7c5e4dc2f6
Update CHANGELOG-v3.80.md
2024-01-31 21:22:43 +00:00
Richard Davey
9499d2bb74
Update CHANGELOG-v3.80.md
2024-01-31 21:18:14 +00:00
Robert Kowalski
d6c61dbbc4
Update CHANGELOG-v3.80.md
2024-01-31 15:49:04 -05:00
Robert Kowalski
bfce4b7269
Merge branch 'master' of https://github.com/phaserjs/phaser
2024-01-31 15:34:22 -05:00
Robert Kowalski
a48db68b53
The PlaceOnLine Action now supports ease functions
2024-01-31 15:34:19 -05:00
Richard Davey
659ccd127e
Update CHANGELOG-v3.80.md
2024-01-31 20:32:13 +00:00
Richard Davey
425ef3b472
Update CHANGELOG-v3.80.md
2024-01-31 20:23:46 +00:00
Richard Davey
fd1ab35419
Update CHANGELOG-v3.80.md
2024-01-31 19:35:13 +00:00
Richard Davey
c6f5638e45
Update CHANGELOG-v3.80.md
2024-01-31 18:12:54 +00:00
Richard Davey
ab6776e69f
Update CHANGELOG-v3.80.md
2024-01-31 17:36:24 +00:00
Richard Davey
4831095538
Update CHANGELOG-v3.80.md
2024-01-31 17:26:18 +00:00
Richard Davey
78b7e9ddda
Update CHANGELOG-v3.80.md
2024-01-31 16:53:21 +00:00
Richard Davey
8048d3d906
Update CHANGELOG-v3.80.md
2024-01-31 16:52:49 +00:00
Robert Kowalski
ab0ce4d335
CheckIsoBounds after checking if the iso tile will be visible
2024-01-31 11:34:21 -05:00
Robert Kowalski
7420a998c7
Update CHANGELOG-v3.80.md
2024-01-31 06:07:55 -05:00
Robert Kowalski
be5223936a
Update CHANGELOG-v3.80.md
2024-01-29 23:33:19 -05:00
Robert Kowalski
2e4b43be4e
AnimationFrame duration is the duration of the frame if set, msPerFrame is not added
2024-01-26 13:19:54 -05:00
Robert Kowalski
1bfdcfe922
TileSprite textures are now stored in the TextureManager
2024-01-24 19:54:46 -05:00
Robert Kowalski
6ea40f8b32
Text textures are now stored in the TextureManager
2024-01-24 17:25:42 -05:00
Richard Davey
91986c58e5
Update CHANGELOG-v3.80.md
2024-01-12 18:22:02 +00:00
Richard Davey
828de95e2f
Update CHANGELOG-v3.80.md
2024-01-12 18:18:09 +00:00
Richard Davey
81d985b7ef
Update CHANGELOG-v3.80.md
2024-01-12 18:08:47 +00:00
Richard Davey
099919102a
Update CHANGELOG-v3.80.md
2024-01-12 18:06:26 +00:00
Richard Davey
546a0bfa06
Update CHANGELOG-v3.80.md
2024-01-12 18:03:16 +00:00
Richard Davey
4700a80fff
Update CHANGELOG-v3.80.md
2024-01-12 17:56:17 +00:00
Richard Davey
98efe679df
Create CHANGELOG-v3.80.md
2024-01-12 17:43:55 +00:00
Richard Davey
b25743007a
Updated and moved the change logs
2023-11-10 15:29:50 +00:00
samme
76a6786fba
Docs: change persists
to persist
2023-09-23 08:12:22 -07:00
Richard Davey
861aa7c08a
Updated ReadMe
2023-04-12 19:47:27 +01:00
Richard Davey
9c32cf92ff
Update CHANGELOG-v3.60.md
2023-04-12 18:55:20 +01:00
Richard Davey
842c60fbd3
Updated change log
2023-04-12 18:50:20 +01:00
Richard Davey
a5cf1a92ad
Update Animation.md
2023-04-12 17:52:46 +01:00
Richard Davey
a2ececd853
Update Animation.md
2023-04-12 17:50:39 +01:00
Richard Davey
f66d160c96
Updated change log
2023-04-12 17:45:21 +01:00
Richard Davey
3bd7223659
Update CHANGELOG-v3.60.md
2023-04-12 17:42:13 +01:00
Richard Davey
a5da2f056d
Updating change logs
2023-04-12 17:40:36 +01:00
Richard Davey
de6e947432
Update CHANGELOG-v3.60.md
2023-04-12 17:10:16 +01:00
Richard Davey
881020e28a
More splitting of the change log
2023-04-12 16:49:55 +01:00
Richard Davey
da6f1e9476
Splitting the Change Log in to lots of parts
2023-04-12 15:35:59 +01:00
Richard Davey
708c6a0dc4
Try smaller logo
2023-04-10 21:38:38 +01:00
Richard Davey
c373075ce3
Try larger logo
2023-04-10 21:35:24 +01:00
Richard Davey
0db021febd
Update index.md
2023-04-10 21:31:01 +01:00
Richard Davey
ac27473541
Update logo
2023-04-10 21:29:44 +01:00
Richard Davey
30eda4a415
Update index.md
2023-04-10 21:17:39 +01:00
Richard Davey
71bc9ad4f6
Update index.md
2023-04-10 17:42:57 +01:00
Richard Davey
67f7403620
Update index.md
2023-04-10 17:28:54 +01:00
Richard Davey
ef8abfaafa
Split the Change Logs up into their own folders
2023-04-08 19:10:05 +01:00