RiCoCoSoul
  • Joined on 2026-02-08
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-15 09:23:03 +08:00
38148a6c54 feat: 添加SDL2后端支持并实现基础示例程序
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-15 08:51:40 +08:00
34fe0bafcb refactor(config): 重构配置系统并添加模块化架构
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-15 00:22:32 +08:00
9439e200d7 refactor(platform): 重构平台模块,实现多后端支持
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-14 23:59:32 +08:00
387ea62853 refactor: 统一方法命名规范并优化代码文档
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-14 22:37:21 +08:00
c6c90a7374 refactor: 移除音频系统、过渡场景和示例代码
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-14 18:58:37 +08:00
93d07e547f feat(视口适配): 添加视口适配器功能并集成到相机和输入系统
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-14 17:49:07 +08:00
2767d64bf8 refactor(core): 移除字符串编码转换工具并清理头文件包含
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-14 17:43:56 +08:00
b949d1a3da docs: 删除Extra2D构建系统文档和API教程文档
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-14 17:43:15 +08:00
55c66e5038 refactor: 移除空间索引系统和UI组件
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-14 17:24:10 +08:00
313a56bf72 refactor: 移除示例游戏和动画系统相关代码
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-14 12:58:34 +08:00
59f01900fb chore: 在.gitignore中添加GreedyMonster目录
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 21:50:36 +08:00
cd6c65a555 feat(create_project): 增强项目创建工具并添加开发环境检测
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 20:39:13 +08:00
06de1e79af feat(scripts): 添加 Extra2D 项目脚手架工具
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 18:46:55 +08:00
f02b368dc9 refactor(action): 重构动作系统架构并添加新功能
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 17:34:53 +08:00
3ffcd692b6 feat(对象池): 实现高性能自动管理对象池系统
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 16:58:47 +08:00
65825946be docs(API_Tutorial): 移除链式调用示例并更新UI文档
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 16:53:09 +08:00
866fd4b1ff refactor(ui): 移除UI组件的链式调用方法并重构文档注释
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 13:56:30 +08:00
b78c493590 feat(场景系统): 重构场景过渡系统并添加视口适配功能
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 10:43:47 +08:00
4f641a2854 perf(渲染): 优化文本渲染和精灵批处理性能
RiCoCoSoul pushed to master at RiCoCoSoul/Extra2D 2026-02-13 10:25:16 +08:00
f86f9b3966 feat(渲染器): 添加线条批处理功能以提高绘制效率