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 |
|
YHH
|
c27d5022fd
|
优化内部组件索引机制(更改为SparseSet索引)减少用户切换索引成本
修复内部系统初始化逻辑 - 不应该再onInitialize中初始内部entities,移动到initialize中
ci跳过cocos项目避免ci失败
soa开放更多安全类型接口
|
2025-08-15 12:58:55 +08:00 |
|
YHH
|
85cd93e51a
|
文档更新
|
2025-08-14 18:38:09 +08:00 |
|
YHH
|
62f250b43c
|
重构network库(mvp版本)搭建基础设施和核心接口
定义ITransport/ISerializer/INetworkMessage接口
NetworkIdentity组件
基础事件定义
|
2025-08-13 13:07:40 +08:00 |
|
YHH
|
25136349ff
|
修复动态require导致的跨平台错误
新增emitter的dispose方法用于清理事件
启用composite增量编译
|
2025-08-13 12:18:40 +08:00 |
|
YHH
|
baeb047e27
|
支持可以任意参数
|
2025-08-12 11:47:18 +08:00 |
|
YHH
|
56dd18b983
|
废弃core.scene更改为setscene方法
|
2025-08-12 11:08:27 +08:00 |
|
YHH
|
9f76d37a82
|
更新network库及core库优化
|
2025-08-12 09:39:07 +08:00 |
|
YHH
|
d69b3af99b
|
更新math版本
|
2025-08-11 10:39:14 +08:00 |
|
YHH
|
7398b7c6d0
|
修复math库tsconfig引用问题
|
2025-08-11 10:38:11 +08:00 |
|