ModernUO/Projects/UOContent/Commands
Kamron Batman 0d1fffd9fc
fix: Fixes spawners, adds convertpremiumspawners, exportspawners, and replaces with neruns distro (#751)
### Additions
* Adds `[exportspawners <relative json file path to distro>`
  * If no path is provided, it will be saved to the `Data\Spawns` folder with the current timestamp as the file name.
  * Supports global, facet, region, multi, and area
* Fixes client disconnect for bad spawner generation command.
* Moves spawner commands to their own folder.
* Adds GUIDs for spawners. This allows for easy replacement during import to reduce duplication.
* Allows exporting the name of the spawner.
* Fixes globbing when using [generatespawners
* Adds [convertpremiumspawners to convert Premium Spawners (from Neruns distro)

Possibly in .NET 6 serializing JSON will be more performant using JSON nodes.


### Screenshots
![Screen_Shot_2021-08-31_at_10 20 06_PM](https://user-images.githubusercontent.com/3953314/131618495-cf7e3ae5-58e5-4f86-9d3c-3cc49906d9fc.png)
![Screen_Shot_2021-08-31_at_10 21 08_PM](https://user-images.githubusercontent.com/3953314/131618502-c39cc368-2266-47a5-9b87-e5ffa108b875.png)
![Screen_Shot_2021-08-31_at_10 13 29_PM](https://user-images.githubusercontent.com/3953314/131618512-f9807f1b-76e4-4503-989d-42324798fbf5.png)
2021-09-03 21:52:44 -07:00
..
Generic fix: Fixes spawners, adds convertpremiumspawners, exportspawners, and replaces with neruns distro (#751) 2021-09-03 21:52:44 -07:00
Object Creation fix(types): Fixes casting spell by type and [Add keyword search (#668) 2021-08-01 13:18:01 -07:00
Attributes.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Batch.cs fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
BoundingBoxPicker.cs Fixes brace style (#248) 2020-09-13 21:49:46 -07:00
DragEffects.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Dupe.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
ExportWSC.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Handlers.cs fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
HelpInfo.cs fix(core): Fixes call priority (#553) 2021-03-15 16:51:27 -07:00
LocationCommand.cs C# 9 Cleanup (#325) 2020-11-27 00:29:21 -08:00
Logging.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
Profiling.cs feat: Adds tidy option for serialization. Codegens ballotbox. Fixes pooled timer leaking (#681) 2021-08-14 03:02:53 -07:00
Properties.cs fix(core): Removes implicit cast between Serial and uint (#728) 2021-08-25 00:27:19 -07:00
ShardTime.cs cleanup: Fixes bugs and cleans up code (#660) 2021-07-19 20:49:59 -07:00
SignParser.cs fix(core): Updates slice with range selectors (#583) 2021-04-23 20:57:24 -07:00
Skills.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
SkillsMenu.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00
Statics.cs fix(core): Optimizes strings / .NET 5 compatibility changes (#354) 2020-12-20 23:21:55 -08:00
VisibilityList.cs fix: Cleanup IPoint3D calls (#704) 2021-08-19 09:11:48 -07:00
Wipe.cs Cleanup & Fixes for .NET 5 (#309) 2020-11-15 10:03:50 -08:00