Commit Graph

126 Commits

Author SHA1 Message Date
5a4dd23df2 Implement PhysicsBridge and ScriptEngine for enhanced physics and scripting capabilities
- Added PhysicsBridge class to manage physics interactions using Bullet Physics.
- Introduced ScriptEngine class to handle Lua scripting, including loading scene objects and managing audio commands.
- Updated test_cube_script to utilize ScriptEngine instead of CubeScript, ensuring compatibility with new architecture.
- Implemented methods for loading meshes, creating physics objects, and handling audio playback within the ScriptEngine.
- Enhanced error handling and input management for Lua scripts.
2026-01-03 23:44:01 +00:00
0ee1f5bc0e Add GPU diagnostics reporting for error handling in rendering 2026-01-03 23:33:11 +00:00
e27528b110 Implement timeout handling for first frame rendering and enhance swapchain recreation diagnostics 2026-01-03 23:22:43 +00:00
0a8b300e14 Add timeout and signal handling for window dimension retrieval in RecreateSwapChain 2026-01-03 23:10:09 +00:00
265302fec3 Implement signal handling to gracefully stop the application 2026-01-03 22:59:38 +00:00
3a4fc2ea8b Enhance validation and error handling across the application
- Implement early Vulkan validation to check availability and version.
- Add comprehensive GPU detection and selection feedback.
- Validate swap chain support and window dimensions before creation.
- Introduce buffer size validation and memory checks during buffer creation.
- Improve error messages with actionable troubleshooting steps.
- Create scripts for rebuilding and testing the application with validation improvements.
2026-01-03 22:56:37 +00:00
b39eec6885 Copy config directory to the binary directory if it exists 2026-01-03 22:48:35 +00:00
070992935c Implement comprehensive error handling and feedback for SDL and Vulkan initialization 2026-01-03 22:43:02 +00:00
3021780e7c Remove CMakePresets.json file to streamline project configuration 2026-01-03 22:29:04 +00:00
301f8f8344 Update CMake and conanfile to use RapidJSON with correct casing and adjust toolchain paths 2026-01-03 22:25:52 +00:00
192eb12474 Add CMake presets and update conanfile for SDL3Cpp integration 2026-01-03 22:15:51 +00:00
62a1d98033 Merge pull request #8 from johndoe6345789/codex/create-tooling-for-diagnosing-github-actions
Add workflow diagnostics tool
2025-12-24 16:03:00 +00:00
a39239c9ee Add workflow diagnostics tool 2025-12-24 16:02:48 +00:00
5620942dd5 Merge pull request #5 from johndoe6345789/codex/update-cmakelists.txt-to-link-sdl3
Use SDL3 package target for SDL demo and tests
2025-12-24 12:11:29 +00:00
4d10ce477c Merge pull request #7 from johndoe6345789/copilot/sub-pr-5
Use SDL3 package target for SDL demo and tests
2025-12-24 12:10:51 +00:00
3b5bcfc82d Guard asset copies with existence checks 2025-12-24 12:02:51 +00:00
dfff364ffe Skip SDL3 app when using sdl package 2025-12-24 12:02:43 +00:00
860a455027 Build CI artifacts for both SDL package names 2025-12-24 11:50:41 +00:00
copilot-swe-agent[bot]
12003b41a5 Initial plan 2025-12-24 11:47:40 +00:00
c2932ddc79 Merge branch 'main' into codex/update-cmakelists.txt-to-link-sdl3 2025-12-24 11:43:59 +00:00
76bea24767 Merge pull request #6 from johndoe6345789/copilot/sub-pr-5
Parameterize SDL version selection for build and test
2025-12-24 11:43:01 +00:00
copilot-swe-agent[bot]
35cda019fa Remove SDL2 option, keep only SDL3 and sdl
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 11:31:52 +00:00
copilot-swe-agent[bot]
8f727ab315 Change SDL version selection to support SDL3, SDL2, and sdl
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 11:16:52 +00:00
copilot-swe-agent[bot]
72bbea3caa Improve USE_SDL3 option documentation and add clarifying comment
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 10:35:50 +00:00
copilot-swe-agent[bot]
4ea38f7d3f Add USE_SDL3 option to parameterize SDL version
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-24 10:34:08 +00:00
copilot-swe-agent[bot]
2af92f67e4 Initial plan 2025-12-24 10:30:37 +00:00
d8451cdc3d Use SDL3 imported target for linking 2025-12-24 10:27:38 +00:00
28a75f4f1a Merge pull request #4 from johndoe6345789/codex/refactor-cmake-configuration-for-sdl
Gate SDL3-dependent tests on build option
2025-12-24 10:16:30 +00:00
6996c823c6 Gate SDL3-dependent tests on build option 2025-12-24 10:16:18 +00:00
299d78bbd8 Merge pull request #3 from johndoe6345789/johndoe6345789-patch-1
Johndoe6345789 patch 1
2025-12-19 19:36:22 +00:00
36ce6c3533 remove patch 2025-12-19 19:35:38 +00:00
efc115c936 upgrade workflow 2025-12-19 19:31:47 +00:00
26c0e1b0e9 Update workflow.patch 2025-12-19 19:29:17 +00:00
fd7b19a19a Create workflow.patch 2025-12-19 19:13:43 +00:00
3e557640d8 Merge pull request #2 from johndoe6345789/renovate/migrate-config
Migrate Renovate config
2025-12-19 18:59:05 +00:00
renovate[bot]
1965a16fdc Migrate config renovate.json 2025-12-19 18:58:30 +00:00
98bc22dff9 Update conanfile.py 2025-12-19 18:57:46 +00:00
Richard Ward
f53debfd3c dev commands 2025-12-19 18:33:22 +00:00
Richard Ward
986908a058 fix quoting issue 2025-12-19 18:29:40 +00:00
Richard Ward
83e8fd6d1a rewrite dev script 2025-12-19 18:26:50 +00:00
Richard Ward
e06b365a12 add soundboard 2025-12-19 18:12:03 +00:00
Richard Ward
2dac2b53df generate noises 2025-12-19 18:03:11 +00:00
Richard Ward
8f434d8fd0 lua audio support 2025-12-19 17:21:23 +00:00
Richard Ward
d690516c2c sound work 2025-12-19 17:11:38 +00:00
Richard Ward
9ce36f3839 glm stuff 2025-12-19 16:44:45 +00:00
Richard Ward
0266332dcd add some modmusic 2025-12-19 16:43:57 +00:00
Richard Ward
1a37903435 bullet3 support 2025-12-19 16:39:30 +00:00
Richard Ward
bdc2b8b841 autocomplete make me go wrong 2025-12-19 16:38:20 +00:00
Richard Ward
6c91941efe add glm 2025-12-19 16:37:09 +00:00
Richard Ward
96ac0fbba6 load from stl 2025-12-19 16:30:00 +00:00