Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
That reduces time spent trying to rewrite them (which won't work anyway), and shows a more informative message than the default 'DLL couldn't be loaded' error.
|
|
|
|
|
|
|
|
`thread.Abort` is unimplemented in .NET 5, but it's not needed anyway since all threads will be aborted when the game exits.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|