Commit Graph

3 Commits

Author SHA1 Message Date
c9e459c179 Editor: UI panels and GameObject updates 2026-03-25 01:23:08 +08:00
86b6d6b042 Clean up: remove test artifacts and add 工作/ to gitignore
- Remove minimal.ppm and test.py from tracking (test artifacts)
- Add 工作/ to gitignore (personal directory)
2026-03-24 02:50:26 +08:00
f427699ac6 refactor: improve test infrastructure and fix OpenGL GLAD initialization
- Rename D3D12Enum.h to D3D12Enums.h for naming consistency
- Fix OpenGL unit test GLAD initialization by using gladLoadGL()
  instead of gladLoadGLLoader(wglGetProcAddress) for fallback support
- Migrate remaining tests to use gtest_discover_tests for granular
  test discovery (math, core, containers, memory, threading, debug,
  components, scene, resources, input, opengl)
- Remove obsolete TEST_RESOURCES_DIR and copy_directory commands
  from OpenGL unit test CMakeLists (minimal/Res doesn't exist)
- Update TEST_SPEC.md with performance metrics and per-module
  build/test commands for faster development workflow
- Update CMake path references to use lowercase paths
2026-03-23 00:43:02 +08:00