YHH
|
4355538d8d
|
refactor(core): 重构Scene和Entity的代码质量,消除所有Lint警告 (#209)
|
2025-11-01 17:18:12 +08:00 |
|
YHH
|
3ad5dc9ca3
|
refactor(core): 改进事件系统类型安全并消除 ESLint 警告 (#208)
|
2025-11-01 16:12:18 +08:00 |
|
YHH
|
57c7e7be3f
|
feat(core):统一 Core 库的命名规范和代码风格 (#207)
|
2025-11-01 10:23:46 +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
|
61813e67b6
|
refactor(behavior-tree)!: 迁移到 Runtime 执行器架构 (#196)
* refactor(behavior-tree)!: 迁移到 Runtime 执行器架构
* fix(behavior-tree): 修复LogAction中的ReDoS安全漏洞
* feat(behavior-tree): 完善行为树核心功能并修复类型错误
|
2025-10-31 17:27:38 +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 |
|
LINGYE
|
011d795361
|
perf(core): 优化 Scene.systems getter 避免每帧重复排序 (#197)
|
2025-10-30 23:27:37 +08:00 |
|
YHH
|
3f40a04370
|
Merge branch 'master' of https://github.com/esengine/ecs-framework
|
2025-10-28 17:19:38 +08:00 |
|
YHH
|
fc042bb7d9
|
feat(editor): 添加插件多语言支持
|
2025-10-28 17:19:28 +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
|
b410e2de47
|
fix(core): 移除TextEncoder依赖以兼容小游戏环境
|
2025-10-28 11:51:57 +08:00 |
|
YHH
|
f0b4453a5f
|
fix(behavior-tree): 修复插件节点执行问题并完善文档
|
2025-10-28 11:45:35 +08:00 |
|
YHH
|
edbc9eb27f
|
ci(editor-core): 添加npm发布流程支持
|
2025-10-27 15:04:31 +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 |
|
YHH
|
dee0e0284a
|
chore(behavior-tree): 移除CI测试脚本
|
2025-10-27 10:12:35 +08:00 |
|
YHH
|
890e591f2a
|
fix(behavior-tree): 修复发布时缺少publishConfig导致的402错误
|
2025-10-27 10:07:00 +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
|
4cee396ea9
|
chore(ci): 重构发布流程为手动触发方式并添加behavior-tree包发布支持
|
2025-10-27 09:47:59 +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 |
|
LINGYE
|
0cd99209c4
|
支持集成第三方日志库 (#190)
* 更新 ILogger 签名
改为纯可变参数兼容主流日志库
* 拆分日志类型与实现
* 新增 setLoggerFactory 方法
* tweak
* getLoggerName 返回类名,默认情况下子类无需重写
* 更新日志说明文档
* 增加测试
* 使用 getSystemInstanceTypeName,避免压缩导致获取类名不一致
|
2025-10-26 11:53:46 +08:00 |
|
YHH
|
3876d9b92b
|
feat(core): 完善 IScene 接口定义
|
2025-10-20 17:24:56 +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 |
|
github-actions[bot]
|
9c778cb71b
|
chore(core): bump version to 2.2.8
|
2025-10-18 12:59:36 +00:00 |
|
YHH
|
1f7f9d9f84
|
修复端口没有跟随设置更改的问题
|
2025-10-18 20:21:43 +08:00 |
|
LING YE
|
7f56ebc786
|
feat(core): 支持通过 Core.create() 配置 WorldManager 参数
|
2025-10-18 13:10:09 +08:00 |
|
YHH
|
a9f9ad9b94
|
支持字体设置大小
|
2025-10-17 23:47:04 +08:00 |
|
YHH
|
63165bbbfc
|
performancemonitor由内部框架维护
|
2025-10-17 22:13:32 +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 |
|
YHH
|
27ce902344
|
配置createUpdaterArtifacts生成sig
|
2025-10-16 23:38:11 +08:00 |
|
esengine
|
f8539d7958
|
chore(editor): bump version to 1.0.1
|
2025-10-16 15:08:22 +00:00 |
|
YHH
|
14dc911e0a
|
Merge branch 'master' of https://github.com/esengine/ecs-framework
|
2025-10-16 22:55:09 +08:00 |
|
YHH
|
deccb6bf84
|
修复editor再ci上版本冲突问题
|
2025-10-16 22:54:58 +08:00 |
|
ImgBotApp
|
1b69ed17b7
|
[ImgBot] Optimize images
*Total -- 496.42kb -> 376.40kb (24.18%)
/screenshots/main_screetshot.png -- 179.18kb -> 121.90kb (31.97%)
/screenshots/performance_profiler.png -- 59.99kb -> 41.74kb (30.43%)
/screenshots/port_manager.png -- 22.70kb -> 16.86kb (25.72%)
/screenshots/about.png -- 38.75kb -> 29.00kb (25.17%)
/screenshots/plugin_manager.png -- 38.49kb -> 29.16kb (24.25%)
/packages/editor-app/src-tauri/icons/icon.svg -- 3.52kb -> 2.76kb (21.6%)
/screenshots/settings.png -- 53.78kb -> 44.90kb (16.51%)
/packages/editor-app/src-tauri/icons/icon.png -- 33.45kb -> 29.78kb (10.98%)
/packages/editor-app/src-tauri/icons/512x512.png -- 33.45kb -> 29.78kb (10.98%)
/packages/editor-app/src-tauri/icons/256x256.png -- 13.97kb -> 12.76kb (8.68%)
/packages/editor-app/src-tauri/icons/128x128@2x.png -- 13.97kb -> 12.76kb (8.68%)
/packages/editor-app/src-tauri/icons/128x128.png -- 5.17kb -> 5.03kb (2.89%)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
|
2025-10-16 14:45:32 +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
|
2a17c47c25
|
修复ts警告
|
2025-10-16 18:20:31 +08:00 |
|
YHH
|
c676006632
|
构建配置
|
2025-10-16 17:44:57 +08:00 |
|
YHH
|
5bcfd597b9
|
Merge remote-tracking branch 'remotes/origin/master' into issue-119-插件化编辑器
|
2025-10-16 17:37:24 +08:00 |
|
YHH
|
3cda3c2238
|
显示客户端链接的ip:port
|
2025-10-16 17:33:43 +08:00 |
|
YHH
|
43bdd7e43b
|
远程读取日志
|
2025-10-16 17:10:22 +08:00 |
|
YHH
|
1ec7892338
|
设置界面
|
2025-10-16 13:07:19 +08:00 |
|
YHH
|
6bcfd48a2f
|
清理调试日志
|
2025-10-16 12:21:18 +08:00 |
|