ModernUO/Projects/Server/Json/Converters
Kamron Batman 1f778cfacf
fix: Fixes regions having the wrong type (#1260)
## Possible Breaking Change
* Reverted regions.json back to RunUO until newer regions are implemented and proper expansion checks are added.

### Other Changes
- [X] Adds `Region.IsPartOf<T1, T2>()` to check for multiple types.
- [X] Fixes regions.json being wrong
- [X] Adds lots of missing regions. **They are not implemented properly yet**
- [X] Adds regions.xml -> regions.json (check ModernUO Discord)
- [X] Adds expansion specific regions.
2022-11-21 16:47:40 -08:00
..
ClientVersionConverter.cs fix: Updates more logging to Serilog (#1105) 2022-07-01 11:57:08 -07:00
ClientVersionConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
FlagsConverter.cs fix: Updates more logging to Serilog (#1105) 2022-07-01 11:57:08 -07:00
GuidConverter.cs feat: Adds GUID support for codegen (#1251) 2022-11-14 21:25:51 -08:00
GuidConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IPEndPointConverter.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
IPEndPointConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
MapConverter.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
MapConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Point2DConverter.cs feat: Adds JSON convertibles (#1253) 2022-11-15 18:19:05 -08:00
Point2DConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Point3DConverter.cs fix: Fixes regions having the wrong type (#1260) 2022-11-21 16:47:40 -08:00
Point3DConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
Rectangle3DConverter.cs fix: Fixes regions having the wrong type (#1260) 2022-11-21 16:47:40 -08:00
Rectangle3DConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
TextDefinitionConverter.cs fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
TextDefinitionConverterFactory.cs fix: Optimizes TextDefinition to eliminate allocations. Removes TextDefinition ctor. (#1221) 2022-10-30 16:53:23 -07:00
TimeSpanConverter.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
TimeSpanConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
TypeConverter.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
TypeConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00
WorldLocationConverter.cs fix: Fixes region priority and resolution. (#1254) 2022-11-21 10:38:20 -08:00
WorldLocationConverterFactory.cs fix: Cleans up core code (#1187) 2022-10-10 21:47:08 -07:00