Commit Graph

  • 086719280c feat: Temporarily disable graphics initialization and rendering for testing purposes johndoe6345789 2026-01-04 13:48:55 +00:00
  • 92e28f4567 feat: Implement timeout mechanism in ApplicationController for headless testing johndoe6345789 2026-01-04 13:48:42 +00:00
  • 2869b552a2 feat: Disable error dialog in headless environments for SdlWindowService johndoe6345789 2026-01-04 13:48:07 +00:00
  • dc0c9bfebe feat: Enhance ServiceBasedApp constructor with detailed logging for initialization steps johndoe6345789 2026-01-04 13:47:57 +00:00
  • 59e3b9509e feat: Introduce service-based architecture with Scene and Graphics services for improved rendering and scene management johndoe6345789 2026-01-04 13:47:33 +00:00
  • 5421f7945d feat: Add application, lifecycle, and render controllers for service orchestration johndoe6345789 2026-01-04 13:38:11 +00:00
  • a720e4a446 feat: Add services for audio, physics, and GUI rendering integration johndoe6345789 2026-01-04 13:35:31 +00:00
  • dcba88a76b feat: Implement RenderCommandService for Vulkan rendering orchestration johndoe6345789 2026-01-04 13:21:40 +00:00
  • 7b9e6aa851 feat: Add BufferService for Vulkan buffer management johndoe6345789 2026-01-04 13:19:53 +00:00
  • 217ce80234 feat: Add swapchain and pipeline services for Vulkan rendering johndoe6345789 2026-01-04 13:17:54 +00:00
  • 9651b8ec18 feat: Implement Vulkan device service for managing Vulkan resources johndoe6345789 2026-01-04 13:03:27 +00:00
  • 9544c181e7 feat: Add render command service interface for Vulkan rendering orchestration johndoe6345789 2026-01-04 12:47:58 +00:00
  • 1d59b4930f feat: Add buffer and pipeline service interfaces for Vulkan resource management johndoe6345789 2026-01-04 12:47:51 +00:00
  • 40222eb400 feat: Add Vulkan device service interface for managing Vulkan resources johndoe6345789 2026-01-04 12:47:07 +00:00
  • e489a0f5ba feat: Add SDL3-based input and window service implementations johndoe6345789 2026-01-04 12:46:33 +00:00
  • af01d6daaf feat: Add JSON-based configuration service implementation johndoe6345789 2026-01-04 12:40:36 +00:00
  • a84aa34681 feat: Add service interfaces for audio, configuration, graphics, GUI, input, physics, scene, script, shader, and window management johndoe6345789 2026-01-04 02:36:14 +00:00
  • c95bcca25f feat: Implement event bus and service registry for decoupled communication and lifecycle management johndoe6345789 2026-01-04 02:31:28 +00:00
  • b6c697196a feat: Enforce "no macros" policy with CI checks, compiler warnings, and documentation johndoe6345789 2026-01-04 02:12:48 +00:00
  • e86f277b19 feat: Include string_utils.hpp in audio_player, platform, main, and lua_helpers for enhanced logging capabilities johndoe6345789 2026-01-04 02:00:41 +00:00
  • 13457f3430 feat: Add string_utils.cpp to script_engine_tests for improved logging capabilities johndoe6345789 2026-01-04 01:59:41 +00:00
  • 12dcd60f04 feat: Add string_utils.cpp to sdl3_app executable for enhanced logging functionality johndoe6345789 2026-01-04 01:59:34 +00:00
  • 4edf0a2bbf feat: Enhance logging with detailed function tracing and argument conversion utilities johndoe6345789 2026-01-04 01:58:08 +00:00
  • 99a4f756fd feat: Clarify code portability guidelines by emphasizing similarity to Java johndoe6345789 2026-01-04 01:55:07 +00:00
  • 25d69bdb1e feat: Add guidelines for reducing C++ specific features to enhance code portability johndoe6345789 2026-01-04 01:53:04 +00:00
  • d8d1c0a557 feat: Enhance logging system with platform-specific error handling and trace functionality johndoe6345789 2026-01-04 01:38:31 +00:00
  • 198179bfca Refactor logging and tracing in SDL3 application johndoe6345789 2026-01-04 01:14:05 +00:00
  • b5af532c19 feat: Add TraceFunctionWithArgs for enhanced function entry logging with arguments johndoe6345789 2026-01-04 00:41:59 +00:00
  • 80609fcf22 feat: Replace trace logging with new logging system and remove trace.hpp johndoe6345789 2026-01-04 00:39:49 +00:00
  • deea1cc19e feat: Enable Vulkan validation layers and improve GPU diagnostics logging johndoe6345789 2026-01-04 00:34:04 +00:00
  • 5be0fd8dae feat: Add logger source file to script engine tests for improved logging capabilities johndoe6345789 2026-01-04 00:14:56 +00:00
  • 6d542f1046 feat: Integrate logging system for improved error handling and debugging in application components johndoe6345789 2026-01-04 00:13:04 +00:00
  • 33ca375034 feat: Implement logging system and integrate into application johndoe6345789 2026-01-04 00:10:20 +00:00
  • e9b944680c feat: Enhance ScriptEngine with Shader and Scene Management johndoe6345789 2026-01-04 00:05:05 +00:00
  • 9719c46a39 Add Lua bindings and mesh loading functionality for enhanced scripting support johndoe6345789 2026-01-03 23:52:34 +00:00
  • 5a4dd23df2 Implement PhysicsBridge and ScriptEngine for enhanced physics and scripting capabilities johndoe6345789 2026-01-03 23:44:01 +00:00
  • 0ee1f5bc0e Add GPU diagnostics reporting for error handling in rendering johndoe6345789 2026-01-03 23:33:11 +00:00
  • e27528b110 Implement timeout handling for first frame rendering and enhance swapchain recreation diagnostics johndoe6345789 2026-01-03 23:22:43 +00:00
  • 0a8b300e14 Add timeout and signal handling for window dimension retrieval in RecreateSwapChain johndoe6345789 2026-01-03 23:10:09 +00:00
  • 265302fec3 Implement signal handling to gracefully stop the application johndoe6345789 2026-01-03 22:59:38 +00:00
  • 3a4fc2ea8b Enhance validation and error handling across the application johndoe6345789 2026-01-03 22:56:37 +00:00
  • b39eec6885 Copy config directory to the binary directory if it exists johndoe6345789 2026-01-03 22:48:35 +00:00
  • 070992935c Implement comprehensive error handling and feedback for SDL and Vulkan initialization johndoe6345789 2026-01-03 22:43:02 +00:00
  • 3021780e7c Remove CMakePresets.json file to streamline project configuration johndoe6345789 2026-01-03 22:29:04 +00:00
  • 301f8f8344 Update CMake and conanfile to use RapidJSON with correct casing and adjust toolchain paths johndoe6345789 2026-01-03 22:25:52 +00:00
  • 192eb12474 Add CMake presets and update conanfile for SDL3Cpp integration johndoe6345789 2026-01-03 22:15:51 +00:00
  • 62a1d98033 Merge pull request #8 from johndoe6345789/codex/create-tooling-for-diagnosing-github-actions johndoe6345789 2025-12-24 16:03:00 +00:00
  • a39239c9ee Add workflow diagnostics tool johndoe6345789 2025-12-24 16:02:48 +00:00
  • 5620942dd5 Merge pull request #5 from johndoe6345789/codex/update-cmakelists.txt-to-link-sdl3 johndoe6345789 2025-12-24 12:11:29 +00:00
  • 4d10ce477c Merge pull request #7 from johndoe6345789/copilot/sub-pr-5 johndoe6345789 2025-12-24 12:10:51 +00:00
  • 3b5bcfc82d Guard asset copies with existence checks johndoe6345789 2025-12-24 12:02:51 +00:00
  • dfff364ffe Skip SDL3 app when using sdl package johndoe6345789 2025-12-24 12:02:43 +00:00
  • 860a455027 Build CI artifacts for both SDL package names johndoe6345789 2025-12-24 11:50:41 +00:00
  • 12003b41a5 Initial plan copilot-swe-agent[bot] 2025-12-24 11:47:40 +00:00
  • c2932ddc79 Merge branch 'main' into codex/update-cmakelists.txt-to-link-sdl3 johndoe6345789 2025-12-24 11:43:59 +00:00
  • 76bea24767 Merge pull request #6 from johndoe6345789/copilot/sub-pr-5 johndoe6345789 2025-12-24 11:43:01 +00:00
  • 35cda019fa Remove SDL2 option, keep only SDL3 and sdl copilot-swe-agent[bot] 2025-12-24 11:31:52 +00:00
  • 8f727ab315 Change SDL version selection to support SDL3, SDL2, and sdl copilot-swe-agent[bot] 2025-12-24 11:16:52 +00:00
  • 72bbea3caa Improve USE_SDL3 option documentation and add clarifying comment copilot-swe-agent[bot] 2025-12-24 10:35:50 +00:00
  • 4ea38f7d3f Add USE_SDL3 option to parameterize SDL version copilot-swe-agent[bot] 2025-12-24 10:34:08 +00:00
  • 2af92f67e4 Initial plan copilot-swe-agent[bot] 2025-12-24 10:30:37 +00:00
  • d8451cdc3d Use SDL3 imported target for linking johndoe6345789 2025-12-24 10:27:38 +00:00
  • 28a75f4f1a Merge pull request #4 from johndoe6345789/codex/refactor-cmake-configuration-for-sdl johndoe6345789 2025-12-24 10:16:30 +00:00
  • 6996c823c6 Gate SDL3-dependent tests on build option johndoe6345789 2025-12-24 10:16:18 +00:00
  • 299d78bbd8 Merge pull request #3 from johndoe6345789/johndoe6345789-patch-1 johndoe6345789 2025-12-19 19:36:22 +00:00
  • 36ce6c3533 remove patch johndoe6345789 2025-12-19 19:35:38 +00:00
  • efc115c936 upgrade workflow johndoe6345789 2025-12-19 19:31:47 +00:00
  • 26c0e1b0e9 Update workflow.patch johndoe6345789 2025-12-19 19:29:17 +00:00
  • fd7b19a19a Create workflow.patch johndoe6345789 2025-12-19 19:13:43 +00:00
  • 3e557640d8 Merge pull request #2 from johndoe6345789/renovate/migrate-config johndoe6345789 2025-12-19 18:59:05 +00:00
  • 1965a16fdc Migrate config renovate.json renovate[bot] 2025-12-19 18:58:30 +00:00
  • 98bc22dff9 Update conanfile.py johndoe6345789 2025-12-19 18:57:46 +00:00
  • f53debfd3c dev commands Richard Ward 2025-12-19 18:33:22 +00:00
  • 986908a058 fix quoting issue Richard Ward 2025-12-19 18:29:40 +00:00
  • 83e8fd6d1a rewrite dev script Richard Ward 2025-12-19 18:26:50 +00:00
  • e06b365a12 add soundboard Richard Ward 2025-12-19 18:12:03 +00:00
  • 2dac2b53df generate noises Richard Ward 2025-12-19 18:03:11 +00:00
  • 8f434d8fd0 lua audio support Richard Ward 2025-12-19 17:21:23 +00:00
  • d690516c2c sound work Richard Ward 2025-12-19 17:11:38 +00:00
  • 9ce36f3839 glm stuff Richard Ward 2025-12-19 16:44:45 +00:00
  • 0266332dcd add some modmusic Richard Ward 2025-12-19 16:43:57 +00:00
  • 1a37903435 bullet3 support Richard Ward 2025-12-19 16:39:30 +00:00
  • bdc2b8b841 autocomplete make me go wrong Richard Ward 2025-12-19 16:38:20 +00:00
  • 6c91941efe add glm Richard Ward 2025-12-19 16:37:09 +00:00
  • 96ac0fbba6 load from stl Richard Ward 2025-12-19 16:30:00 +00:00
  • a9ad53ca8d add stlloader Richard Ward 2025-12-19 16:22:19 +00:00
  • f383e8abd5 add assimp Richard Ward 2025-12-19 16:13:09 +00:00
  • 07f3ab90e6 improve dev script Richard Ward 2025-12-19 16:02:40 +00:00
  • 71ba586e33 cross platform work Richard Ward 2025-12-19 15:57:40 +00:00
  • d9b56d6c3e add dev commands Richard Ward 2025-12-19 15:51:20 +00:00
  • db91b062b0 tweak docs Richard Ward 2025-12-19 14:00:39 +00:00
  • 22e49a73be better docs and things Richard Ward 2025-12-19 13:57:53 +00:00
  • 69a44f179f fix ninja Richard Ward 2025-12-19 13:28:18 +00:00
  • 6a9afd7ed3 cleanup Richard Ward 2025-12-19 13:25:08 +00:00
  • 845aea848b add lua debug mode Richard Ward 2025-12-19 12:13:22 +00:00
  • b3ee3496b6 update cube logic Richard Ward 2025-12-19 12:02:00 +00:00
  • 57380381a9 repair Richard Ward 2025-12-19 11:50:08 +00:00
  • 2b23dbb79a repair Richard Ward 2025-12-19 11:32:32 +00:00
  • 65255adfa7 improve trace Richard Ward 2025-12-19 11:30:46 +00:00
  • ff3c7c6eb5 repqir Richard Ward 2025-12-19 11:25:58 +00:00