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
|
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
|
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 |
|
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 |
|
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 |
|
github-actions[bot]
|
6778ccace4
|
chore(editor): bump version to 1.0.5 (#201)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-10-31 17:42:41 +08:00 |
|
github-actions[bot]
|
1264232533
|
chore(behavior-tree): release v1.0.1 (#200)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-10-31 17:30:12 +08:00 |
|
YHH
|
c58e3411fd
|
feat(core): 启用 TypeScript 最严格的类型检查 (#199)
* feat(core): 启用 TypeScript 最严格的类型检查
* ci: 配置 Codecov 以适应类型安全改进
* fix(core): 修复 CodeQL 安全警告
* fix(core): eslint.config.mjs
|
2025-10-31 16:14:23 +08:00 |
|
github-actions[bot]
|
d051e52131
|
chore(core): release v2.2.11 (#195)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-10-28 14:12:56 +08:00 |
|
YHH
|
fb4316aeb9
|
Merge branch 'master' of https://github.com/esengine/ecs-framework
|
2025-10-28 14:08:47 +08:00 |
|
YHH
|
683203919f
|
refactor(core): 使用fflate替换msgpack以兼容小游戏环境
|
2025-10-28 14:08:34 +08:00 |
|
github-actions[bot]
|
a0cddbcae6
|
chore(core): release v2.2.10 (#194)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-10-28 11:58:05 +08:00 |
|
YHH
|
f0b4453a5f
|
fix(behavior-tree): 修复插件节点执行问题并完善文档
|
2025-10-28 11:45:35 +08:00 |
|
github-actions[bot]
|
2f63034d9a
|
chore(editor): bump version to 1.0.4 (#192)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
Co-authored-by: YHH <359807859@qq.com>
|
2025-10-27 10:25:27 +08:00 |
|
github-actions[bot]
|
60fa259285
|
chore(core): release v2.2.9 (#191)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-10-27 09:56:54 +08:00 |
|
YHH
|
009f8af4e1
|
Feature/ecs behavior tree (#188)
* feat(behavior-tree): 完全 ECS 化的行为树系统
* feat(editor-app): 添加行为树可视化编辑器
* chore: 移除 Cocos Creator 扩展目录
* feat(editor-app): 行为树编辑器功能增强
* fix(editor-app): 修复 TypeScript 类型错误
* feat(editor-app): 使用 FlexLayout 重构面板系统并优化资产浏览器
* feat(editor-app): 改进编辑器UI样式并修复行为树执行顺序
* feat(behavior-tree,editor-app): 添加装饰器系统并优化编辑器性能
* feat(behavior-tree,editor-app): 添加属性绑定系统
* feat(editor-app,behavior-tree): 优化编辑器UI并改进行为树功能
* feat(editor-app,behavior-tree): 添加全局黑板系统并增强资产浏览器功能
* feat(behavior-tree,editor-app): 添加运行时资产导出系统
* feat(behavior-tree,editor-app): 添加SubTree系统和资产选择器
* feat(behavior-tree,editor-app): 优化系统架构并改进编辑器文件管理
* fix(behavior-tree,editor-app): 修复SubTree节点错误显示空节点警告
* fix(editor-app): 修复局部黑板类型定义文件扩展名错误
|
2025-10-27 09:29:11 +08:00 |
|
dependabot[bot]
|
ba61737bc7
|
chore(deps): bump ws from 8.18.2 to 8.18.3
Bumps [ws](https://github.com/websockets/ws) from 8.18.2 to 8.18.3.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/compare/8.18.2...8.18.3)
---
updated-dependencies:
- dependency-name: ws
dependency-version: 8.18.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-18 16:16:01 +00:00 |
|
dependabot[bot]
|
39049601d4
|
chore(deps): bump protobufjs from 7.5.3 to 7.5.4
Bumps [protobufjs](https://github.com/protobufjs/protobuf.js) from 7.5.3 to 7.5.4.
- [Release notes](https://github.com/protobufjs/protobuf.js/releases)
- [Changelog](https://github.com/protobufjs/protobuf.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/protobufjs/protobuf.js/compare/protobufjs-v7.5.3...protobufjs-v7.5.4)
---
updated-dependencies:
- dependency-name: protobufjs
dependency-version: 7.5.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-10-18 15:30:56 +00:00 |
|
YHH
|
ca452889d7
|
chore(deps): 更新 package-lock.json
|
2025-10-18 22:44:55 +08:00 |
|
YHH
|
6b1e6c6fdc
|
fix(ci): 修复发布流程改为手动触发并包含 package-lock
|
2025-10-18 22:18:47 +08:00 |
|
YHH
|
f4e3505d52
|
规范项目标准,更改为MIT协议
|
2025-10-18 21:48:44 +08:00 |
|
YHH
|
b826bbc4c7
|
更新图标及场景序列化系统
|
2025-10-17 18:13:31 +08:00 |
|
esengine
|
dff400bf22
|
chore(editor): bump version to 1.0.3
|
2025-10-16 15:52:45 +00:00 |
|
esengine
|
f8539d7958
|
chore(editor): bump version to 1.0.1
|
2025-10-16 15:08:22 +00:00 |
|
YHH
|
011e43811a
|
热更新配置
|
2025-10-16 22:26:50 +08:00 |
|
YHH
|
7de6a5af0f
|
v2.2.5
|
2025-10-16 20:37:16 +08:00 |
|
YHH
|
e04ac7c909
|
所有源代码文件使用 LF (Unix 风格)
prettier格式化
eslint代码质量检查
|
2025-10-16 20:24:45 +08:00 |
|
YHH
|
f0046c7dc2
|
新增icons作为编辑器图标
|
2025-10-16 19:52:17 +08:00 |
|
YHH
|
fb7a1b1282
|
可动态识别属性
|
2025-10-15 17:15:05 +08:00 |
|
YHH
|
bd839cf431
|
Tauri 编辑器应用框架
|
2025-10-14 22:53:26 +08:00 |
|
YHH
|
b20b2ae4ce
|
编辑器核心框架
|
2025-10-14 22:33:55 +08:00 |
|
YHH
|
a572c80967
|
v2.2.4
|
2025-10-14 21:22:07 +08:00 |
|
YHH
|
9253686de1
|
v2.2.3
|
2025-10-12 21:41:09 +08:00 |
|
YHH
|
bb99cf5389
|
v2.2.2
|
2025-10-12 18:56:39 +08:00 |
|
YHH
|
e3ead8a695
|
修复buffer再浏览器环境不兼容的问题
|
2025-10-12 18:49:20 +08:00 |
|
YHH
|
62f895efe0
|
v2.2.1
|
2025-10-11 10:46:46 +08:00 |
|
YHH
|
a0177c9163
|
从 tslib 导入辅助函数
|
2025-10-11 10:36:59 +08:00 |
|
YHH
|
f45af34614
|
更新v2.2.0文档
|
2025-10-11 10:16:52 +08:00 |
|
YHH
|
fdaa94a61d
|
v2.1.52
|
2025-10-09 17:26:07 +08:00 |
|
YHH
|
69c46f32eb
|
支持二进制序列化
|
2025-10-08 20:42:55 +08:00 |
|
YHH
|
da70818b22
|
v2.1.51
|
2025-10-01 00:11:14 +08:00 |
|
YHH
|
d0cb7d5359
|
v2.1.50
|
2025-09-30 09:59:46 +08:00 |
|
YHH
|
90ad4b3ec4
|
抽象worker接口,避免污染项目
|
2025-09-29 18:15:47 +08:00 |
|
YHH
|
62bc6b547e
|
支持wx/browser的worker(由于wx限制默认不开启worker)
|
2025-09-29 13:21:08 +08:00 |
|
YHH
|
66dc9780b9
|
使用coi-serviceworker用于无法控制标头的情况
|
2025-09-28 21:11:17 +08:00 |
|
YHH
|
413ce93b31
|
更新文档
|
2025-09-28 12:26:51 +08:00 |
|
YHH
|
60566e8d78
|
v2.1.48
|
2025-09-24 16:05:22 +08:00 |
|
YHH
|
0b4244fd8e
|
修复循环依赖问题
|
2025-09-24 10:20:36 +08:00 |
|
YHH
|
168e028098
|
更新支持es5环境
|
2025-09-04 16:26:29 +08:00 |
|
YHH
|
a44251cc55
|
新增world概念(多world管理多scene概念)现在支持多个world多个scene同时更新
|
2025-08-20 17:48:31 +08:00 |
|