ModernUO/Projects
Kamron Batman a55e271a69
fix: Cleans up file system paths and archiving (#815)
* Makes EnsureDirectory properly work for relative and absolute paths
* Adds a `PathUtility.GetFullPath` which returns full paths for relative paths to `Core.BaseDirectory`. If the path is absolute, it will return as-is.
* Moves EnsureDirectory to `PathUtility`. So `ScriptsHandler.EnsureDirectory` and `AssemblyHandler.EnsureDirectory` are now `PathUtility.EnsureDirectory`
* Fixes crash guard so that it copies accounts properly.
* Changes world save and auto archive to use a random folder name inside of the temp folder.
2021-10-05 08:54:44 -07:00
..
Benchmarks fix: Updates dependencies, cleans up csproj, and updates README (#784) 2021-09-15 09:54:15 -07:00
SerializationGenerator fix: Fixes code genning armor, clothing, and BODs (#810) 2021-09-28 22:09:34 -07:00
SerializationSchemaGenerator fix: Updates dependencies, cleans up csproj, and updates README (#784) 2021-09-15 09:54:15 -07:00
Server fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00
Server.Tests feat(expansions): Adds expansion.json and loads expansions dynamically (#798) 2021-09-23 20:28:43 -07:00
UOContent fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00
UOContent.Tests fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00