Age | Commit message (Collapse) | Author |
|
metadata (#316)
|
|
This caused reference errors on Linux/Mac, and there aren't enough use cases to look into it further for now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
no log entry
|
|
affected mods (#285)
|
|
|
|
|
|
|
|
|
|
|
|
dependencies (#285)
|
|
|
|
|
|
|
|
|
|
This caused obscure invalid-IL crashes when compiled through MonoDevelop on Linux.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mods often reference Json.NET to do this, so this lets many mods remove Json.NET as a dependency.
|
|
|
|
|
|
|
|
This lets SMAPI parse manifest.json files without a mod helper, so we can pass the mod name into the helper.
|
|
The game writes debug messages directly to the console, which shows up for SMAPI users. This commit redirects direct console messages to a monitor.
|
|
|
|
|
|
|
|
It's not needed since we're not injecting new instructions, and causes the field rewriters to fail unexpectedly.
|
|
|
|
|