YHH
|
359886c72f
|
Feature/physics and tilemap enhancement (#247)
* feat(behavior-tree,tilemap): 修复编辑器连线缩放问题并增强插件系统
* feat(node-editor,blueprint): 新增通用节点编辑器和蓝图可视化脚本系统
* feat(editor,tilemap): 优化编辑器UI样式和Tilemap编辑器功能
* fix: 修复CodeQL安全警告和CI类型检查错误
* fix: 修复CodeQL安全警告和CI类型检查错误
* fix: 修复CodeQL安全警告和CI类型检查错误
|
2025-11-29 23:00:48 +08:00 |
|
yhh
|
f03b73b58e
|
docs: 完善装饰器和 Matcher API 文档
|
2025-11-28 11:03:34 +08:00 |
|
github-actions[bot]
|
18d20df4da
|
chore(core): release v2.2.17 (#246)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-28 11:03:11 +08:00 |
|
github-actions[bot]
|
c5642a8605
|
chore(editor): bump version to 1.0.11 (#245)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-28 11:01:04 +08:00 |
|
YHH
|
673f5e5855
|
feat(physics): 集成 Rapier2D 物理引擎并修复预览重置问题 (#244)
* feat(physics): 集成 Rapier2D 物理引擎并修复预览重置问题
* fix: 修复 CI 流程并清理代码
editor-v1.0.11
|
2025-11-28 10:32:28 +08:00 |
|
YHH
|
cabb625a17
|
Feature/UI input system fix (#243)
* feat(ui): 实现编辑器预览模式下的 UI 输入系统
* feat(platform-web): 为浏览器运行时添加 UI 输入系统绑定
|
2025-11-27 22:31:05 +08:00 |
|
github-actions[bot]
|
b8f05b79b0
|
chore(core): release v2.2.16 (#242)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-27 21:13:09 +08:00 |
|
github-actions[bot]
|
b22faaac86
|
chore(editor): bump version to 1.0.10 (#241)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
v2.2.16
|
2025-11-27 21:05:40 +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): 移除正则表达式中不必要的转义字符
editor-v1.0.10
|
2025-11-27 20:42:46 +08:00 |
|
github-actions[bot]
|
71869b1a58
|
chore(editor): bump version to 1.0.9 (#239)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-26 11:47:09 +08:00 |
|
yhh
|
9aed3134cf
|
fix(ci): 修复 Windows 上 mkdir 命令报错
editor-v1.0.9
|
2025-11-26 11:28:14 +08:00 |
|
yhh
|
3ff57aff37
|
fix(ci): 修复 release-editor workflow 构建顺序
|
2025-11-26 11:22:43 +08:00 |
|
yhh
|
152c0541b8
|
fix(ci): 修复 release-editor workflow 构建顺序
|
2025-11-26 11:15:38 +08:00 |
|
YHH
|
7b14fa2da4
|
feat(editor): 添加 ECS UI 系统和编辑器更新优化 (#238)
|
2025-11-26 11:08:10 +08:00 |
|
YHH
|
3fb6f919f8
|
Feature/tilemap editor (#237)
* feat: 添加 Tilemap 编辑器插件和组件生命周期支持
* feat(editor-core): 添加声明式插件注册 API
* feat(editor-core): 改进tiledmap结构合并tileset进tiledmapeditor
* feat: 添加 editor-runtime SDK 和插件系统改进
* fix(ci): 修复SceneResourceManager里变量未使用问题
|
2025-11-25 22:23:19 +08:00 |
|
github-actions[bot]
|
551ca7805d
|
chore(core): release v2.2.15 (#236)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-23 22:52:05 +08:00 |
|
yhh
|
8ab25fe293
|
fix(ci): 使用纯 bash+node 实现版本更新绕过 workspace 协议问题
|
2025-11-23 22:49:54 +08:00 |
|
yhh
|
eea7ed9e58
|
fix(ci): 将 npm version 改为 pnpm version 修复 workspace 协议问题
|
2025-11-23 22:46:21 +08:00 |
|
yhh
|
0279cf6d27
|
fix(ci): 使用 pnpm publish 修复 workspace:* 协议不支持的问题
|
2025-11-23 22:42:23 +08:00 |
|
yhh
|
0dff1ad2ad
|
fix(ci): 修复 npm 发布时 workspace:* 协议不支持的问题
|
2025-11-23 22:36:54 +08:00 |
|
yhh
|
95fbcca66f
|
chore: 移除渲染系统调试日志
|
2025-11-23 22:26:46 +08:00 |
|
github-actions[bot]
|
a61baa83a7
|
chore(editor): bump version to 1.0.8 (#235)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-23 22:21:20 +08:00 |
|
yhh
|
afebeecd68
|
fix(ci): 修复 Tauri 构建缺少 runtime 文件的问题
|
2025-11-23 22:08:38 +08:00 |
|
yhh
|
f4e9925319
|
fix(ci): 修复 Tauri 构建缺少 runtime 文件的问题
editor-v1.0.8
|
2025-11-23 21:57:10 +08:00 |
|
YHH
|
32460ac133
|
feat(editor): 优化编辑器UI和改进核心功能 (#234)
* feat(editor): 优化编辑器UI和改进核心功能
* feat(editor): 优化编辑器UI和改进核心功能
|
2025-11-23 21:45:10 +08:00 |
|
github-actions[bot]
|
4d95a7f044
|
chore(editor): bump version to 1.0.7 (#233)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-23 16:30:14 +08:00 |
|
yhh
|
57f919fbe0
|
fix(ci): 移除release-editor工作流中有问题的TypeScript缓存步骤
|
2025-11-23 16:12:42 +08:00 |
|
yhh
|
1cb9a0e58f
|
fix(ci): 修复release-editor工作流hashFiles语法错误
|
2025-11-23 15:47:23 +08:00 |
|
yhh
|
1da43ee822
|
fix: 修复 release-editor workflow 构建问题
editor-v1.0.7
|
2025-11-23 15:26:17 +08:00 |
|
yhh
|
f4c7563763
|
chore: 移除 network 相关包并修复 CI 问题
|
2025-11-23 15:13:51 +08:00 |
|
YHH
|
a3f7cc38b1
|
Feature/render pipeline (#232)
* refactor(engine): 重构2D渲染管线坐标系统
* feat(engine): 完善2D渲染管线和编辑器视口功能
* feat(editor): 实现Viewport变换工具系统
* feat(editor): 优化Inspector渲染性能并修复Gizmo变换工具显示
* feat(editor): 实现Run on Device移动预览功能
* feat(editor): 添加组件属性控制和依赖关系系统
* feat(editor): 实现动画预览功能和优化SpriteAnimator编辑器
* feat(editor): 修复SpriteAnimator动画预览功能并迁移CI到pnpm
* feat(editor): 修复SpriteAnimator动画预览并迁移到pnpm
* feat(editor): 修复SpriteAnimator动画预览并迁移到pnpm
* feat(editor): 修复SpriteAnimator动画预览并迁移到pnpm
* feat(editor): 修复SpriteAnimator动画预览并迁移到pnpm
* feat(ci): 迁移项目到pnpm并修复CI构建问题
* chore: 迁移CI工作流到pnpm并添加WASM构建支持
* chore: 迁移CI工作流到pnpm并添加WASM构建支持
* chore: 迁移CI工作流到pnpm并添加WASM构建支持
* chore: 迁移CI工作流到pnpm并添加WASM构建支持
* chore: 迁移CI工作流到pnpm并添加WASM构建支持
* chore: 迁移CI工作流到pnpm并添加WASM构建支持
* chore: 移除 network 相关包
* chore: 移除 network 相关包
|
2025-11-23 14:49:37 +08:00 |
|
github-actions[bot]
|
b15cbab313
|
chore(editor): bump version to 1.0.6 (#231)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-21 12:42:30 +08:00 |
|
yhh
|
504b9ffb66
|
fix(ci): 添加编辑器工作流缺失的引擎构建步骤
editor-v1.0.6
|
2025-11-21 11:53:33 +08:00 |
|
github-actions[bot]
|
6226e3ff06
|
chore(core): release v2.2.14 (#230)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-21 11:40:22 +08:00 |
|
YHH
|
2621d7f659
|
refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty (#229)
* refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty
* refactor(core): 移除@Inject参数装饰器,统一使用@InjectProperty
|
2025-11-21 11:37:55 +08:00 |
|
YHH
|
a768b890fd
|
feat: 集成Rust WASM渲染引擎与TypeScript ECS框架 (#228)
* feat: 集成Rust WASM渲染引擎与TypeScript ECS框架
* feat: 增强编辑器UI功能与跨平台支持
* fix: 修复CI测试和类型检查问题
* fix: 修复CI问题并提高测试覆盖率
* fix: 修复CI问题并提高测试覆盖率
|
2025-11-21 10:03:18 +08:00 |
|
yhh
|
8b9616837d
|
style(editor-app): 移除log信息
|
2025-11-20 09:51:29 +08:00 |
|
yhh
|
0d2948e60c
|
feat(tools): rust工具初始化工具
|
2025-11-19 16:27:11 +08:00 |
|
YHH
|
ecfef727c8
|
feat: 实现可扩展的字段编辑器系统与专业资产选择器 (#227)
|
2025-11-19 14:54:03 +08:00 |
|
YHH
|
caed5428d5
|
refactor(editor-app): 改进架构和类型安全 (#226)
* refactor(editor-app): 改进架构和类型安全
* refactor(editor-app): 开始拆分 Inspector.tsx - 创建基础架构
* refactor(editor-app): 完成 Inspector.tsx 拆分
* refactor(editor-app): 优化 Inspector 类型定义,消除所有 any 使用
* refactor(editor): 实现可扩展的属性渲染器系统
* Potential fix for code scanning alert no. 231: Unused variable, import, function or class
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* fix(ci): 防止 Codecov 服务故障阻塞 CI 流程
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
|
2025-11-18 22:28:13 +08:00 |
|
YHH
|
bce3a6e253
|
refactor(editor): 提取行为树编辑器为独立包并重构编辑器架构 (#216)
* refactor(editor): 提取行为树编辑器为独立包并重构编辑器架构
* feat(editor): 添加插件市场功能
* feat(editor): 重构插件市场以支持版本管理和ZIP打包
* feat(editor): 重构插件发布流程并修复React渲染警告
* fix(plugin): 修复插件发布和市场的路径不一致问题
* feat: 重构插件发布流程并添加插件删除功能
* fix(editor): 完善插件删除功能并修复多个关键问题
* fix(auth): 修复自动登录与手动登录的竞态条件问题
* feat(editor): 重构插件管理流程
* feat(editor): 支持 ZIP 文件直接发布插件
- 新增 PluginSourceParser 解析插件源
- 重构发布流程支持文件夹和 ZIP 两种方式
- 优化发布向导 UI
* feat(editor): 插件市场支持多版本安装
- 插件解压到项目 plugins 目录
- 新增 Tauri 后端安装/卸载命令
- 支持选择任意版本安装
- 修复打包逻辑,保留完整 dist 目录结构
* feat(editor): 个人中心支持多版本管理
- 合并同一插件的不同版本
- 添加版本历史展开/折叠功能
- 禁止有待审核 PR 时更新插件
* fix(editor): 修复 InspectorRegistry 服务注册
- InspectorRegistry 实现 IService 接口
- 注册到 Core.services 供插件使用
* feat(behavior-tree-editor): 完善插件注册和文件操作
- 添加文件创建模板和操作处理器
- 实现右键菜单创建行为树功能
- 修复文件读取权限问题(使用 Tauri 命令)
- 添加 BehaviorTreeEditorPanel 组件
- 修复 rollup 配置支持动态导入
* feat(plugin): 完善插件构建和发布流程
* fix(behavior-tree-editor): 完整恢复编辑器并修复 Toast 集成
* fix(behavior-tree-editor): 修复节点选中、连线跟随和文件加载问题并优化性能
* fix(behavior-tree-editor): 修复端口连接失败问题并优化连线样式
* refactor(behavior-tree-editor): 移除调试面板功能简化代码结构
* refactor(behavior-tree-editor): 清理冗余代码合并重复逻辑
* feat(behavior-tree-editor): 完善编辑器核心功能增强扩展性
* fix(lint): 修复ESLint错误确保CI通过
* refactor(behavior-tree-editor): 优化编辑器工具栏和编译器功能
* refactor(behavior-tree-editor): 清理技术债务,优化代码质量
* fix(editor-app): 修复字符串替换安全问题
|
2025-11-18 14:46:51 +08:00 |
|
YHH
|
eac660b1a0
|
refactor(core): 统一参数命名 - worldId/sceneId 改为 worldName/sceneName (#225)
* refactor(core): 统一参数命名 - worldId/sceneId 改为 worldName/sceneName
* test(core): 更新测试用例以匹配新的错误消息
* refactor(core): 提高代码覆盖率 - 添加参数验证和测试
|
2025-11-15 00:20:17 +08:00 |
|
github-actions[bot]
|
af49870084
|
chore(core): release v2.2.13 (#224)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-14 12:13:47 +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
|
3a0544629d
|
feat(core): 为 World 添加独立的服务容器 (#222)
* feat(core): 为 World 添加独立的服务容器
* test(core): 为 World 服务容器添加完整测试覆盖
|
2025-11-14 09:55:31 +08:00 |
|
LINGYE
|
609baace73
|
fix(logger): 移除自定义 factory 的缓存, 由使用方管理 (#221)
* fix(logger): 移除自定义 factory 的缓存, 由使用方管理
* test
|
2025-11-13 16:53:07 +08:00 |
|
LINGYE
|
b12cfba353
|
refactor(core): 移除 _activeWorlds 并优化 WorldManager 清理机制 (#220)
* refactor(core): 将 WorldManager 清理机制从定时器改为帧驱动
* refactor(core): 移除 WorldManager _activeWorlds 优化,简化状态管理
* test(core): 补充 WorldManager 测试用例
* docs(core): 更新 WorldManager cleanupFrameInterval 配置说明
|
2025-11-09 17:35:07 +08:00 |
|
LINGYE
|
6242c6daf3
|
fix(core): 修复 PerformanceMonitor 未遵循 Core debug 参数的问题 (#219)
- Core 传递 debug 配置到 WorldManager
- WorldManager 传递 debug 配置到 World
- World 在 debug=true 时为 Scene 注册并启用 PerformanceMonitor
- new Scene 的情况默认未开启,但暴露了 `performanceMonitor` 由使用者处理
|
2025-11-09 11:32:04 +08:00 |
|
github-actions[bot]
|
b5337de278
|
chore(core): release v2.2.12 (#218)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-11-07 12:12:44 +08:00 |
|
YHH
|
3512199ff4
|
fix(core): 移除fflate依赖,修复TextEncoder兼容性问题 (#217)
* fix(core): 移除fflate依赖,修复TextEncoder兼容性问题
* fix(core): 移除fflate依赖,修复TextEncoder兼容性问题
|
2025-11-07 12:10:52 +08:00 |
|