Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
player is initialised
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This causes mods to draw on top of the rendered screen instead of within it, which leads to strange bugs like cursor coordinates not lining up with the cursor and transparency issues.
|
|
|
|
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.
|
|
save in SDV 1.2 (#231)
|
|
|
|
|
|
Per discussion with mod developers.
|
|
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.
|
|
|
|
|
|
|
|
|
|
|