ModernUO/Projects/UOContent/Gumps/Houses
Kamron Batman acae1c6ead
perf: Migrate HouseGumpAOS to DynamicGump (#2429)
## Summary
- Converts `HouseGumpAOS` from legacy `Gump` to `DynamicGump` with a private constructor and the static `DisplayTo` entry-point pattern.
- `AddPageButton`, `AddButtonLabeled`, and `AddList` helpers now write directly to the `DynamicGumpBuilder` via `ref` parameters.
- All internal re-display calls and the `HouseSign` / `ConfirmResizeHouseGump` callers route through `HouseGumpAOS.DisplayTo`.
- Field naming updated to underscore-prefix convention (`_house`, `_page`, `_from`, `_list`, `_hangerNumbers`, `_foundationNumbers`, `_postNumbers`, `_houseSigns`).
2026-05-03 09:52:17 -07:00
..
AcceptHouseTransferGump.cs fix: Convert house gumps to static/dynamic gumps (#1912) 2024-08-10 10:56:19 -07:00
ConfirmDemolishHouseGump.cs fix: Removes redundant conditional check in house demolish gump (#2004) 2024-12-03 18:15:58 -08:00
ConfirmResizeHouseGump.cs perf: Migrate HouseGumpAOS to DynamicGump (#2429) 2026-05-03 09:52:17 -07:00
HouseGump.cs perf: Migrate HouseGumpAOS to DynamicGump (#2429) 2026-05-03 09:52:17 -07:00
HouseGumpAOS.cs perf: Migrate HouseGumpAOS to DynamicGump (#2429) 2026-05-03 09:52:17 -07:00
SetSecureLevelGump.cs fix: Convert house gumps to static/dynamic gumps (#1912) 2024-08-10 10:56:19 -07:00