RiCoCoSoul
  • Joined on 2026-02-08
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-23 02:49:10 +08:00
3a12ee1a6d fix(event_queue): 修复peek方法无法正确查看事件的问题
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-23 02:47:32 +08:00
264bf3bee3 docs: 将日志信息从英文翻译为中文并删除README文件
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-23 02:40:59 +08:00
528700549b chore: 移除过时文档并更新依赖项
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-23 02:20:35 +08:00
88a25f6ea0 refactor(core): 优化模块依赖检查中的类型索引访问
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-23 02:15:45 +08:00
037b8599c7 refactor: 重构日志系统并优化智能指针命名
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-23 01:24:42 +08:00
e600730105 refactor(render): 重构渲染系统,整合纹理、相机和渲染器功能
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-23 00:21:09 +08:00
114c5254af refactor(core): 重构核心模块与服务系统
e5b13e8ec0 refactor(render): 重构渲染系统,移除旧版GPUContext和RenderBackend
Compare 2 commits »
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-22 23:12:07 +08:00
9bf328b1dc refactor(core): 重构核心模块与类型系统
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-22 22:01:17 +08:00
6fbebafef3 refactor: 移除废弃的动画、资源和场景文件
RiCoCoSoul created branch bckaes in RiCoCoSoul/Extra2D 2026-02-22 03:54:19 +08:00
RiCoCoSoul pushed to bckaes at RiCoCoSoul/Extra2D 2026-02-22 03:54:19 +08:00
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-21 20:32:30 +08:00
24960516ae refactor(asset_service): 移除未使用的algorithm头文件并清理代码格式
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-21 19:11:10 +08:00
6195d57814 feat(渲染): 将渲染后端从OpenGL切换为Vulkan并添加相关依赖
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-21 14:49:53 +08:00
23b573d4fe refactor(build): 迁移到MSVC编译系统并添加Vulkan支持
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-21 14:41:44 +08:00
68c3f786f6 refactor: 移除对Switch和其他平台的支持,仅保留Windows
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-21 14:20:48 +08:00
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-21 12:34:00 +08:00
6396a0b5d5 feat(act): 改进动作系统的更新逻辑和功能
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-21 06:00:18 +08:00
d1d03520ff feat: 添加2D渲染系统核心组件
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 22:15:41 +08:00
6a12bb5e2e feat: 实现资源服务系统及测试框架
RiCoCoSoul pushed to dev at RiCoCoSoul/Extra2D 2026-02-20 20:37:18 +08:00
25c7c47872 feat(asset): 添加资源管理系统核心组件