YHH
|
e03b106652
|
refactor(editor): 优化布局管理和行为树文件处理
|
2025-11-04 23:53:26 +08:00 |
|
YHH
|
f9afa22406
|
refactor(editor): 重构编辑器架构并增强行为树执行可视化
|
2025-11-04 18:29:28 +08:00 |
|
 YHHandGitHub
|
adfc7e91b3
|
Refactor/clean architecture phase1 (#215)
* refactor(editor): 建立Clean Architecture领域模型层
* refactor(editor): 实现应用层架构 - 命令模式、用例和状态管理
* refactor(editor): 实现展示层核心Hooks
* refactor(editor): 实现基础设施层和展示层组件
* refactor(editor): 迁移画布和连接渲染到 Clean Architecture 组件
* feat(editor): 集成应用层架构和命令模式,实现撤销/重做功能
* refactor(editor): UI组件拆分
* refactor(editor): 提取快速创建菜单逻辑
* refactor(editor): 重构BehaviorTreeEditor,提取组件和Hook
* refactor(editor): 提取端口连接和键盘事件Hook
* refactor(editor): 提取拖放处理Hook
* refactor(editor): 提取画布交互Hook和工具函数
* refactor(editor): 完成核心重构
* fix(editor): 修复节点无法创建和连接
* refactor(behavior-tree,editor): 重构节点子节点约束系统,实现元数据驱动的架构
|
2025-11-03 21:22:16 +08:00 |
|
 YHHandGitHub
|
40cde9c050
|
fix(editor): 修复行为树删除连接时children数组未同步清理的bug (#214)
|
2025-11-03 09:57:18 +08:00 |
|
 YHHandGitHub
|
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 |
|
 YHHandGitHub
|
9c1bf8dbed
|
refactor(core): 移除全局EventBus,实现场景级事件隔离 (#211)
|
2025-11-01 18:19:23 +08:00 |
|
 YHHandGitHub
|
620f3eecc7
|
style(core): ESLint自动修复代码格式问题 (#210)
|
2025-11-01 17:41:50 +08:00 |
|
 YHHandGitHub
|
4355538d8d
|
refactor(core): 重构Scene和Entity的代码质量,消除所有Lint警告 (#209)
|
2025-11-01 17:18:12 +08:00 |
|
 YHHandGitHub
|
3ad5dc9ca3
|
refactor(core): 改进事件系统类型安全并消除 ESLint 警告 (#208)
|
2025-11-01 16:12:18 +08:00 |
|
 YHHandGitHub
|
57c7e7be3f
|
feat(core):统一 Core 库的命名规范和代码风格 (#207)
|
2025-11-01 10:23:46 +08:00 |
|
 YHHandGitHub
|
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 |
|
 YHHandGitHub
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
 YHHandGitHub
|
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 |
|
 YHHandGitHub
|
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 |
|
 YHHandGitHub
|
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 |
|
 YHHandGitHub
|
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 |
|
YHH
|
367d97e9bb
|
fix(ci): 修复 AI Issue Helper 的 prompt 文件读取问题
|
2025-10-19 00:55:47 +08:00 |
|
YHH
|
77701f214c
|
fix(ci): AI Issue Helper 忽略机器人评论
|
2025-10-19 00:51:23 +08:00 |
|
YHH
|
b5b64f8c41
|
feat(ci): 为 AI Issue Helper 添加代码检索功能
|
2025-10-19 00:43:40 +08:00 |
|
YHH
|
ab04ad30f1
|
fix(ci): 修复 AI Issue Helper 的数据解析问题
|
2025-10-19 00:39:10 +08:00 |
|
YHH
|
330d9a6fdb
|
fix(ci): 为 AI workflow 添加 models 权限
|
2025-10-19 00:33:12 +08:00 |
|
YHH
|
e762343142
|
fix(ci): 修复 AI 工具 workflow 的 YAML 语法错误
|
2025-10-19 00:26:07 +08:00 |
|
YHH
|
fce9e3d4d6
|
Merge branch 'master' of https://github.com/esengine/ecs-framework
|
2025-10-19 00:17:46 +08:00 |
|
YHH
|
0e5855ee4e
|
ci: 添加 AI Issue 智能分析和批量处理工具
|
2025-10-19 00:16:05 +08:00 |
|
 YHHandGitHub
|
bd7ea1f713
|
Merge pull request #173 from esengine/dependabot/npm_and_yarn/protobufjs-7.5.4
chore(deps): bump protobufjs from 7.5.3 to 7.5.4
|
2025-10-19 00:14:35 +08:00 |
|
 YHHandGitHub
|
1abd20edf5
|
Merge branch 'master' into dependabot/npm_and_yarn/protobufjs-7.5.4
|
2025-10-19 00:06:07 +08:00 |
|
YHH
|
496513c641
|
ci: 添加 AI 代码审查工具配置
|
2025-10-19 00:04:36 +08:00 |
|
YHH
|
848b637f45
|
docs: 增强 README可视化和统计展示
|
2025-10-18 23:45:34 +08:00 |
|
YHH
|
e31cdd17d3
|
fix(ci): 修复 Mergify 配置语法错误
|
2025-10-18 23:13:14 +08:00 |
|
YHH
|
2a3f2d49b8
|
fix(ci): 放宽 commitlint scope 限制
|
2025-10-18 23:06:05 +08:00 |
|
YHH
|
ca452889d7
|
chore(deps): 更新 package-lock.json
|
2025-10-18 22:44:55 +08:00 |
|
YHH
|
2df501ec07
|
ci: 添加自动化工具提升项目质量
|
2025-10-18 22:32:39 +08:00 |
|
YHH
|
6b1e6c6fdc
|
fix(ci): 修复发布流程改为手动触发并包含 package-lock
|
2025-10-18 22:18:47 +08:00 |
|
YHH
|
570e970e1c
|
chore: modernize project infrastructure
|
2025-10-18 22:06:27 +08:00 |
|
YHH
|
f4e3505d52
|
规范项目标准,更改为MIT协议
|
2025-10-18 21:48:44 +08:00 |
|
YHH
|
9af2b9859a
|
新增deepwiki徽章
|
2025-10-18 21:16:17 +08:00 |
|
YHH
|
d99d314621
|
Merge branch 'master' of https://github.com/esengine/ecs-framework
|
2025-10-18 21:06:43 +08:00 |
|
YHH
|
c5b8b18e33
|
显示自上个版本发布依赖的更新内容再pr里
|
2025-10-18 21:06:04 +08:00 |
|
YHH
|
7280265a64
|
core发布流程里的中文pr
|
2025-10-18 21:03:00 +08:00 |
|
 YHHandGitHub
|
35fa0ef884
|
Merge pull request #153 from esengine/release/core-v2.2.8
chore(core): Release v2.2.8
|
2025-10-18 21:00:39 +08:00 |
|
YHH
|
4a401744c1
|
更新core发布流程
|
2025-10-18 20:56:59 +08:00 |
|
YHH
|
5f6b2d4d40
|
更新core流程
|
2025-10-18 20:45:45 +08:00 |
|
YHH
|
bf25218af2
|
新增发布core npm自动流程
|
2025-10-18 20:36:10 +08:00 |
|
YHH
|
1f7f9d9f84
|
修复端口没有跟随设置更改的问题
|
2025-10-18 20:21:43 +08:00 |
|
 YHHandGitHub
|
2be53a04e4
|
Merge pull request #152 from foxling/feature/world-manager-config
feat(core): 支持通过 Core.create() 配置 WorldManager 参数
|
2025-10-18 13:16:52 +08:00 |
|
 YHHandGitHub
|
a801e4f50e
|
Merge pull request #150 from esengine/issue-149-编辑器支持设置字体大小
支持字体设置大小
|
2025-10-17 23:47:42 +08:00 |
|
YHH
|
a9f9ad9b94
|
支持字体设置大小
|
2025-10-17 23:47:04 +08:00 |
|
 YHHandGitHub
|
3cf1dab5b9
|
Merge pull request #148 from esengine/issue-147-Scene的构造函数不应该由用户传入性能分析器
performancemonitor由内部框架维护
|
2025-10-17 22:19:53 +08:00 |
|
YHH
|
63165bbbfc
|
performancemonitor由内部框架维护
|
2025-10-17 22:13:32 +08:00 |
|
 YHHandGitHub
|
61caad2bef
|
Merge pull request #146 from esengine/issue-132-场景序列化系统
更新图标及场景序列化系统
|
2025-10-17 18:17:56 +08:00 |
|
YHH
|
b826bbc4c7
|
更新图标及场景序列化系统
|
2025-10-17 18:13:31 +08:00 |
|
 YHHandGitHub
|
2ce7dad8d8
|
Merge pull request #131 from esengine/release/editor-v1.0.3
chore(editor): Release v1.0.3
|
2025-10-16 23:53:37 +08:00 |
|
YHH
|
27ce902344
|
配置createUpdaterArtifacts生成sig
|
2025-10-16 23:38:11 +08:00 |
|
YHH
|
33ee0a04c6
|
升级tauri-action
|
2025-10-16 23:20:55 +08:00 |
|
 YHHandGitHub
|
d68f6922f8
|
Merge pull request #129 from esengine/release/editor-v1.0.1
chore(editor): Release v1.0.1
|
2025-10-16 23:09:26 +08: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 |
|
 YHHandGitHub
|
dacbfcae95
|
Merge pull request #127 from esengine/imgbot
[ImgBot] Optimize images
|
2025-10-16 22:49:51 +08:00 |
|
YHH
|
241acc9050
|
更新文档
|
2025-10-16 22:45:08 +08:00 |
|
 YHHandGitHub
|
8fa921930c
|
Merge pull request #126 from esengine/issue-125-编辑器热更新
热更新配置
|
2025-10-16 22:31:26 +08:00 |
|
YHH
|
011e43811a
|
热更新配置
|
2025-10-16 22:26:50 +08:00 |
|
YHH
|
9f16debd75
|
新增rust编译缓存和ts构建缓存
|
2025-10-16 20:54:33 +08:00 |
|
YHH
|
92c56c439b
|
移除过时的工作流
|
2025-10-16 20:50:32 +08:00 |
|
YHH
|
7de6a5af0f
|
v2.2.5
|
2025-10-16 20:37:16 +08:00 |
|
 YHHandGitHub
|
173a063781
|
Merge pull request #124 from esengine/issue-122-格式化的标准配置
所有源代码文件使用 LF (Unix 风格)
|
2025-10-16 20:29:21 +08:00 |
|
YHH
|
e04ac7c909
|
所有源代码文件使用 LF (Unix 风格)
prettier格式化
eslint代码质量检查
|
2025-10-16 20:24:45 +08:00 |
|
YHH
|
a6e49e1d47
|
修复publish-release中release_id错误问题
|
2025-10-16 20:07:56 +08:00 |
|
YHH
|
f0046c7dc2
|
新增icons作为编辑器图标
|
2025-10-16 19:52:17 +08:00 |
|
YHH
|
2a17c47c25
|
修复ts警告
|
2025-10-16 18:20:31 +08:00 |
|
 YHHandGitHub
|
8d741bf1b9
|
Merge pull request #123 from esengine/issue-119-插件化编辑器
Issue 119 插件化编辑器
|
2025-10-16 17:50:35 +08:00 |
|
YHH
|
c676006632
|
构建配置
|
2025-10-16 17:44:57 +08:00 |
|