00a359d85f
refactor: Enhance service architecture by introducing IPlatformService and updating dependencies
...
- Removed core/platform.hpp and core/vulkan_utils.cpp, integrating their functionality into new platform_service implementations.
- Updated service registrations to utilize IPlatformService for improved modularity.
- Refactored event bus usage across services to leverage IEventBus interface.
- Enhanced buffer management in BufferService with detailed logging and error handling.
- Updated GUI rendering services to utilize buffer service for resource management.
- Cleaned up includes and improved overall code organization for better maintainability.
2026-01-04 17:43:18 +00:00
1e6be869e0
Refactor script and audio services to enhance logging and remove unused components
...
- Removed the LuaScriptService implementation and interface as it was redundant.
- Updated ShaderManager and ScriptEngine to utilize ILogger for improved logging.
- Enhanced SdlAudioService with detailed logging for audio operations and error handling.
- Refactored physics bridge service to include logging for physics operations.
- Updated interfaces to remove IScriptService and adjust dependencies accordingly.
- Cleaned up includes and organized namespaces for better code clarity.
2026-01-04 17:14:06 +00:00
6b98369bd7
stuff
2026-01-04 15:54:28 +00:00
41b58afc69
refactor: Introduce script engine and related services for enhanced scripting capabilities
2026-01-04 15:39:07 +00:00
0a893172c1
refactor: Update audio service integration and logger usage in application components
2026-01-04 15:07:30 +00:00
a4802179e0
fix: Update error handling in ServiceBasedApp and main to fallback to console logging when logger is unavailable
2026-01-04 14:54:43 +00:00
471b18e58c
feat: Add ConfigureLogging method and GetLogger for improved logging configuration
2026-01-04 14:54:12 +00:00
80d8866924
feat: Add ILogger dependency to SwapchainService and update logging calls for consistency
2026-01-04 14:51:03 +00:00
ee7337aa38
feat: Add ILogger dependency to RenderCommandService and update logging calls for improved consistency
2026-01-04 14:49:54 +00:00
4edebc959a
feat: Integrate ILogger into SdlInputService and LuaScriptService for improved logging
2026-01-04 14:48:58 +00:00
f1384d1355
feat: Replace logging with ILogger in CreateSurface and CreateInstance for consistency
2026-01-04 14:47:33 +00:00
ae42addcb2
feat: Replace logging in CleanupBuffers and Shutdown with ILogger for consistency
2026-01-04 14:46:31 +00:00
4e7e8982c8
feat: Pass ILogger instance to SdlAudioService for improved logging
2026-01-04 14:45:48 +00:00
f23c152928
feat: Integrate ILogger into SdlAudioService and PipelineService for enhanced logging
2026-01-04 14:45:38 +00:00
4d8bc2a457
feat: Integrate ILogger into SceneService and PipelineService for enhanced logging
2026-01-04 14:44:24 +00:00
ddfb9c5c4b
feat: Pass ILogger instance to VulkanGuiService registration for improved logging
2026-01-04 14:42:24 +00:00
8ff88de33b
feat: Integrate ILogger into BulletPhysicsService and VulkanGuiService for improved logging
2026-01-04 14:42:03 +00:00
38a3fdea78
feat: Implement logger service and integrate logging into various services
2026-01-04 14:39:50 +00:00
d2a2a879c2
feat: Integrate GUI input processing into input service and script service
2026-01-04 14:29:17 +00:00
ced8b8f5a7
feat: Add crash recovery service and integrate it into ServiceBasedApp
2026-01-04 14:22:18 +00:00
d8d0cfd5c8
feat: Implement logger service and refactor logging across application controllers
2026-01-04 14:17:18 +00:00
d2934ebc8d
feat: Enhance logging in various controllers and services for better traceability
2026-01-04 14:12:38 +00:00
9e3abc00af
feat: Remove temporary graphics initialization code from Run method
2026-01-04 14:08:49 +00:00
2165fe99dd
feat: Refactor RenderCommandService to use lazy initialization and remove Initialize method
2026-01-04 14:08:32 +00:00
d30e423294
feat: Remove temporary graphics initialization code from Run method
2026-01-04 14:07:20 +00:00
440d5c6b6b
feat: Update RegisterServices to correctly register EventBus with SwapchainService
2026-01-04 14:05:00 +00:00
768af4ea65
feat: Enhance GraphicsService to include window service and update swapchain handling
2026-01-04 14:04:51 +00:00
3903168a46
feat: Add SDL initialization in SdlWindowService to ensure proper setup before window creation
2026-01-04 13:55:43 +00:00
4786a335aa
feat: Enhance service registration by passing runtime configuration to JsonConfigService
2026-01-04 13:55:13 +00:00
d0b2ca8d26
feat: Simplify service registration in ServiceBasedApp by using template parameters
2026-01-04 13:55:05 +00:00
5f76776f47
feat: Re-enable service initialization in ServiceBasedApp and improve SDL initialization check in SdlWindowService
2026-01-04 13:54:56 +00:00
92967ac971
feat: Update RegisterServices to pass eventBus to input and swapchain services
2026-01-04 13:54:46 +00:00
899e4763f2
feat: Temporarily disable service initialization in ServiceBasedApp and add GetCurrentCommandBuffer and GetGraphicsQueue methods in GraphicsService
2026-01-04 13:54:02 +00:00
086719280c
feat: Temporarily disable graphics initialization and rendering for testing purposes
2026-01-04 13:48:55 +00:00
dc0c9bfebe
feat: Enhance ServiceBasedApp constructor with detailed logging for initialization steps
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
2026-01-04 13:47:33 +00:00