Commit Graph

2972 Commits

Author SHA1 Message Date
GuoLei1990
026b8fbd10 chore: release v2.0.0-alpha.22 v2.0.0-alpha.22 2026-03-20 21:08:35 +08:00
GuoLei1990
ba694802aa chore: release v2.0.0-alpha.21 v2.0.0-alpha.21 2026-03-20 21:05:45 +08:00
GuoLei1990
396bbc0a5c Merge branch 'main' into dev/2.0 2026-03-20 21:01:08 +08:00
GuoLei1990
ec924d5783 chore: release v2.0.0-alpha.20 v2.0.0-alpha.20 2026-03-20 20:57:58 +08:00
ChenMo
734f181e01 ci: add Co-authored-by workflow (#2934)
* ci: add Co-authored-by workflow for auto-injecting company email trailer
2026-03-20 20:49:36 +08:00
cptbtptpbcptdtptp
4213f7a0f5 chore: release v2.0.0-alpha.19 v2.0.0-alpha.19 2026-03-20 16:02:26 +08:00
AZhan
efda137e62 Feat/m code (#2933)
* Extract _createRenderBuffer to deduplicate renderbuffer creation in GLRenderTarget (#2897)

* refactor: simplify GLRenderTarget with private _createRenderBuffer method

* fix: text dirty flag set error (#2931)

---------

Co-authored-by: ChenMo <gl3336563@163.com>
2026-03-20 15:56:46 +08:00
cptbtptpbcptdtptp
31089dc0a6 Merge remote-tracking branch 'origin/main' into feat/MCode 2026-03-20 15:50:21 +08:00
AZhan
d79647a9ae fix: text dirty flag set error (#2931) 2026-03-20 15:36:57 +08:00
ChenMo
b71041c622 fix: defer physics contact event dispatch to after transform writeback (#2930)
* fix: defer physics contact event dispatch to after transform writeback
2026-03-20 15:22:25 +08:00
cptbtptpbcptdtptp
9d308ee8cc chore: release v2.0.0-alpha.18 v2.0.0-alpha.18 2026-03-19 17:46:36 +08:00
hhhhkrx
68a0d57a9a rename limit/limitX/Y/Z to speed/speedX/Y/Z in LimitVelocit… (#2928)
* refactor: rename limit API to speed in LimitVelocityOverLifetimeModule
2026-03-19 17:20:57 +08:00
cptbtptpbcptdtptp
d61eb7627b chore: release v2.0.0-alpha.17 v2.0.0-alpha.17 2026-03-19 10:35:18 +08:00
hhhhkrx
3c796e6e53 particle support limit velocity over lifetime (#2925)
* feat: particle support limit velocity over lifetime
2026-03-19 02:25:49 +08:00
cptbtptpbcptdtptp
e590f0ecbd chore: release v2.0.0-alpha.16 v2.0.0-alpha.16 2026-03-18 18:02:59 +08:00
luzhuang
1afdfaa443 Support path-based cross-prefab entity/component refs (#2927)
* feat(prefab): support cross-prefab component refs
2026-03-18 17:59:20 +08:00
AZhan
886dda635d Fix compont props clone bug (#2926)
* fix: compontont props clone
2026-03-18 11:11:43 +08:00
cptbtptpbcptdtptp
26f35abacd chore: release v2.0.0-alpha.15 v2.0.0-alpha.15 2026-03-17 19:21:25 +08:00
singlecoder
1efbfe256f fix: fix ray and plane when ray origin is on the plane and parallel (#2924) 2026-03-16 22:00:03 +08:00
AZhan
57fdddb599 Unify Signal event mechanism with structured binding support (#2921)
* feat: unify signal event mechanism with structured binding support
2026-03-16 14:54:49 +08:00
cptbtptpbcptdtptp
fbc79fe85e chore: release v2.0.0-alpha.14 v2.0.0-alpha.14 2026-03-16 12:14:57 +08:00
ChenMo
ce413ebbba feat: add RenderTarget asset loader and colorTextures getter (#2923)
* feat: add RenderTarget asset loader and expose colorTextures getter
2026-03-16 12:08:22 +08:00
AZhan
85364f285f Remove useless code (#2922)
* feat: remove useless code
2026-03-16 10:49:28 +08:00
GuoLei1990
5073881d6c chore: release v2.0.0-alpha.13 v2.0.0-alpha.13 2026-03-14 00:38:50 +08:00
hhhhkrx
58a775c0b0 particle mesh mode rotation curve not working (#2920)
* fix: particle mesh mode rotation curve not working

* refactor: unify particle rotation unit to degrees, convert in shader
2026-03-14 00:14:16 +08:00
GuoLei1990
a3ab15da05 test: skip SceneParser test that depends on outdated project.json
The project.json contains deprecated "Environment" asset type.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 01:29:51 +08:00
GuoLei1990
cbc17b2ad4 refactor: remove project-loader tests and fix ambientLight test data
- Remove project-loader e2e case (depends on outdated project.json with Environment type)
- Remove project-loader unit test from ResourceManager.test.ts
- Convert ambientLight test data to new GLCN header format

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 01:26:56 +08:00
GuoLei1990
5a578424be refactor: update AmbientLight asset URLs to new format 2026-03-13 01:22:54 +08:00
GuoLei1990
953b0dee86 refactor: update diffPercentage value for PhysX Mesh Collider Data 2026-03-13 01:20:06 +08:00
GuoLei1990
9084a59768 refactor: update image assets with new SHA and size values 2026-03-13 01:14:59 +08:00
GuoLei1990
f2f7c77275 refactor: update AmbientLight asset URL to new format 2026-03-13 00:55:06 +08:00
GuoLei1990
0674811b6a chore: release v2.0.0-alpha.12 v2.0.0-alpha.12 2026-03-13 00:01:21 +08:00
GuoLei1990
bac44cae0a refactor: align header length calculation to 4 bytes for TypedArray access 2026-03-13 00:00:30 +08:00
GuoLei1990
9bd6253456 chore: release v2.0.0-alpha.11 v2.0.0-alpha.11 2026-03-12 23:28:53 +08:00
ChenMo
2a242ef61a refactor: rename Env to AmbientLight, .env to .ambLight (#2919)
* refactor: rename Env/EnvLoader to AmbientLight/AmbientLightLoader
2026-03-12 23:28:04 +08:00
GuoLei1990
a36d6526de chore: release v2.0.0-alpha.10 v2.0.0-alpha.10 2026-03-12 21:09:58 +08:00
zhuxudong
c751f38bb8 Move pixelStorei calls to non-compressed branch in GLTextureCube (#2918)
* fix: move pixelStorei calls to non-compressed branch in GLTextureCube
2026-03-12 20:44:18 +08:00
cptbtptpbcptdtptp
744deee2d3 chore: release v2.0.0-alpha.9 v2.0.0-alpha.9 2026-03-11 20:21:28 +08:00
AZhan
a49884386b Fix setting the font to null will trigger an error (#2917)
* fix: setting the font to null will trigger an error
2026-03-11 20:17:41 +08:00
GuoLei1990
3c8617940b chore: release v2.0.0-alpha.8 v2.0.0-alpha.8 2026-03-11 00:42:34 +08:00
GuoLei1990
81671409c2 fix: clamp pixel values to prevent Infinity in R16G16B16A16 format 2026-03-11 00:41:41 +08:00
cptbtptpbcptdtptp
76aacb50df chore: release v2.0.0-alpha.7 v2.0.0-alpha.7 2026-03-10 21:02:44 +08:00
hhhhkrx
3c1103c9c6 migrate ambient env from RGBM to half-float (#2916)
* feat: migrate ambient env from RGBM to half-float
2026-03-10 20:54:40 +08:00
GuoLei1990
6dbef4aa9b chore: release v2.0.0-alpha.6 v2.0.0-alpha.6 2026-03-10 11:21:20 +08:00
ChenMo
8bb9a13c2e Merge HDRLoader into TextureCubeLoader and extract HDRDecoder (#2914)
* refactor: merge HDRLoader into TextureCubeLoader and extract HDRDecoder
2026-03-09 22:28:46 +08:00
zhuxudong
fdbd495a10 Replace refId with url for asset reference resolution (#2913)
* refactor: replace refId with url for asset reference resolution
2026-03-06 18:09:50 +08:00
cptbtptpbcptdtptp
e237cdcdb4 chore: release v2.0.0-alpha.5 v2.0.0-alpha.5 2026-03-03 18:40:53 +08:00
ChenMo
ea2f92595f Add RenderingStatistics for GPU memory tracking and RenderTargetPool for RT reuse (#2910)
* feat: add RenderingInfo class for tracking rendering memory usage and RenderTargetPool for RT reuse
2026-03-03 18:25:14 +08:00
AZhan
1491cfc995 feat: update release editor kit
Add npm authentication verification step before releasing packages.
2026-03-03 17:35:04 +08:00
GuoLei1990
5619f77b3d chore: release v2.0.0-alpha.4 v2.0.0-alpha.4 2026-03-02 23:21:15 +08:00