Age | Commit message (Collapse) | Author |
|
|
|
|
|
This revamps SMAPI's startup process to simplify mod development by ensuring that core components are ready by the time mods are loaded (which is also needed for the upcoming content API), and eliminate or reduce SEHExceptions some players experience.
|
|
|
|
needed (#264)
|
|
# Conflicts:
# src/StardewModdingAPI/Framework/SGame.cs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This caused obscure invalid-IL crashes when compiled through MonoDevelop on Linux.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Stardew Valley 1.2.15 made the class public, so we no longer need reflection to access it.
|
|
fields (#247)
|
|
|
|
|
|
|
|
|
|
player is initialised
|
|
|