YHH
|
dbebb4f4fb
|
fix: 修复系统 onAdded 回调受注册顺序影响的问题 (#270)
|
2025-12-04 12:56:19 +08:00 |
|
YHH
|
107439d70c
|
Feature/runtime cdn and plugin loader (#240)
* feat(ui): 完善 UI 布局系统和编辑器可视化工具
* refactor: 移除 ModuleRegistry,统一使用 PluginManager 插件系统
* fix: 修复 CodeQL 警告并提升测试覆盖率
* refactor: 分离运行时入口点,解决 runtime bundle 包含 React 的问题
* fix(ci): 添加 editor-core 和 editor-runtime 到 CI 依赖构建步骤
* docs: 完善 ServiceContainer 文档,新增 Symbol.for 模式和 @InjectProperty 说明
* fix(ci): 修复 type-check 失败问题
* fix(ci): 修复类型检查失败问题
* fix(ci): 修复类型检查失败问题
* fix(ci): behavior-tree 构建添加 @tauri-apps 外部依赖
* fix(ci): behavior-tree 添加 @tauri-apps/plugin-fs 类型依赖
* fix(ci): platform-web 添加缺失的 behavior-tree 依赖
* fix(lint): 移除正则表达式中不必要的转义字符
|
2025-11-27 20:42:46 +08:00 |
|
YHH
|
e2b316b3cc
|
Fix/entity system dispose ondestroy (#223)
* fix(core): 修复 EntitySystem dispose 未调用 onDestroy 导致资源泄漏
* fix(core): 修复 Scene.end() 中 unload 调用时机导致用户无法清理资源
|
2025-11-14 12:10:59 +08:00 |
|
YHH
|
3ad5dc9ca3
|
refactor(core): 改进事件系统类型安全并消除 ESLint 警告 (#208)
|
2025-11-01 16:12:18 +08:00 |
|
LINGYE
|
0cd99209c4
|
支持集成第三方日志库 (#190)
* 更新 ILogger 签名
改为纯可变参数兼容主流日志库
* 拆分日志类型与实现
* 新增 setLoggerFactory 方法
* tweak
* getLoggerName 返回类名,默认情况下子类无需重写
* 更新日志说明文档
* 增加测试
* 使用 getSystemInstanceTypeName,避免压缩导致获取类名不一致
|
2025-10-26 11:53:46 +08:00 |
|
YHH
|
41bbe23404
|
新增ServiceContainer服务容器, 所有服务统一实现 IService 接口
|
2025-10-10 18:13:28 +08:00 |
|
YHH
|
62d7521384
|
移除 Entity._localComponents/强制Entity必须属于Scene/简化组件操作逻辑
|
2025-10-10 16:31:43 +08:00 |
|
YHH
|
61fcd52c65
|
移除eventhandler装饰器
|
2025-09-29 09:35:02 +08:00 |
|
YHH
|
b82891caee
|
装饰器事件自动清理
|
2025-09-28 23:58:43 +08:00 |
|
YHH
|
ea8523be35
|
使用Lerna 和 monorepo管理项目结构
|
2025-08-07 13:29:12 +08:00 |
|