ModernUO/Projects/UOContent/Engines
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
..
Bulk Orders fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
CannedEvil chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Chat fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
ConPVP fix(core): Converts to ref struct enumerators (#426) 2021-01-22 19:41:44 -08:00
Craft fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Doom fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
Ethics fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Events chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Factions fix(factions): Fixes faction saw trap (#455) 2021-02-04 10:49:14 -08:00
Harvest fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Help fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
Khaldun chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
ML Quests fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
Party fix(core): Converts BB packets (#406) 2021-01-13 22:28:31 -08:00
Pathing chore: Code cleanup (#399) 2021-01-10 09:14:03 -08:00
Plants fix(core): Converts help topic packet (#403) 2021-01-12 18:59:16 -08:00
Quests fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
Spawners fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
Treasures of Tokuno fix(core): NPE in Cycles per second (#331) 2020-11-30 23:12:16 -08:00
Veteran Rewards fix(core): Converts some packets & misc fixes/cleanup (#414) 2021-01-16 21:01:54 -08:00
Virtues fix(core): Adds Gump component functionality (#377) 2021-01-02 19:08:35 -08:00