Commit Graph

1741 Commits

Author SHA1 Message Date
GuoLei1990
e04d41618d chore: release v1.5.0-beta.0 2025-05-20 17:42:43 +08:00
GuoLei1990
f5fa5279e8 Merge branch 'main' into dev/1.5 2025-05-20 17:41:09 +08:00
ChenMo
4bc24693d8 Fix context lost bug (#2671)
* fix: context lost bug
2025-05-20 17:37:50 +08:00
cptbtptpbcptdtptp
84c5da9658 chore: release v1.5.0-alpha.2 2025-05-20 14:19:23 +08:00
AZhan
08acb16505 BoundingBox support toJson (#2667)
* fix: boundingbox tojson
2025-05-19 19:43:36 +08:00
singlecoder
35a4832c17 Fix text metrices not support actualBoundingBoxLeft and actualBoundingBoxRight in some device (#2666)
* fix: fix text metrices not support actualBoundingBoxLeft in some device
2025-05-19 17:09:34 +08:00
ChenMo
2109245802 Fix camera MSAA value inaccurate (#2665)
* fix: camera mass value inaccurate
2025-05-19 15:49:56 +08:00
ChenMo
60b8d36adf Fix additive blend mode bug when canvas is transparency (#2659)
* fix: additive bug

* fix: fxaa with rendertarget bug
2025-05-16 17:00:55 +08:00
ChenMo
425ee3552c Refactor all color properties to linear space (#2656)
* refactor: use linear color space
2025-05-16 16:25:26 +08:00
AZhan
62be516b8b fix: unit test error (#2664) 2025-05-15 18:20:05 +08:00
GuoLei1990
2337fa8192 fix: lint error 2025-05-15 17:49:47 +08:00
GuoLei1990
5c5036d005 fix: ktx2 2025-05-15 17:47:34 +08:00
GuoLei1990
4287b7b2d2 fix: physics 2025-05-15 17:41:22 +08:00
GuoLei1990
8ffafa60c7 Merge branch 'main' into dev/1.5 2025-05-15 17:40:35 +08:00
ChenMo
974a8a19c2 feat: camera support alpha output(#2662) 2025-05-15 16:00:00 +08:00
luzhuang
ea51cf33e0 Support collision group and fix the position of characterController synchronization late issue (#2614)
* feat: support collision group
---------

Co-authored-by: GuoLei1990 <gl3336563@163.com>
2025-05-14 20:09:40 +08:00
cptbtptpbcptdtptp
05820e5e8f chore: release v1.4.16 2025-05-14 18:05:39 +08:00
AZhan
1049b4b364 Fix context lost without recovery (#2642)
* fix: context lost without recovery
2025-05-13 15:53:27 +08:00
ChenMo
d069479671 Particle support emissive (#2631)
* feat: particle support emissive
2025-05-12 20:17:30 +08:00
ChenMo
73a13a473e Fix canvas transparency bug (#2645)
* fix: FXAA with transparency

* fix: Background color with transparency

* fix: sRGB Convert with transparency
2025-05-09 17:56:28 +08:00
AZhan
aaee61f048 fix: invalid url (#2652) 2025-05-08 17:06:14 +08:00
luzhuang
69886a2602 Fix the memory leak issue of the physics (#2648)
* fix: the memory leak issue of the physics
2025-05-07 19:56:23 +08:00
feyabibi
12ac822d88 Fixed Audio compatibility issues in iOS 12 (#2641)
* fix: audio compatibility issues in iOS 12
2025-05-07 17:50:25 +08:00
GuoLei1990
eca741e8c8 chore: release v1.5.0-alpha.1 2025-04-28 15:54:59 +08:00
ChenMo
3f316a6528 Merge pull request #2639 from GuoLei1990/pr/msaa-opt
refactor: Opt MSAA config, comments and memory
2025-04-28 15:17:26 +08:00
GuoLei1990
1692c5e4a4 chore: release v1.5.0-alpha.0 2025-04-28 13:57:52 +08:00
GuoLei1990
2d71dc95a3 Merge branch 'main' into dev/1.5 2025-04-28 11:27:22 +08:00
hhhhkrx
d15d085f0b Support fxaa (#2605)
* feat: support fxaa
2025-04-24 23:02:54 +08:00
GuoLei1990
5c732088e4 chore: release v1.4.15 2025-04-23 11:57:26 +08:00
zhuxudong
18772c4551 Bloom ignore alpha (#2635)
* fix: bloom ignore alpha
2025-04-23 11:52:43 +08:00
AZhan
8a06e79a97 Fix AssetPromise.cancel uncaught error (#2627)
* fix: `AssetPromise.cancel` uncaught error
2025-04-22 19:36:04 +08:00
AZhan
e237fc43b6 Fix error when set UICanvas.renderCamera to null (#2630)
* fix: error when set renderCamera to null
2025-04-22 19:35:14 +08:00
GuoLei1990
b6f90fa2de chore: release v1.4.14 2025-04-18 13:37:12 +08:00
zhuxudong
f73d2e2921 Fix linear threshold (#2628)
* fix: merge error
2025-04-18 13:35:35 +08:00
GuoLei1990
0de5aa7a6c chore: release v1.4.13 2025-04-17 11:59:09 +08:00
singlecoder
e7fc863d1c Fix masklayer return type in SpriteRenderer and TextRenderer (#2625)
* fix: fix masklayer return type
2025-04-17 11:38:02 +08:00
ChenMo
810601c2de Texture support R8 and R8G8 Format (#2612)
* feat: support R8 and R8G8
2025-04-17 11:16:14 +08:00
SwayYan
7af670be79 fix: mesh validate (#2624) 2025-04-17 10:39:53 +08:00
SwayYan
cf5d6f988c fix: macro match bug when code token contains character (#2622) 2025-04-16 15:58:25 +08:00
AZhan
a4cff37206 Fixed memory leak after engine.destroy (#2619)
* fix: memory leak after `engine.destroy`
2025-04-15 19:31:40 +08:00
singlecoder
9d74066260 Support subpackage for wechat (#2617)
* feat: support subpackage for wechat
2025-04-15 19:11:18 +08:00
SwayYan
5beebebd81 fix: vertex element info not set when reuse position buffer (#2621) 2025-04-15 16:33:07 +08:00
AZhan
fa6d0e1eb6 Fixed the problem of image clone (#2603)
* fix: 2d clone
2025-04-10 14:25:09 +08:00
zhuxudong
ae3dc4a655 Color api rename (#2607)
* refactor: color api change
2025-04-09 17:35:59 +08:00
zhuxudong
958265a93f refactor: color api change (#2606) 2025-04-09 16:50:11 +08:00
SwayYan
46aa3e9e12 Replenish the velocity offset caused by force (#2599)
* fix(particle): forceOverLifetime bug when render mode is stretched
2025-04-09 15:29:06 +08:00
zhuxudong
365bac80b4 Support Texture hardware sRGB encoding and decoding color space (#2593)
* feat(texture): support hardware sRGB encoding and decoding
2025-04-09 14:15:36 +08:00
AZhan
4c7607a3aa Fix Entity._isRoot error and Entity modify error (#2598)
* fix: `Entity._isRoot` error and Entity modify error
2025-04-03 16:20:49 +08:00
ChenMo
6bc9fcc83b Refactor Particle Velocity mode (#2594)
* refactor: opt code
2025-03-28 17:54:45 +08:00
ChenMo
7629d52153 Particle support mesh emit (#2585)
* feat: particle support mesh emit
2025-03-26 11:13:04 +08:00