ModernUO/Projects/UOContent.Tests/Tests
Kamron Batman 60a3a6f501
feat: Splits Server in Core and Application (#1806)
> [!Note]
> **Developer Note**
> Now developers will only need to build/run the Application project instead of everything.
> When adding new projects, make sure to: 
> 1. Add a reference to that project in the Application project.
> 2. Add the dll file to the Distribution/Data/assemblies.json file

### Summary
- Adds an application project
- Consolidates process restarts to use `Core.Kill(true)`
- Removes some old messaging, for example processor optimization
- Fixes missing build cleanup
2024-05-30 23:34:03 -07:00
..
Accounting/Security feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00
Engines feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00
Items feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00
Multis feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00
Network/Packets feat: Splits Server in Core and Application (#1806) 2024-05-30 23:34:03 -07:00
Skills fix: Removes support for v4 Client and old gump packet. (#1739) 2024-04-24 19:39:37 -07:00
Utilities fix: Fixes character starting cities. (#1615) 2023-11-25 23:31:54 -08:00