12b71a319f
chore: snapshot editor work and restore tests
...
Key points:\n- restore the tests tree removed by bc47e6e\n- capture current editor workspace, scene, and docs reshuffle changes\n- keep local cloud.nvdb resources ignored from this commit
2026-04-25 22:11:47 +08:00
bc47e6e5ac
tests: remove legacy test tree
2026-04-22 00:22:32 +08:00
0921f2a459
Prepare script lifecycle and data layer
2026-03-26 20:14:58 +08:00
00f70eccf1
Engine: 实现 Components 和 Scene 模块,包含完整单元测试
...
新增 Components 模块:
- Component 基类 (生命周期、启用状态管理)
- TransformComponent (本地/世界空间变换、矩阵缓存、父子层级)
- GameObject (组件管理、父子层级、激活状态、静态查找)
新增 Scene 模块:
- Scene (场景管理、对象创建销毁、查找、生命周期)
- SceneManager (单例模式、多场景管理、场景切换)
新增测试:
- test_component.cpp (12 个测试)
- test_transform_component.cpp (35 个测试)
- test_game_object.cpp (26 个测试)
- test_scene.cpp (20 个测试)
- test_scene_manager.cpp (17 个测试)
所有测试均已编译通过。
2026-03-20 20:22:04 +08:00