Commit graph

19882 commits

Author SHA1 Message Date
Richard Davey
7988f4dc5d jsdoc link fix 2024-10-08 17:46:51 +01:00
Richard Davey
7b2eb11366 jsdoc link fix 2024-10-08 16:49:00 +01:00
Richard Davey
40fafa4d4e Invalid link fixed 2024-10-08 16:08:56 +01:00
Rex
cbca9ecf1f Fix bug 2024-10-08 05:56:33 +08:00
Rex
03ce4cecad Twist logic 2024-10-07 20:39:28 +08:00
Rex
0105a20afe Fix bug 2024-10-07 13:29:15 +08:00
Richard Davey
57965916e3 Update CHANGELOG-v3.85.3.md 2024-10-04 15:53:30 +01:00
Richard Davey
c066ffef1b The HexagonalTileToWorldXY function incorrectly used this instead of layer causing it to error in hex tilemaps with x axis staggering. Fix #6913 2024-10-04 15:53:27 +01:00
Richard Davey
05e6fd1081 Create CHANGELOG-v3.85.3.md 2024-10-04 15:47:40 +01:00
Richard Davey
574760186d The Array.MoveAbove function didn't recalculate the baseIndex after the splice, meaning the item would end up in the wrong location. 2024-10-04 15:47:35 +01:00
Richard Davey
af31ca2b97 3.85.3 prep 2024-10-04 15:47:29 +01:00
Stephen Thompson
9e328c97a4
Add files via upload 2024-09-26 13:44:51 +01:00
Richard Davey
580ff3074c
v3.85.2 2024-09-17 20:23:08 +01:00
Richard Davey
d6ccb63de7
Update README.md 2024-09-17 20:22:57 +01:00
Richard Davey
e014aeb3e3
Update CHANGELOG.md 2024-09-17 20:22:54 +01:00
Richard Davey
0a33856fd0
Update CHANGELOG-v3.85.2.md 2024-09-17 20:22:47 +01:00
Richard Davey
91eb34c3e9 Update CHANGELOG-v3.85.2.md 2024-09-17 19:01:16 +01:00
Richard Davey
3a74008e30 TransformMatrix.setQuad has been fixed so it no longer rounds the quad dimensions, only the x/y coordinates. This fixes a bug where it could give slightly different (+- 1px) sized textures based on how the dimensions were rounded when using roundPixels on the camera. Fix #6874 2024-09-17 19:01:10 +01:00
Richard Davey
4cfa44dce4 Update CHANGELOG-v3.85.2.md 2024-09-17 15:12:03 +01:00
Richard Davey
3057998965 TS defs issue fix #6904 2024-09-17 15:12:00 +01:00
Richard Davey
ad5b38b1cb WebGLRenderer.setExtensions is a new method that queries the GL context to get the list of supported extensions. Which it then sets into the class properties. This method is called internally as part of the init and restore process.
When the WebGL context was restored it would incorrectly try to call `init.setupExtensions()` which didn't exist. It now calls the correct method, `WebGLRenderer.setExtensions`. Fix #6905
2024-09-17 15:08:20 +01:00
Richard Davey
e41b3be8ff v3.85.2 version 2024-09-17 15:07:34 +01:00
Richard Davey
6d68565b51 v3.85.1 2024-09-05 18:44:25 +01:00
Richard Davey
556847750e Updated Layer jsdocs, which resolves a TypeScript extends error. 2024-09-05 17:37:50 +01:00
Richard Davey
65f53d85e2 v3.85 dist build 2024-09-05 14:56:10 +01:00
Richard Davey
5940c2cd17
Update README.md 2024-09-05 13:47:02 +01:00
Richard Davey
19d46444b4
Update README.md 2024-09-05 13:45:28 +01:00
Richard Davey
81e9b56ad7
v3.85 Readme 2024-09-05 13:30:28 +01:00
Richard Davey
a45afc80c0
3.85 TS Defs 2024-09-05 11:30:15 +01:00
Richard Davey
8aa67ea165
Update package.json 2024-09-05 11:29:44 +01:00
Richard Davey
3f447fc5d6
Update CHANGELOG-v3.85.md 2024-09-05 11:29:37 +01:00
Richard Davey
b12f3bbaa0
Renamed methods to avoid Container conflicts 2024-09-05 11:29:29 +01:00
Richard Davey
4c2f2ed899
Added getDisplayList method 2024-09-05 11:29:18 +01:00
Richard Davey
7bd23db219 Fixed incorrect version numbers 2024-09-05 09:50:39 +01:00
Richard Davey
3c29f694ed Removed unused var 2024-09-05 09:46:55 +01:00
Richard Davey
57df739a68 Removed unused imports 2024-09-05 09:45:56 +01:00
Richard Davey
f5b4691166 Fixed illegal use of destructuring. 2024-09-05 09:44:54 +01:00
Richard Davey
dfe3ec3aba Fixed lint errors and lines redeclaration 2024-09-05 09:39:51 +01:00
Richard Davey
9568572c7d Update CHANGELOG-v3.85.md 2024-09-05 09:37:43 +01:00
Richard Davey
45d2d6f939 Tidied up and renamed the new depth ordering functions 2024-09-05 09:37:37 +01:00
Richard Davey
dc714b10bd lint fixes 2024-09-05 09:35:19 +01:00
Richard Davey
b8839e4e70
Merge pull request #6746 from lukas-dachtler/fix/matterJSTypes
fixed MatterJS type definitions
2024-09-03 14:44:05 +01:00
Richard Davey
df0d516c16 Update CHANGELOG-v3.85.md 2024-09-03 14:40:46 +01:00
Richard Davey
a88351c643 Update version number 2024-09-03 14:38:19 +01:00
Richard Davey
c1f645e5d2 Defs build 2024-09-03 14:37:28 +01:00
Richard Davey
531bc4475b Parser build 2024-09-03 14:37:28 +01:00
Richard Davey
25f20485a2
Merge pull request #6819 from moufmouf/fix-dom-zoom-origin
Fixing DomElement position when camera zoom != 1
2024-09-03 14:36:59 +01:00
Richard Davey
8091292439 Fix #6854 #6737 (PipelineConfig TS) 2024-09-03 14:35:02 +01:00
Zeke Chan
780def8cf9 Fix #6860 BitmapText not wrapping lines in some cases 2024-09-03 15:52:10 +08:00
Richard Davey
d4ef67bae0
Update CHANGELOG-v3.85.md 2024-09-02 22:40:43 +01:00