Skip to content

Conversation

@Omega172
Copy link
Owner

@Omega172 Omega172 commented Feb 4, 2026

No description provided.

Introduce dynamic page registration and refactor the menu/GUI system to be more modular and dynamic. Added PageManager and ElementBase page APIs (AddPage, SetDefaultPage, GetCurrentPage) and new BodyGroup class plus RadioButtonIcon constructors that can auto-register pages. GUI layout updated to use sidebar separators, developer/config body groups, dynamic header registration, and insertion helpers (InsertElementAfter/Before).

ExampleFeature updated to use the new BodyGroup/RadioButtonIcon/page flow and adds a rich callback-driven body UI and sidebar button/header insertion. GUI::Render now sets up pages, header entries and body callbacks at menu open.

Font handling improved: merged glyph ranges for multilingual support and removed ESP-specific font variants; CurrentFont is used for rendering outlines. Localization data updated to reflect new keys and removed legacy watermark strings.

DirectX12 hook shutdown and resource cleanup hardened: release command list, set device/queue/swapchain pointers to nullptr, properly shutdown ImGui backends and destroy context during D3D12Destroy, and added debug log on shutdown.

Misc: minor custom drawing fix (use CurrentFont), and various small API additions (GetPageId, AddHeaders) to support the refactor.
@Omega172 Omega172 merged commit faed772 into main Feb 4, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant