ModernUO/Projects
Kamron Batman 54e56d2fc1
fix: Fixes assembly loading. (#759)
* `AssemblyHandler.Assemblies` will now only contain assemblies listed in `assemblies.json`
* `assemblies.json` has been updated to only contain asssemblies directly loaded by the server. Namely, only `UOContent.dll`.
  * Specifically assemblies loaded by assemblies.json are subject to check for `Configure` and `Initialize` methods.
* `modernuo.json` now has a new property called `assemblyDirectories`. This will be automatically set to `Distribution/Assemblies` (absolute path on your machine).
  * You can add more directories to this list.
* All assemblies in assemblies.json _AND_ dependents of any assembly will be searched for in the directories specified by `assemblyDirectories`.
2021-09-03 23:35:44 -07:00
..
Benchmarks fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
SerializationGenerator fix: Various code cleanup (#756) 2021-09-03 19:41:12 -07:00
SerializationSchemaGenerator fix(codegen): Adds codegen for embedded objects and timer fields (#686) 2021-08-16 14:48:18 -07:00
Server fix: Fixes assembly loading. (#759) 2021-09-03 23:35:44 -07:00
Server.Tests fix: Fixes boat movement & moves weapon ability out of core (#750) 2021-08-30 21:30:09 -07:00
UOContent fix: Fixes spawners, adds convertpremiumspawners, exportspawners, and replaces with neruns distro (#751) 2021-09-03 21:52:44 -07:00
UOContent.Tests fix: Fixes boat movement & moves weapon ability out of core (#750) 2021-08-30 21:30:09 -07:00