ModernUO/Projects/UOContent/Engines
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
..
Bulk Orders fix: Fixes code genning armor, clothing, and BODs (#810) 2021-09-28 22:09:34 -07:00
CannedEvil fix: Fixes code genning armor, clothing, and BODs (#810) 2021-09-28 22:09:34 -07:00
Chat fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
ConPVP fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Craft fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
Doom feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00
Ethics fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Events fix(core): Caches DateTime.NowUtc (#548) 2021-03-13 01:32:04 -08:00
Factions fix: Removes BodyValue and fixes modifying Body and BodyMod in props gump. (#743) 2021-08-28 22:56:00 -07:00
Harvest fix: Code gens items. Fixes code genning of ore (#684) 2021-08-14 22:16:42 -07:00
Help fix(core): Adds Hashed & Hierarchical Timer Wheel (#655) 2021-07-11 22:42:06 -07:00
Khaldun fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
ML Quests fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
Party fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
Pathing fix: Movement issue (#816) 2021-10-04 13:40:45 -07:00
Plants fix(core): Adds Hashed & Hierarchical Timer Wheel (#655) 2021-07-11 22:42:06 -07:00
Quests fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
Spawners fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00
Treasures of Tokuno fix: Fixes ML containers and addons (#804) 2021-09-26 18:54:33 -07:00
UltimaStore fix(network): Don't crash the user when they click the UO Store button (#710) 2021-08-21 00:14:40 -07:00
Veteran Rewards fix: Adds Created, LastSerialized, and BeforeSerialize for all entities. (#775) 2021-09-26 01:09:45 -07:00
Virtues feat(timers): Adds timer pooling, fixes timer related bugs, and changes timer api (#667) 2021-08-07 14:33:35 -07:00