Commit Graph

2661 Commits

Author SHA1 Message Date
GuoLei1990
542648bf2e refactor: opt code 2025-04-28 13:41:09 +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 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 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
SwayYan
66116ba675 Refactor ShaderLab documention (#2611)
* refactor: shaderlab doc
2025-04-18 11:46:46 +08:00
zhuxudong
0ea00080bc Update e2e fixtures in linear blend (#2626)
* refactor: update e2e fixtures in linear blend
2025-04-17 14:56:06 +08:00
Kbscript
1737e2f5c4 fix: adapter config missing comma 2025-04-17 12:02:46 +08:00
GuoLei1990
0de5aa7a6c chore: release v1.4.13 v1.4.13 2025-04-17 11:59:09 +08:00
Kbscript
d97ab13f05 fix: editor missing submodule 2025-04-17 11:53:13 +08:00
Kbscript
954a78a9e3 chore: ignore lockfile when install deps for editor 2025-04-17 11:47:35 +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
Bo Kou
ab2008f05d Merge pull request #2623 from galacean/chore/add-action
chore: support build adapters for editor-decorators
2025-04-17 11:11:53 +08:00
SwayYan
7af670be79 fix: mesh validate (#2624) 2025-04-17 10:39:53 +08:00
Kbscript
0c45c55354 chore: support build adapters for editor-decorators 2025-04-17 00:48:30 +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
singlecoder
44d8234444 Opt: opt text e2e threshold (#2618)
* fix: text ete threshold
2025-04-14 17:01:00 +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
zhuxudong
3441a7690a Enhance post-processing document (#2604)
* refactor: enhance post-processing document
2025-04-07 18:59:25 +08:00
Bo Kou
7f9b7d70f1 Merge pull request #2602 from galacean/chore/add-action
chore: add trigger action
2025-04-07 17:29:28 +08:00
Kbscript
05dd84148c chore: only triggered when docs change 2025-04-07 17:21:38 +08:00
Kbscript
a05f291ec7 chore: add github api version 2025-04-07 16:30:55 +08:00
Kbscript
72efb51ed5 chore: add trigger action 2025-04-07 15:50:05 +08:00
luzhuang
f3bd3402bf Update ci.yml 2025-04-07 15:42:08 +08:00
luzhuang
63b2554809 Update ci.yml 2025-04-07 15:19:40 +08:00
aFang
4adcb25184 Update custom.mdx (#2600)
# Fix custom doc
2025-04-07 10:23:29 +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
zhuxudong
3242f8941f [Document] enhance material document (#2546)
* doc: enhance material document
2025-03-31 15:45:10 +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
GuoLei1990
44a869ba2d Merge branch 'main' into dev/1.5 2025-03-20 15:00:17 +08:00
SwayYan
5f3d30017f Particle system add ForceOverLifetime module (#2584)
* feat: add ForceOverLifetime module
2025-03-20 11:48:06 +08:00
鹅叔
c5c86e9fc4 Merge pull request #2552 from eyworldwide/main
Refactor: update sidebar doc
2025-03-12 16:36:26 +08:00
eyworldwide
a0dfd17aab refactor: fix doc cr problems 2025-03-10 17:01:45 +08:00
eyworldwide
1a4b5df182 Merge branch 'main' of github.com:galacean/engine 2025-03-10 16:50:15 +08:00
Bo Kou
a18bfd0dc0 Merge pull request #2583 from feyabibi/feat/audio
feat: add audio documentation for assets, components, and overview in…
2025-03-10 15:44:04 +08:00
feyabibi
44fa4b15dc feat: add audio documentation for assets, components, and overview in English and Chinese 2025-03-10 15:40:13 +08:00
Bo Kou
d3aa1685dd Merge pull request #2582 from feyabibi/feat/audio
feat: add audio functionality with assets and components documentation
2025-03-10 15:17:25 +08:00