ModernUO/Projects/UOContent/Commands/Object Creation
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
..
Add.cs fix(core): Fixes type caching & cleanup (#422) 2021-01-20 00:10:33 -08:00
AddGump.cs fix(core): Removes some uses of Linq (#421) 2021-01-18 21:05:11 -08:00
CAGCategory.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
CAGLoader.cs core(fix): Fixes type aliasing, categorizations, and NPE (#444) 2021-02-03 16:14:04 -08:00
CAGNode.cs Cleanup/Housekeeping (#242) 2020-09-12 15:31:21 -07:00
CAGObject.cs fix(core): Fixes nullables being disabled (#466) 2021-02-05 14:09:57 -08:00
CategorizedAddGump.cs core(fix): Fixes type aliasing, categorizations, and NPE (#444) 2021-02-03 16:14:04 -08:00
Decorate.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
DecorateMag.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00
GenTeleporter.cs fix(core): Tightens the network stack (#479) 2021-02-07 23:30:56 -08:00