ModernUO/Projects/UOContent/Gumps/Houses
Kamron Batman 2e67e60703
perf: Migrate HouseGump to DynamicGump (#2428)
## Summary
- Converts the legacy pre-AOS `HouseGump` to `DynamicGump` with a private constructor and the static `DisplayTo` entry-point pattern.
- `HouseListGump` and `HouseRemoveGump` now route back through `HouseGump.DisplayTo` instead of constructing the gump directly.
- Updates the `HouseSign` caller accordingly.
2026-05-03 09:33:20 -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 fix: Convert house gumps to static/dynamic gumps (#1912) 2024-08-10 10:56:19 -07:00
HouseGump.cs perf: Migrate HouseGump to DynamicGump (#2428) 2026-05-03 09:33:20 -07:00
HouseGumpAOS.cs chore: Removes dead gump code (#2403) 2026-04-08 08:39:23 -06:00
SetSecureLevelGump.cs fix: Convert house gumps to static/dynamic gumps (#1912) 2024-08-10 10:56:19 -07:00