Commit Graph

10 Commits

Author SHA1 Message Date
CT5
883ad1c467 Added vKeyboard in ShowVirtualKeyboardWithOptionsAsync 2025-11-07 16:00:31 +11:00
tylerjaacks
2741de069e Removed all the ( + SPACE and SPACE + ) instances because it looks bad and I don't like it. Reorder code into filters (Not perfect yet, there was some code all ready ordered in a filter that make sense, so I should revisit that). 2025-11-05 15:26:46 -06:00
Serenity
2ae935a199 Refactor logging system and remove deprecated methods
This commit introduces a new `Logger` class to replace all instances of `printf` and `DEBUG_LOG` throughout the codebase. Key changes include:

- Replaced logging calls in `Audio2.cpp` and `appmodel.cpp` with structured log levels (`LOG_WARNING`, `LOG_DEBUG`, etc.).
- Removed `DebugLogger.h` and `Logger.cpp`, consolidating logging functionality into `Logger.h`.
- Added `Config.h` for configuration management using TOML files.
- Updated project files to reflect the removal of old logging files and inclusion of the new logging system.

These changes enhance logging capabilities, improve code maintainability, and standardize logging practices across the codebase.
2025-07-01 21:25:24 -04: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
212c7ab23b WinRT - Removed Warning Block 2025-06-02 22:45:11 -04:00
Tyler Jaacks
c3ac46d864 Added Microsoft.Xbox.Speech.idl support. 2025-03-10 14:06:26 -05:00
Unixian
475a5fbdad Many changes (#118)
* many changes

* imgui attempt (lots of flickering)

* flickering fixed

lesson learned: don't call present twice

* Prevent unimplemented crashes

* unlockin + systemui keyboard

* force aspect ratio, connectedstorage stuff

---------

Co-authored-by: Darien Johnson <84008186+CADIndie@users.noreply.github.com>
2025-01-15 16:21:40 -05:00