ModernUO/Projects/UOContent/Gumps
Kamron Batman 8903028b5f
fix(core): Tightens the network stack (#479)
- [X] Removes network pause/resume
- [X] Adds back packet profiler
- [X] Adds state machine to keep track and trace netstates
- [X] Changes NetState.Running back to using an interlock exchange
- [X] Adds preliminary packet throttling support


### Packet Throttling
- `[GetThrottle <packetId>` to get the delay in milliseconds for that packet
- `[SetThrottle <packetId> <delay>` to set the delay in milliseconds for that packet
The settings are saved to `Configuration/throttles.json`
2021-02-07 23:30:56 -08:00
..
Go
Guilds feat(core): Makes spanwriter resizable (#376) 2020-12-31 19:57:02 -08:00
Props fix(docs): Removes docgen (#398) 2021-01-09 20:12:08 -08:00
AddDoorGump.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
AdminGump.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
BanDurationGump.cs
BaseConfirmGump.cs
BaseGridGump.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
BaseImageTileButtonsGump.cs
ClientGump.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
CommentsGump.cs
ConfirmBreakCrystalGump.cs
ConfirmHeritageGump.cs
ConfirmHouseResize.cs
ConfirmReleaseGump.cs
DawnsMusicBoxGump.cs fix(core): Converts remaining player packets (#374) 2020-12-30 16:09:51 -08:00
HeritageTokenGump.cs fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
HonorSelf.cs
HouseDemolishGump.cs
HouseGump.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
HouseGumpAOS.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
HouseTransferGump.cs
NoticeGump.cs
PetResurrectGump.cs
PlayerVendorGumps.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
PolymorphGump.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
ReclaimVendorGump.cs
ReportMurderer.cs
ResurrectGump.cs
RewardGump.cs
RunebookGump.cs
SetSecureLevelGump.cs
SkillsGump.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
TithingGump.cs
ToTAdminGump.cs
VendorInventoryGump.cs
VendorRentalGumps.cs
ViewHousesGump.cs
WarningGump.cs
WhoGump.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
YoungGumps.cs