ModernUO/Projects/UOContent/Gumps/Base
Kamron Batman 7bd5a853a3
feat: Adds size/style support to gump builders, optimizes EscapeHtml (#2257)
> [!IMPORTANT]
> **Developer Note**
> THIS IS A BREAKING CHANGE TO THE NEW API GUMP.
> Please give us feedback in [discord ](https://muo.gg/discord) if you have issues, need help, or have ideas for a better API change!

### Summary

* Adds support for size/style to dynamic/static builder.
* Drastically simplifies the dynamic/static builder api for AddHtml.
* Cleans up some legacy gump files.
2025-11-23 11:35:31 -08:00
..
Legacy feat: Adds size/style support to gump builders, optimizes EscapeHtml (#2257) 2025-11-23 11:35:31 -08:00
BaseGump.cs feat: Adds BaseGump.GetGumpOffsetForItemGraphic (#2116) 2025-02-10 19:53:47 -08:00
DynamicGump.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
DynamicGumpBuilder.cs feat: Adds size/style support to gump builders, optimizes EscapeHtml (#2257) 2025-11-23 11:35:31 -08:00
GumpFlags.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpLayoutBuilder.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
GumpStringsBuilder.cs feat: Adds size/style support to gump builders, optimizes EscapeHtml (#2257) 2025-11-23 11:35:31 -08:00
GumpSystem.cs fix: Removes redundant code in GumpSystem (#1921) 2024-08-10 10:20:34 -07:00
GumpSystem.IncomingPackets.cs fix: Removes profiling. Streamlines core tick count. (#1948) 2024-09-11 00:55:18 -07:00
InvalidGumpResponseException.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
NetStateGumps.cs fix: Removes redundant code in GumpSystem (#1921) 2024-08-10 10:20:34 -07:00
OutgoingGumpPackets.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
RelayInfo.cs feat: Moves gumps out of the core (#1916) 2024-08-09 19:07:32 -07:00
StaticGump.cs fix: Fixes static gumps sending too much data. (#2122) 2025-02-13 19:12:28 -08:00
StaticGumpBuilder.cs feat: Adds size/style support to gump builders, optimizes EscapeHtml (#2257) 2025-11-23 11:35:31 -08:00