Commit Graph

  • 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
  • 56769cbf01 feat(architecture): 添加异步销毁功能支持 v0.0.189 GeWuYou 2026-02-17 18:33:11 +08:00
  • 73d1fcf6fd refactor(core): 将 IDisposable 替换为 IDestroyable 接口 GeWuYou 2026-02-17 18:06:10 +08:00
  • 058dff010c refactor(tests): 移除架构服务测试中的未实现方法 GeWuYou 2026-02-17 17:47:14 +08:00
  • 8e88137399 feat(state): 支持异步状态退出功能 GeWuYou 2026-02-17 17:42:34 +08:00
  • d76751c636 refactor(architecture): 移除查询和事件发布语法糖方法 GeWuYou 2026-02-17 16:29:08 +08:00
  • 984829c368 refactor(coroutine): 移除命令等待事件协程扩展并改进测试 v0.0.188 GeWuYou 2026-02-16 22:40:14 +08:00
  • 855b3f9eac refactor(coroutine): 优化协程扩展中的异常处理和参数验证 GeWuYou 2026-02-16 22:19:12 +08:00
  • b196cd40bb feat(coroutine): 添加Mediator模式与协程集成的扩展方法 GeWuYou 2026-02-16 22:04:18 +08:00
  • 82cd2585d5 refactor(cqrs): 将基础类改为抽象类以增强架构设计 v0.0.187 GeWuYou 2026-02-16 20:49:00 +08:00
  • 51ed593acb refactor(cqrs): 重构CQRS架构基础组件并新增核心基类 GeWuYou 2026-02-16 20:43:46 +08:00
  • 7552337b3f feat(godot): 添加协程扩展功能支持Mediator模式 v0.0.186 GeWuYou 2026-02-16 19:20:36 +08:00
  • 040a937159 refactor(coroutine): 优化Task转协程实现 v0.0.185 GeWuYou 2026-02-15 23:24:33 +08:00
  • 396636e595 refactor(coroutine): 优化任务协程扩展实现 GeWuYou 2026-02-15 23:21:12 +08:00
  • d3ffcbc7bf refactor(tests): 移除状态机测试中的重复代码 v0.0.184 GeWuYou 2026-02-15 22:55:32 +08:00
  • 3a334e5666 refactor(state): 移除状态机中的同步方法实现 GeWuYou 2026-02-15 22:48:02 +08:00
  • 6c53626df8 refactor(state): 将状态机实现为完全异步操作并改进线程安全机制 GeWuYou 2026-02-15 22:36:50 +08:00
  • e24aacc4bc refactor(ui): 将页面行为接口中的原始对象属性重命名为视图属性 v0.0.183 GeWuYou 2026-02-15 22:03:13 +08:00
  • 323976677c refactor(ui): 将View属性重命名为Original以统一接口设计 GeWuYou 2026-02-15 22:00:04 +08:00
  • 342b4b5e88 chore(workflow): 更新自动标签工作流触发条件 v0.0.182 GeWuYou 2026-02-15 21:07:46 +08:00
  • cdb7f32497 chore(workflow): 更新自动标签工作流配置 GeWuYou 2026-02-15 21:05:57 +08:00
  • 487f55fef6 refactor(state): 重构异步状态基类实现架构上下文感知功能 GeWuYou 2026-02-15 20:55:00 +08:00
  • 22c1d08dc3 feat(state): 实现异步状态基类的同步方法限制 GeWuYou 2026-02-15 20:45:24 +08:00
  • 38967d047a feat(core): 扩展ContextAwareExtensions功能并增强状态机系统 v0.0.181 GeWuYou 2026-02-15 18:55:15 +08:00
  • 7e2a1ff66d test(state): 更新状态机上下文获取测试验证逻辑 GeWuYou 2026-02-15 18:39:05 +08:00
  • 703328deb2 refactor(state): 优化状态机实现并增强上下文安全检查 GeWuYou 2026-02-15 18:29:13 +08:00
  • a5daadea96 feat(state): 添加状态机异步操作支持 GeWuYou 2026-02-15 18:23:41 +08:00
  • 1f724103bd feat(state): 添加异步状态管理基础功能 GeWuYou 2026-02-15 18:18:59 +08:00
  • 65568a99b0 docs(api): 移除Core API参考文档和事件系统接口文档 v0.0.180 GeWuYou 2026-02-15 17:15:18 +08:00
  • 899fbd76c3 feat(godot): 添加 Godot 场景管理和路径扩展功能 GeWuYou 2026-02-15 16:53:39 +08:00
  • 628a39b9f8 refactor(scene): 修改场景栈返回类型为IEnumerable GeWuYou 2026-02-15 16:24:12 +08:00
  • 53c2ee4ef3 feat(router): 添加场景和UI路由的Around中间件支持 GeWuYou 2026-02-15 16:22:17 +08:00
  • 6f61ff55aa refactor(scene): 优化场景过渡管道的日志记录器创建 GeWuYou 2026-02-15 15:57:09 +08:00
  • c0dda5a341 fix(scene): 修复场景工厂接口参数命名错误 GeWuYou 2026-02-15 15:25:39 +08:00
  • 629c0a70a9 refactor(scene): 简化 ISceneRoot 接口并重构场景路由系统 GeWuYou 2026-02-15 15:17:55 +08:00
  • b054ee1c4a feat(scene): 实现场景路由守卫和过渡处理器管道 GeWuYou 2026-02-15 14:29:33 +08:00
  • 65d56d0696 refactor(scene): 重构场景路由系统并迁移资源注册接口 GeWuYou 2026-02-15 12:59:15 +08:00
  • d0e7a9fb9b refactor(architecture): 重构架构上下文中的命令和查询方法 GeWuYou 2026-02-14 22:16:59 +08:00