Commit Graph

  • b4d17edeee refactor(core): 移除废弃的同步命令查询扩展方法并简化类型引用 GeWuYou 2026-03-05 20:47:14 +08:00
  • 71b5831261 Bump Meziantou.Polyfill from 1.0.101 to 1.0.103 dependabot[bot] 2026-03-05 12:59:49 +00:00
  • a5d3289f5c Bump Meziantou.Analyzer from 3.0.17 to 3.0.19 dependabot[bot] 2026-03-05 12:58:42 +00:00
  • 9deae03da0 chore(deps): bump actions/upload-artifact from 6 to 7 dependabot[bot] 2026-03-05 12:56:03 +00:00
  • 6d67a125cb chore(deps): bump trufflesecurity/trufflehog from 3.93.4 to 3.93.7 dependabot[bot] 2026-03-05 12:55:58 +00:00
  • 90796543b7 chore(deps): bump oxsecurity/megalinter from 9.3.0 to 9.4.0 dependabot[bot] 2026-03-05 12:55:50 +00:00
  • bbb91d597a docs: 添加协程系统、CQRS与Mediator、生命周期管理、资源管理系统文档 GeWuYou 2026-03-05 21:53:55 +08:00
  • ae8c3e4fc4 feat(logging): 扩展ILogAppender接口并实现时间提供者注入 v0.0.200 GeWuYou 2026-03-05 16:03:02 +08:00
  • cd407dc93c test(logging): 添加采样过滤器和统计附加器的单元测试 GeWuYou 2026-03-05 14:19:32 +08:00
  • c5ed053f2c feat(logging): 添加日志采样过滤器和统计追加器功能 GeWuYou 2026-03-05 14:11:40 +08:00
  • c9617fba8a refactor: use equality operators when evaluating bool? deepsource-autofix[bot] 2026-03-05 05:07:07 +00:00
  • 41592013ec refactor(GFramework.Core): 移除 ResultState 枚举的字节类型声明 GeWuYou 2026-03-05 13:05:50 +08:00
  • e96b5f24b4 refactor(godot): 将异步方法重命名为遵循Async约定的方法名 GeWuYou 2026-03-05 12:49:30 +08:00
  • 8db379c53f refactor(mediator): 移除自动生成的程序集引用和中介者实现代码 GeWuYou 2026-03-05 08:45:12 +08:00
  • 54bed12056 fix(config): 修复配置管理器变更检测和资源配置优化 GeWuYou 2026-03-05 08:27:34 +08:00
  • 7919c93f44 feat(resource): 添加资源管理系统和日志集成 GeWuYou 2026-03-04 13:30:42 +08:00
  • d8cd22a424 feat(configuration): 添加配置管理器功能 GeWuYou 2026-03-04 12:40:40 +08:00
  • ffaace4538 refactor(core): 重构上下文感知命令和查询扩展方法 GeWuYou 2026-03-04 23:03:29 +08:00
  • bde1af2c2e feat(architecture): 添加批量获取组件实例的功能 GeWuYou 2026-03-04 22:46:50 +08:00
  • d88aa12014 fix(logging): 修复异步日志输出器刷新机制并增强线程安全性 GeWuYou 2026-03-04 10:56:11 +08:00
  • f984f4a600 refactor(core): 优化核心组件的线程安全性和错误处理 GeWuYou 2026-03-04 09:42:17 +08:00
  • b417ece73a chore(dependencies): 移除 LanguageExt 相关依赖和引用 v0.0.199 GeWuYou 2026-03-03 22:05:18 +08:00
  • 1df4e78cdc style(tests): 统一事件测试中的lambda表达式格式 v0.0.198 GeWuYou 2026-03-02 21:55:03 +08:00
  • a30abdb4c3 refactor: simplify lambda expressions deepsource-autofix[bot] 2026-03-02 06:04:45 +00:00
  • 50c73a7d7c fix(pause): 修复暂停管理器销毁时的并发问题 GeWuYou 2026-03-02 21:46:53 +08:00
  • ccc3d046ca fix(pause): 修复暂停管理器的并发安全和资源清理问题 GeWuYou 2026-03-02 21:33:00 +08:00
  • 7734fba56f feat(pause): 添加暂停栈管理系统 GeWuYou 2026-02-27 23:29:09 +08:00
  • aa13760748 refactor(functional): 统一功能模块命名空间格式 GeWuYou 2026-02-27 23:22:38 +08:00
  • e391bab1ee refactor(ecs): 更新 ArchSystemAdapter 中 OnUpdate 方法的文档注释 GeWuYou 2026-03-02 21:19:58 +08:00
  • db716a63cb fix(ecs): 修复异步销毁方法返回值问题 GeWuYou 2026-03-02 21:15:35 +08:00
  • 155ca3024b fix(ecs): 修复模块重复初始化和系统更新问题 GeWuYou 2026-03-02 21:13:16 +08:00
  • 43dc5a4d11 refactor(ecs): 将 ECS 系统重构为基于 Arch 的原生实现 GeWuYou 2026-03-01 23:36:02 +08:00
  • 40ba109671 refactor(ecs): 优化位置和速度组件的内存布局 GeWuYou 2026-03-01 23:26:54 +08:00
  • d7bd9fc569 refactor(ecs): 将ECS系统重构为Arch适配器模式 GeWuYou 2026-03-01 23:26:29 +08:00
  • 3675666e13 refactor(core): 重命名EcsModule为EcsServiceModule以提高命名一致性 GeWuYou 2026-03-01 22:08:26 +08:00
  • fc93ab6e4c chore(config): 添加测试文件排除配置到 deepsource GeWuYou 2026-03-02 12:36:22 +08:00
  • a53898dd43 feat(rule): 添加上下文提供者重置功能 GeWuYou 2026-03-02 12:34:27 +08:00
  • 3ecce110ed feat(architecture): 添加架构上下文提供者和相关测试 GeWuYou 2026-02-28 13:03:45 +08:00
  • 0ed8edf015 refactor(context): 重构上下文管理实现 GeWuYou 2026-02-28 10:39:36 +08:00
  • f98c7f16cf chore(deps): bump trufflesecurity/trufflehog from 3.93.3 to 3.93.4 v0.0.197 dependabot[bot] 2026-02-26 12:56:33 +00:00
  • 88e65bc276 Bump Meziantou.Analyzer from 3.0.12 to 3.0.17 dependabot[bot] 2026-02-26 12:59:23 +00:00
  • d8ac30d1b6 Bump Microsoft.NET.Test.Sdk from 18.0.1 to 18.3.0 dependabot[bot] 2026-02-26 13:00:26 +00:00
  • 13229f1c91 refactor(logging): 优化文件追加器测试中的资源管理 GeWuYou 2026-02-26 19:52:30 +08:00
  • e94e4890cd fix(logging): 统一使用UTC时间戳记录日志 GeWuYou 2026-02-26 19:36:42 +08:00
  • 7d0e5931d1 refactor(logging): 优化日志系统的时间戳和代码实现 GeWuYou 2026-02-26 19:28:09 +08:00
  • 466aae49ec feat(logging): 增强日志配置加载器功能 GeWuYou 2026-02-26 19:14:18 +08:00
  • abdf4cc690 test(logging): 添加日志系统单元测试 GeWuYou 2026-02-26 17:31:11 +08:00
  • 1ba771e13a feat(logging): 实现结构化日志记录和异步日志输出功能 GeWuYou 2026-02-26 16:33:33 +08:00
  • 445513b784 docs(tests): 为测试文件添加XML文档注释 GeWuYou 2026-02-26 14:16:37 +08:00
  • 59fbb2253b feat(tests): 添加函数式编程扩展和Option类型测试 GeWuYou 2026-02-26 12:40:59 +08:00
  • 28ce315d29 feat(functional): 添加函数式编程扩展方法 GeWuYou 2026-02-26 11:20:11 +08:00
  • df0f00bd9e refactor(core): 重构核心库代码结构 GeWuYou 2026-02-26 10:06:28 +08:00
  • c454fa1acf perf(GFramework.Core): 优化PriorityEvent事件处理器性能 GeWuYou 2026-02-25 21:33:41 +08:00
  • 78e0c75641 refactor(events): 重构PriorityEvent事件处理逻辑 GeWuYou 2026-02-25 21:23:48 +08:00
  • eec50ab45b feat(events): 添加事件上下文支持和线程安全改进 GeWuYou 2026-02-25 21:22:28 +08:00
  • e2dca4f5a6 feat(events): 添加事件优先级和传播控制功能 GeWuYou 2026-02-25 13:32:13 +08:00
  • e2cfa7bffa fix(pool): 修复对象池系统中的双重释放和线程安全问题 GeWuYou 2026-02-25 20:34:25 +08:00
  • eb763a9bc4 feat(pool): 重构对象池系统增加统计和容量控制功能 GeWuYou 2026-02-25 14:31:09 +08:00
  • 1d50dc2224 fix(result): 修复Result扩展和异常处理逻辑 GeWuYou 2026-02-25 20:16:19 +08:00
  • 61349a83ab feat(functional): 增强Result类型功能并添加完整测试覆盖 GeWuYou 2026-02-25 15:44:06 +08:00
  • 1cb7dfdb14 feat(functional): 添加函数式编程支持和Result类型实现 GeWuYou 2026-02-25 15:09:51 +08:00
  • ee3f8c97df fix(tests): 修正异步扩展测试中的异常类型断言 GeWuYou 2026-02-25 17:23:50 +08:00
  • cddd1fa627 test(extensions): 更新异步扩展方法测试以使用直接调用方式 GeWuYou 2026-02-25 17:10:29 +08:00
  • afbff7127d refactor(extensions): 重构异步扩展中的超时处理机制 GeWuYou 2026-02-25 17:06:03 +08:00
  • 850fecdff4 fix(async): 修复异步扩展中的超时和重试逻辑问题 GeWuYou 2026-02-25 17:03:00 +08:00
  • 475f301d9f feat(extensions): 添加多个扩展方法类和对应测试 GeWuYou 2026-02-25 13:09:47 +08:00
  • 66da08e3e1 docs(skill): 更新技能文档 GeWuYou 2026-02-25 09:26:34 +08:00
  • 8aba6c6fad refactor(scripts): 重构脚本以使用共享模块配置 GeWuYou 2026-02-25 09:23:15 +08:00
  • bb449259d3 feat(docs): 添加 VitePress 文档生成技能系统 GeWuYou 2026-02-24 17:36:12 +08:00
  • 7c71ed154e chore(docs): 更新 .NET 版本标识从 6.0+ 到 8.0+ GeWuYou 2026-02-24 15:19:40 +08:00
  • 94d3f0ba27 fix(storage): 修复文件存储和存档仓库中的路径处理问题 GeWuYou 2026-02-24 15:07:46 +08:00
  • 2d4527d066 feat(storage): 添加目录操作功能和存档仓库系统 GeWuYou 2026-02-24 13:19:55 +08:00
  • 6a99b54d6e refactor(repository): 更新仓储接口继承实用工具接口 v0.0.196 GeWuYou 2026-02-23 22:40:39 +08:00
  • f8a1c99b99 refactor(GodotResourceRepository): 重构资源仓库路径加载功能 v0.0.195 v0.0.194 GeWuYou 2026-02-23 22:25:29 +08:00
  • 4fd90e45a1 feat(godot): 添加资源仓储功能支持 GeWuYou 2026-02-23 21:54:49 +08:00
  • 7046c2cd47 feat(services): 添加内置模块重复注册检查功能 v0.0.193 GeWuYou 2026-02-23 13:47:30 +08:00
  • c401d63a05 docs(IServiceModuleManager): 为服务模块管理器接口添加完整文档注释 GeWuYou 2026-02-23 13:41:31 +08:00
  • 5cb0a03d5c refactor(architecture): 重构架构服务接口设计 GeWuYou 2026-02-23 13:37:59 +08:00
  • ed187473dd test(architecture): 更新架构服务测试以验证内置模块注册 GeWuYou 2026-02-23 13:32:59 +08:00
  • c593c5016b feat(architecture): 实现服务模块化管理和ECS功能 GeWuYou 2026-02-23 13:18:05 +08:00
  • 07e2a80de5 refactor(ecs): 将EcsSystemBase中的EcsWorld类型改为接口 GeWuYou 2026-02-23 11:40:43 +08:00
  • 808d3beecf refactor(abstractions): 更新 IsExternalInit 类型定义 GeWuYou 2026-02-23 11:39:37 +08:00
  • 89b7bcca8a feat(ecs): 为ECS相关功能添加实验性特性标记 GeWuYou 2026-02-23 11:34:26 +08:00
  • a65d4fa294 refactor(architecture): 重构架构生命周期相关接口命名 GeWuYou 2026-02-23 11:19:30 +08:00
  • 9ccfd7f49e refactor(architecture): 将销毁方法改为异步实现 GeWuYou 2026-02-23 10:55:50 +08:00
  • 3db89ab498 refactor(architecture): 重构架构初始化和销毁机制 GeWuYou 2026-02-23 10:54:35 +08:00
  • 35845be93f test(ecs): 添加高级ECS集成测试并完善测试覆盖 GeWuYou 2026-02-23 10:26:48 +08:00
  • 6ee7a52326 fix(mediator): 修复参数验证错误消息中的字符串拼接问题 GeWuYou 2026-02-23 10:16:05 +08:00
  • 5f3fac2147 test(ecstests): 添加ECS测试并优化中介者测试的异常断言 GeWuYou 2026-02-23 10:15:41 +08:00
  • daff1fa12b feat(architecture): 集成Arch ECS框架并升级目标框架 GeWuYou 2026-02-23 08:51:48 +08:00
  • d653994ded fix(ui): 修复UI过渡流水线中的空引用异常 v0.0.192 GeWuYou 2026-02-21 08:53:54 +08:00
  • 608251047c refactor(scene): 将场景路由异步方法改为await调用 GeWuYou 2026-02-21 08:42:18 +08:00
  • 7015ba118d fix(registries): 修复 Values 方法返回空集合的问题 v0.0.191 GeWuYou 2026-02-20 22:49:29 +08:00
  • a4b3bca1c1 feat(registries): 扩展注册表接口功能并实现基础类 GeWuYou 2026-02-20 22:46:48 +08:00
  • 6b51c04deb feat(scene): 添加环绕场景过渡处理器注册功能 v0.0.190 GeWuYou 2026-02-20 22:29:30 +08:00
  • 29d05e099b chore(deps): 更新项目依赖包版本 GeWuYou 2026-02-20 20:25:30 +08:00
  • 85ef0967a7 Bump GodotSharp and GodotSharpEditor dependabot[bot] 2026-02-19 13:02:19 +00:00
  • fad5ea4f1c Bump Meziantou.Analyzer from 2.0.299 to 2.0.302 dependabot[bot] 2026-02-19 13:03:30 +00:00
  • 3f0a2f5bda Bump NUnit from 4.4.0 to 4.5.0 dependabot[bot] 2026-02-19 13:04:26 +00:00
  • 905dbea964 docs(license): 添加 More-Effective-Godot-Coroutines 许可证文件 GeWuYou 2026-02-17 21:49:01 +08:00