YHH
|
ddc7a7750e
|
Chore/lint fixes (#212)
* fix(eslint): 修复装饰器缩进配置
* fix(eslint): 修复装饰器缩进配置
* chore: 删除未使用的导入
* chore(lint): 移除未使用的导入和变量
* chore(lint): 修复editor-app中未使用的函数参数
* chore(lint): 修复未使用的赋值变量
* chore(eslint): 将所有错误级别改为警告以通过CI
* fix(codeql): 修复GitHub Advanced Security检测到的问题
|
2025-11-02 23:50:41 +08:00 |
|
YHH
|
50a01d9dd3
|
chore: 统一并强化ESLint配置规则
|
2025-11-02 12:45:47 +08:00 |
|
YHH
|
793aad0a5e
|
chore: 移除旧版ESLint配置并更新子模块
|
2025-11-02 12:22:27 +08:00 |
|
YHH
|
9c1bf8dbed
|
refactor(core): 移除全局EventBus,实现场景级事件隔离 (#211)
|
2025-11-01 18:19:23 +08:00 |
|
YHH
|
620f3eecc7
|
style(core): ESLint自动修复代码格式问题 (#210)
|
2025-11-01 17:41:50 +08:00 |
|
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>
editor-v1.0.5
|
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
|
4e81fc7eba
|
fix(docs): 修复行为树文档中的死链接
|
2025-10-28 11:54:39 +08:00 |
|
YHH
|
b410e2de47
|
fix(core): 移除TextEncoder依赖以兼容小游戏环境
|
2025-10-28 11:51:57 +08:00 |
|
YHH
|
9868c746e1
|
Merge branch 'master' of https://github.com/esengine/ecs-framework
|
2025-10-28 11:45:48 +08:00 |
|
YHH
|
f0b4453a5f
|
fix(behavior-tree): 修复插件节点执行问题并完善文档
|
2025-10-28 11:45:35 +08:00 |
|
github-actions[bot]
|
6b49471734
|
chore(editor-core): release v1.0.0 (#193)
Co-authored-by: esengine <18465053+esengine@users.noreply.github.com>
|
2025-10-27 15:10:06 +08:00 |
|
YHH
|
fe791e83a8
|
fix(ci): 添加--access public参数以支持发布公开scoped包
|
2025-10-27 15:08:00 +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错误
editor-v1.0.4
|
2025-10-27 10:07:00 +08:00 |
|
YHH
|
cb6561e27b
|
fix(ci): 修复首次发布时版本号未改变的错误
|
2025-10-27 10:03:14 +08:00 |
|
YHH
|
7ef70d7f9a
|
Merge branch 'master' of https://github.com/esengine/ecs-framework
|
2025-10-27 10:00:11 +08:00 |
|
YHH
|
86405c1dcd
|
chore(ci): 禁用发布流程中的测试步骤
|
2025-10-27 10:00:02 +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
|
27f86eece2
|
chore(ci): 将semantic-release改为手动发布并支持patch/minor/major版本选择
|
2025-10-27 09:51:44 +08:00 |
|
YHH
|
4cee396ea9
|
chore(ci): 重构发布流程为手动触发方式并添加behavior-tree包发布支持
|
2025-10-27 09:47:59 +08:00 |
|
YHH
|
d2ad295b48
|
chore: 移除Dependabot自动依赖更新配置
|
2025-10-27 09:36:03 +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
|
3ea55303dc
|
Merge pull request #187 from esengine/feature/complete-iscene-interface
feat(core): 完善 IScene 接口定义
|
2025-10-20 17:44:14 +08:00 |
|
YHH
|
c458a5e036
|
chore(ci): 移除 pr-size-labeler workflow
|
2025-10-20 17:36:46 +08:00 |
|
YHH
|
c511725d1f
|
chore(ci): 移除 pr-agent 和 mergify 配置
|
2025-10-20 17:33:30 +08:00 |
|
YHH
|
3876d9b92b
|
feat(core): 完善 IScene 接口定义
|
2025-10-20 17:24:56 +08:00 |
|
YHH
|
f863c48ab0
|
feat(ci): 自动告知用户可使用 AI 助手
|
2025-10-19 10:13:03 +08:00 |
|
YHH
|
10096795a1
|
ci(deps): 优化 Dependabot 自动化流程减少维护负担
|
2025-10-19 10:03:35 +08:00 |
|
YHH
|
8b146c8d5f
|
Merge pull request #161 from esengine/dependabot/npm_and_yarn/ws-8.18.3
chore(deps): bump ws from 8.18.2 to 8.18.3
|
2025-10-19 09:53:24 +08:00 |
|
YHH
|
1208c4ffeb
|
Merge branch 'master' into dependabot/npm_and_yarn/ws-8.18.3
|
2025-10-19 09:48:30 +08:00 |
|
YHH
|
ec5de97973
|
fix(ci): 换用 gpt-4o 模型解决 token 超限问题
|
2025-10-19 01:08:11 +08:00 |
|
YHH
|
0daa92cfb7
|
fix(ci): 优化 AI Issue Helper 避免 token 超限
|
2025-10-19 01:03:55 +08:00 |
|
YHH
|
130f466026
|
fix(ci): 修复 AI Issue Helper 的 MCP 配置和响应传递问题
|
2025-10-19 01:01:18 +08:00 |
|
YHH
|
f93de87940
|
fix(ci): 修复 AI 响应包含代码时的 JavaScript 语法错误
|
2025-10-19 00:59:04 +08:00 |
|