ModernUO/Projects/Server/Timer
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
..
Timer.cs fix: Fixes pooled timers orphaning each other (#809) 2021-10-03 22:58:46 -07:00
Timer.DelayCall.cs fix: Fixes pooled timers orphaning each other (#809) 2021-10-03 22:58:46 -07:00
Timer.Pool.cs fix: Fixes pooled timers orphaning each other (#809) 2021-10-03 22:58:46 -07:00
Timer.TimerWheel.cs fix: Cleans up file system paths and archiving (#815) 2021-10-05 08:54:44 -07:00
TimerExecutionToken.cs fix: Fixes pooled timers orphaning each other (#809) 2021-10-03 22:58:46 -07:00