summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-02-07update SGame.Draw with base code (#231)Jesse Plamondon-Willard
2017-02-07add reflectionHelper.GetPrivateProperty<T> (#231)Jesse Plamondon-Willard
2017-02-07disambiguate references to Farmer (#231)Jesse Plamondon-Willard
2017-02-07remove oldest deprecated code (#231)Jesse Plamondon-Willard
Since Stardew Valley 1.2 breaks most mods anyway, this commits removes the oldest deprecations and fixes the issues that are easiest for mods to update. See documentation for details.
2017-02-04fix install error when the mods folder doesn't exist (#229)Jesse Plamondon-Willard
2017-02-04Merge branch 'develop' into stableJesse Plamondon-Willard
2017-02-04update for 1.8 releaseJesse Plamondon-Willard
2017-02-04update deprecation level for Extensions classJesse Plamondon-Willard
2017-02-04tweak release notesJesse Plamondon-Willard
2017-02-03rm cruftJesse Plamondon-Willard
2017-02-03simplify installer textJesse Plamondon-Willard
2017-02-03remove mod .cache folders during (un)install process (#229)Jesse Plamondon-Willard
2017-02-03move install package's Mono/Windows folders out of rootJesse Plamondon-Willard
This will hopefully reduce confusion among players who go into "Windows" instead of running install.exe.
2017-02-03expand & prettify installer readmeJesse Plamondon-Willard
2017-02-03move build task which prepares install package into a .targets fileJesse Plamondon-Willard
2017-02-03only read assembly from memory if it was rewritten (#229)Jesse Plamondon-Willard
This fixes an issue where you can't debug into mod code because SMAPI isn't loading the actual DLL.
2017-02-03fix documentation issuesJesse Plamondon-Willard
2017-02-02update release notes (#229)Jesse Plamondon-Willard
2017-02-02rewrite mod assembly loading (#229)Jesse Plamondon-Willard
This greatly simplifies mod loading, eliminates the .cache folders by loading assemblies in memory, ensures DLLs are loaded in leaf-to-root order, and reduces log verbosity. These changes should address a range of issues, notably #221 and #226.
2017-02-02fix error when SMAPI tries to load Mac metadata files for DLLsJesse Plamondon-Willard
2017-02-02Corrected CurrentLocationChanged's "NewLocation" and "PriorLocation" ↵Bpendragon (David Camp)
descriptors, they displayed in Intellisense as the opposite of what they were.
2017-01-26update image URL in readmeJesse Plamondon-Willard
2017-01-25expose SemanticVersion constructor that parses a stringJesse Plamondon-Willard
2017-01-22Add GOG Mac pathJesse Plamondon-Willard
Thanks to LeonBlade for the path.
2017-01-19Merge branch 'develop' into stableJesse Plamondon-Willard
2017-01-19update for 1.7 releaseJesse Plamondon-Willard
2017-01-19log deprecation warnings after list of loaded mods (#220)Jesse Plamondon-Willard
2017-01-19only call mod.Entry() once all mods have been loaded (#220)Jesse Plamondon-Willard
2017-01-19add public mod registry (#220)Jesse Plamondon-Willard
2017-01-19bump several deprecationsJesse Plamondon-Willard
2017-01-19tweak error text when starting game throws an exceptionJesse Plamondon-Willard
2017-01-19simplify overridden game versionJesse Plamondon-Willard
2017-01-19add mod folder path to consoleJesse Plamondon-Willard
2017-01-19fix before/after save events not triggering on days when the player shipped ↵Jesse Plamondon-Willard
an item (#218)
2017-01-18fix some world events being fired during game startup (#217)Jesse Plamondon-Willard
2017-01-18fix PlayerEvents.LoadedGame and SaveEvents.AfterLoad being fired before the ↵Jesse Plamondon-Willard
world finishes loading (#216)
2017-01-16Merge branch 'develop' into stableJesse Plamondon-Willard
2017-01-16fix crlfJesse Plamondon-Willard
2017-01-16bump version, update release steps in readmeJesse Plamondon-Willard
2017-01-15update release notes linkJesse Plamondon-Willard
2017-01-15clean up 1.6 release notesJesse Plamondon-Willard
2017-01-15deprecate events replaced by save events (#215)Jesse Plamondon-Willard
2017-01-15add save events (#215)Jesse Plamondon-Willard
2017-01-15mark NPC Locations Map 1.42 incompatible due to update-check bugJesse Plamondon-Willard
2017-01-14remove redundant TrainerMod build config (#214)Jesse Plamondon-Willard
2017-01-14TrainerMod uses crossplatform.targetsPatrick Müssig
2017-01-14fix console color support check (#206)Jesse Plamondon-Willard
2017-01-14fix TrainerMod project not being built by defaultJesse Plamondon-Willard
2017-01-14fix error when the console doesn't support colour (#206)Jesse Plamondon-Willard
2017-01-14add console commands to open game & date folders (#172)Jesse Plamondon-Willard