Commit Graph

  • 5198d1c1c5
    Merge pull request #209 from GeWuYou/feat/game-content-config v0.0.217 gewuyou 2026-04-11 08:55:16 +08:00
  • 35849f7053 refactor(tests): 移除未使用的 Roslyn 分析器引用 GeWuYou 2026-04-11 08:52:55 +08:00
  • 8c8373d844 refactor(config): 更新配置加载器依赖项 GeWuYou 2026-04-11 08:44:37 +08:00
  • 0f1319334e docs(config): 添加游戏内容配置系统完整文档 GeWuYou 2026-04-11 08:41:30 +08:00
  • 1c064bfe66 fix(config): 解决目录列表加载错误问题 GeWuYou 2026-04-11 07:41:55 +08:00
  • abf78aa934 refactor(tests): 重构测试项目的全局引用配置 GeWuYou 2026-04-11 07:39:19 +08:00
  • aedc30cfd2 refactor(config): 更新Godot YAML配置加载器的文件访问引用 GeWuYou 2026-04-11 07:37:59 +08:00
  • c29c9fe8f4 feat(config): 添加配置表来源安全性验证功能 GeWuYou 2026-04-11 07:37:22 +08:00
  • 82091be03c refactor(config): 更新Godot YAML配置加载器的文件访问引用 GeWuYou 2026-04-11 07:36:03 +08:00
  • 86ff04680b docs(config): 更新 GodotYamlConfigLoader 异步加载方法的文档注释 GeWuYou 2026-04-11 07:33:36 +08:00
  • 1bf5d287e9 fix(config): 修复Godot YAML配置加载器的目录重置异常处理 GeWuYou 2026-04-11 07:28:49 +08:00
  • e746297496 feat(config): 添加 Godot YAML 配置加载器支持 GeWuYou 2026-04-11 00:04:29 +08:00
  • 411d4cb14a docs(config): 添加游戏内容配置系统完整文档 GeWuYou 2026-04-10 23:25:53 +08:00
  • 0ea3c0ad9d refactor(config): 更新Godot YAML配置加载器的命名空间引用 GeWuYou 2026-04-10 23:10:06 +08:00
  • 40f5fd34b7 docs(config): 添加游戏内容配置系统完整文档 GeWuYou 2026-04-10 23:05:25 +08:00
  • 39e3ecfe46
    Merge pull request #208 from GeWuYou/docs/config-system-complete gewuyou 2026-04-10 20:42:29 +08:00
  • 19088fed03 feat(config): 添加配置验证功能模块 GeWuYou 2026-04-10 20:30:04 +08:00
  • b0e8b6ecc5 feat(config): 添加配置验证功能模块 GeWuYou 2026-04-10 20:21:47 +08:00
  • dca304afeb feat(config): 添加配置验证功能模块 GeWuYou 2026-04-10 20:09:12 +08:00
  • 925af56b1c feat(config): 添加配置验证功能 GeWuYou 2026-04-10 19:58:42 +08:00
  • 039ef9817a feat(extension): 添加GFramework配置工具扩展功能 GeWuYou 2026-04-10 18:52:03 +08:00
  • 4ff5189da4 docs(config): 添加游戏内容配置系统完整文档与验证工具 GeWuYou 2026-04-10 18:22:40 +08:00
  • dd004738b3 chore(deps): bump trufflesecurity/trufflehog from 3.94.2 to 3.94.3 dependabot[bot] 2026-04-09 12:57:16 +00:00
  • 58f362f7eb chore(deps): bump actions/download-artifact from 5 to 8 dependabot[bot] 2026-04-09 12:57:27 +00:00
  • 137a9427f9 chore(deps): bump actions/setup-node from 5 to 6 dependabot[bot] 2026-04-09 12:57:32 +00:00
  • 41194d5d45 Bump Meziantou.Analyzer from 3.0.43 to 3.0.46 dependabot[bot] 2026-04-09 13:00:27 +00:00
  • 2f782d52f5 Bump Meziantou.Polyfill from 1.0.106 to 1.0.109 dependabot[bot] 2026-04-09 13:01:02 +00:00
  • 396397356c Bump Microsoft.NET.Test.Sdk from 18.3.0 to 18.4.0 dependabot[bot] 2026-04-09 13:04:47 +00:00
  • 733fd4c7d2 Bump Scriban from 7.0.6 to 7.1.0 dependabot[bot] 2026-04-09 13:05:05 +00:00
  • 9f73421532
    Merge pull request #207 from GeWuYou/feat/config-system-docs-and-validation gewuyou 2026-04-10 17:04:23 +08:00
  • 8287bf37fc docs(config): 添加AI代理编码行为规范和配置验证工具测试 GeWuYou 2026-04-10 16:50:39 +08:00
  • e28a1e4ecd feat(config): 添加配置验证功能模块 GeWuYou 2026-04-10 14:33:44 +08:00
  • 0320404514 docs(config): 添加游戏内容配置系统完整文档与验证工具实现 GeWuYou 2026-04-10 12:22:20 +08:00
  • 50161a2f28
    Merge pull request #206 from GeWuYou/docs/config-system gewuyou 2026-04-10 11:14:48 +08:00
  • a49c99c528 feat(config): 添加配置验证功能模块 GeWuYou 2026-04-10 10:45:22 +08:00
  • 1a50d7af39 test(config): 添加 YAML 配置加载器单元测试 GeWuYou 2026-04-10 10:20:40 +08:00
  • 7931b41589 feat(config): 添加配置验证和YAML解析功能 GeWuYou 2026-04-10 10:10:47 +08:00
  • 06d048f38a docs(config): 添加游戏内容配置系统文档与验证工具 GeWuYou 2026-04-10 09:38:51 +08:00
  • 5722b2a211
    Merge pull request #198 from GeWuYou/feat/config-schema-generator-and-validation gewuyou 2026-04-09 20:36:44 +08:00
  • d263a4360e docs(config): 添加游戏内容配置系统文档和验证工具 GeWuYou 2026-04-09 20:26:13 +08:00
  • 3ec3429857 test(config): 添加YAML配置加载器单元测试 GeWuYou 2026-04-09 19:58:48 +08:00
  • ccb6b5ad42 docs(agents): 添加AI代理行为准则文档 GeWuYou 2026-04-09 19:43:15 +08:00
  • f9f608ad64 docs(agents): 添加AI代理编码行为规范文档 GeWuYou 2026-04-09 19:23:17 +08:00
  • 16686a0d97 docs(config): 添加游戏内容配置系统文档和验证工具 GeWuYou 2026-04-09 19:23:06 +08:00
  • f5317eda01 docs(config): 添加游戏内容配置系统文档 GeWuYou 2026-04-09 17:07:29 +08:00
  • 51de7f1102 feat(config): 添加配置验证和YAML解析功能 GeWuYou 2026-04-09 17:06:43 +08:00
  • c693337ebf feat(config): 添加基于JSON schema的配置生成器 GeWuYou 2026-04-09 17:06:20 +08:00
  • 73d2577fe1
    Merge pull request #197 from GeWuYou/feat/config-module-architecture-integration gewuyou 2026-04-09 16:44:35 +08:00
  • febf948077 feat(config): 添加架构配置集成测试和模块实现 GeWuYou 2026-04-09 16:33:02 +08:00
  • eb7a8c702c docs(tests): 为配置集成测试添加详细的XML文档注释 GeWuYou 2026-04-09 15:15:10 +08:00
  • 13c91c8869 feat(config): 添加配置模块架构集成与YAML加载器 GeWuYou 2026-04-09 14:48:05 +08:00
  • f290050262 feat(config): 添加配置模块集成测试和架构模块支持 GeWuYou 2026-04-09 11:27:41 +08:00
  • 55a51fb5d2
    Merge pull request #196 from GeWuYou/feat/add-game-content-configuration-documentation gewuyou 2026-04-09 10:18:17 +08:00
  • fac2453766 docs(config): 添加游戏内容配置系统完整文档与集成测试 GeWuYou 2026-04-09 10:01:32 +08:00
  • 5190ba2359 docs(game): 添加游戏内容配置系统详细文档 GeWuYou 2026-04-09 09:33:08 +08:00
  • 015cac6eb5
    Merge pull request #195 from GeWuYou/feat/game-config-system gewuyou 2026-04-08 12:48:39 +08:00
  • 017179466d feat(config): 添加配置架构生成器和怪物表自动生成 GeWuYou 2026-04-08 12:33:12 +08:00
  • 031d0d1e11 docs(Config): 更新 SchemaConfigGenerator 文档注释 GeWuYou 2026-04-08 12:18:28 +08:00
  • 9b13985615 feat(generator): 添加配置架构代码生成器功能 GeWuYou 2026-04-08 11:14:58 +08:00
  • 43b95c7513 docs(config): 添加游戏内容配置系统完整文档 GeWuYou 2026-04-08 09:32:00 +08:00
  • 3109beaa9b
    Merge pull request #194 from GeWuYou/feat/docs-init-vitepress-config gewuyou 2026-04-07 14:34:30 +08:00
  • ff4f92c6d7 feat(docs): 初始化 GFramework 文档网站配置 GeWuYou 2026-04-07 14:03:01 +08:00
  • d645e8a338
    Merge pull request #193 from GeWuYou/chore/coderabbit-balanced-to-chill gewuyou 2026-04-07 12:54:34 +08:00
  • ade735ed4a feat(config): 添加 GitHub Checks 工具配置 GeWuYou 2026-04-07 12:50:08 +08:00
  • ed6c13f151 chore(config): 调整 CodeRabbit 配置以简化审查设置 GeWuYou 2026-04-07 12:49:32 +08:00
  • b3e484632d
    Merge pull request #191 from GeWuYou/feat/config-system-with-source-generator v0.0.216 gewuyou 2026-04-07 09:18:28 +08:00
  • 0564428d69 chore(config): 更新 CodeRabbit 配置以优化代码审查设置 GeWuYou 2026-04-07 08:59:28 +08:00
  • ca82b2701c feat(config): 添加游戏内容配置系统及源代码生成器 GeWuYou 2026-04-07 08:38:06 +08:00
  • d120236e13
    Merge pull request #190 from GeWuYou/feat/config-system-integration v0.0.215 gewuyou 2026-04-06 23:01:14 +08:00
  • d99af1cfac docs(game): 添加游戏内容配置系统文档 GeWuYou 2026-04-06 22:39:37 +08:00
  • cd32a006c6 fix(tests): 修正配置加载器参数名称断言 GeWuYou 2026-04-06 22:15:30 +08:00
  • bba589a853 docs(config): 添加游戏内容配置系统完整文档 GeWuYou 2026-04-06 21:19:49 +08:00
  • c732285dfb docs(config): 添加游戏内容配置系统文档和验证工具 GeWuYou 2026-04-06 20:17:57 +08:00
  • 67149ab2b2 feat(config): 添加配置系统集成测试和官方启动帮助器 GeWuYou 2026-04-06 18:41:05 +08:00
  • a76630ad16
    Merge pull request #189 from GeWuYou/feat/config-system-integration gewuyou 2026-04-06 17:58:42 +08:00
  • 975f556ab0 docs(config): 添加AI代理编码规范和配置系统集成测试 GeWuYou 2026-04-06 17:24:04 +08:00
  • 92eb365dc7 feat(config): 添加配置系统集成测试和文档 GeWuYou 2026-04-06 16:38:42 +08:00
  • e9e04d9792
    Merge pull request #188 from GeWuYou/feat/game-content-config-system gewuyou 2026-04-06 16:03:56 +08:00
  • 4f966f9f50 docs(game): 添加游戏内容配置系统文档和生成器功能 GeWuYou 2026-04-06 15:55:58 +08:00
  • 83c0c57f10 docs(config): 添加游戏内容配置系统文档和集成测试 GeWuYou 2026-04-06 15:17:33 +08:00
  • f0064e31aa
    Merge pull request #187 from GeWuYou/feat/data-repository-persistence gewuyou 2026-04-06 13:01:31 +08:00
  • 60526a8a98 docs(game): 添加数据与存档系统文档和持久化测试 GeWuYou 2026-04-06 12:52:06 +08:00
  • 77f67c8a9c
    Merge pull request #186 from GeWuYou/feat/add-game-content-config-with-source-generator gewuyou 2026-04-06 12:40:32 +08:00
  • 7fad6772e0 feat(generator): 添加配置架构集成测试和JSON模式配置生成器 GeWuYou 2026-04-06 12:25:11 +08:00
  • 7114a76377 docs(data): 添加数据与存档系统文档并实现数据仓库功能 GeWuYou 2026-04-06 12:21:28 +08:00
  • 2b30e859e9 docs(config): 添加游戏内容配置系统文档和集成测试 GeWuYou 2026-04-06 11:42:34 +08:00
  • fb3bf49a12
    Merge pull request #185 from GeWuYou/feat/game-save-data-system gewuyou 2026-04-06 11:39:17 +08:00
  • 25e4965817 feat(game): 添加存档仓库实现和持久化测试 GeWuYou 2026-04-06 11:33:35 +08:00
  • 7ad80f54d3 feat(game): 添加数据与存档系统核心功能 GeWuYou 2026-04-06 11:09:53 +08:00
  • 397611d47c
    Merge pull request #184 from GeWuYou/docs/godot-architecture-and-patterns gewuyou 2026-04-06 10:19:13 +08:00
  • aab0995f49 docs(godot): add architecture integration and design pattern docs GeWuYou 2026-04-06 10:12:59 +08:00
  • c62893d0c2
    Merge pull request #183 from GeWuYou/chore/add-editorconfig-gitattributes gewuyou 2026-04-06 09:47:02 +08:00
  • 5a1232274e chore(config): 添加编辑器配置和 Git 属性设置 GeWuYou 2026-04-06 09:41:42 +08:00
  • e513ecc284
    Merge pull request #174 from GeWuYou/feat/architecture-base-and-bootstrapper gewuyou 2026-04-06 08:44:14 +08:00
  • e3ea364b29 docs(core): 添加架构详解和核心框架文档 GeWuYou 2026-04-06 08:33:56 +08:00
  • 6f17e2c437
    Merge pull request #175 from GeWuYou/feat/ai-first-config-system gewuyou 2026-04-06 07:59:48 +08:00
  • 7da35c00b2 feat(config): 添加基于文件目录的YAML配置加载器 GeWuYou 2026-04-06 07:53:46 +08:00
  • a416e093ee feat(config): 添加基于YAML的配置加载器实现 GeWuYou 2026-04-06 07:37:59 +08:00
  • e67cfd4808
    Merge pull request #176 from GeWuYou/feat/coroutine-core-and-godot-integration gewuyou 2026-04-06 07:23:05 +08:00
  • d21370787b test(godot): 添加Godot测试项目并配置CI流水线 GeWuYou 2026-04-06 00:37:32 +08:00