Commit Graph

11 Commits

Author SHA1 Message Date
CT5
2f9e562aac Integrated Config File 2025-11-07 15:57:20 +11:00
tylerjaacks
a2b2a91024 Added basic implementation of Config file support, right now it is not complete and doesn't work. 2025-11-05 23:27:31 -06:00
Serenity
07e5a6de1e Implement event handling and logging improvements
- Updated `ChatMuteList` to implement `UserMuteStateChanged` methods with logging and event handling.
- Modified `UserDisplayInfo` methods to log informational messages instead of throwing exceptions.
- Introduced `m_notificationPositionHint` in `SystemUI` and updated `SetNotificationPositionHint` to log changes.
- Updated header files to declare new static members for better accessibility.
2025-06-03 06:15:14 -04:00
Serenity
9d6d26d584 Refactor Xbox Services SDK and enhance logging
Renamed functions in `dllmain.cpp` and `hooks.h` for clarity, including `XWinePatchImport` to `XPatchImport` and `XWineGetImport` to `XGetImport`. Added `<atlbase.h>` include in `hooks.h`. Updated comments to reflect contributions from the "XWine1 Team".

Standardized logging for unimplemented methods across various Xbox Services and Kinect classes, ensuring consistent use of `LOG_NOT_IMPLEMENTED()`.

Implemented new methods in `MultiplayerService`, `PresenceService`, `CatalogService`, `InventoryService`, and `PrivacyService` to enhance functionality related to multiplayer sessions, user presence, catalog management, and privacy settings.

Overall, these changes improve code organization, readability, and maintainability while laying the groundwork for future enhancements.
2025-06-03 05:04:16 -04:00
Serenity
ea9a2facc0 Refactor logging and update function naming conventions
This commit standardizes the logging mechanism by replacing calls to `Logger::NotImplemented()` with the new `LOG_NOTIMPLEMENTED()` macro across multiple files in the Microsoft Xbox Services and Kinect libraries.

Function names in the debug logging macros have been updated to reflect the new naming conventions, changing `ExtractProjectName` to `RetrieveProjectName` and `ExtractFunctionName` to `RetrieveFunctionName`.

Additionally, the `Logger` class has been enhanced to include structured logging capabilities with various log levels and context information for better traceability.

New properties and methods have been introduced in several classes, while many implementations still remain to be completed. Overall, these changes improve maintainability and consistency in the logging framework across the Xbox development environment.
2025-06-03 03:59:32 -04:00
Serenity
222cdf0a22 WinRT - Better Debug 2025-06-03 00:54:43 -04:00
Serenity
1f67e648f9 Added imgui 2025-04-22 16:53:50 -04:00
Tyler Jaacks
c3ac46d864 Added Microsoft.Xbox.Speech.idl support. 2025-03-10 14:06:26 -05:00
Darien Johnson
fb0d5435a6 Add Local Multiplayer 2025-01-16 01:18:15 -05:00
aleblbl
b11e6cb035 Add Support for The Escapist (Reached Title Screen before but latest commit changed stuff so needs a little more work) 2025-01-15 21:33:08 +01:00
Unixian
99b2ac8113 game rendering! 2025-01-10 07:09:08 -05:00