Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SMAPI now tracks the actual folder name being loaded to avoid edge cases where the folder name doesn't match the save ID.
|
|
|
|
Fix Mono build error and duplicate targets import
|
|
|
|
|
|
class name to resolve build error.
|
|
|
|
|
|
|
|
|
|
That improves validation and error-handling.
|
|
|
|
|
|
That will allow removing the InternalsVisibleTo attribute to avoid namespace conflicts in an upcoming commit.
|
|
|
|
|
|
|
|
|
|
Add an option to world_clear that leaves permanent objects alone
|
|
|
|
Fix build error in MonoDevelop
|
|
permanent bushes
|
|
|
|
|
|
|
|
|
|
Harmony merges Mono.Cecil and MonoMod.Common into its DLL, and keeps some (but not all) of the merged types public. That causes type conflicts in SMAPI's code since it uses both Harmony and Mono.Cecil, and extern aliases break on Linux due to IDE/compiler limitations. This commit uses a custom build of Harmony without the assembly merging, so SMAPI can use and manage Mono.Cecil itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#711, #722)
|