summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI
AgeCommit message (Expand)Author
2017-02-09add field rewriter for the `Game1.player` change in SDV 1.2 (#231)Jesse Plamondon-Willard
2017-02-09reorganise rewriters (#231)Jesse Plamondon-Willard
2017-02-09remove Mono.Cecil.Rocks (#231)Jesse Plamondon-Willard
2017-02-09fix field rewriter not added to config (#231)Jesse Plamondon-Willard
2017-02-09generalise CIL rewriters for reuse (#231)Jesse Plamondon-Willard
2017-02-08bump minimum game version to 1.2 (#231)Jesse Plamondon-Willard
2017-02-08always use \r\n line endings in log file for crossplatform compatibility (#230)Jesse Plamondon-Willard
2017-02-08simplify log filenameJesse Plamondon-Willard
2017-02-08add SaveEvents.AfterReturnToTitle event (#231)Jesse Plamondon-Willard
2017-02-07clean up more obsolete code (#231)Jesse Plamondon-Willard
2017-02-07reimplement graphics events (#231)Jesse Plamondon-Willard
2017-02-07ignore code analysis warnings in game code (#231)Jesse Plamondon-Willard
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
2017-02-04update for 1.8 releaseJesse Plamondon-Willard
2017-02-04update deprecation level for Extensions classJesse Plamondon-Willard
2017-02-03rm cruftJesse Plamondon-Willard
2017-02-03only read assembly from memory if it was rewritten (#229)Jesse Plamondon-Willard
2017-02-03fix documentation issuesJesse Plamondon-Willard
2017-02-02rewrite mod assembly loading (#229)Jesse Plamondon-Willard
2017-02-02fix error when SMAPI tries to load Mac metadata files for DLLsJesse Plamondon-Willard
2017-02-02Corrected CurrentLocationChanged's "NewLocation" and "PriorLocation" descript...Bpendragon (David Camp)
2017-01-25expose SemanticVersion constructor that parses a stringJesse 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 a...Jesse Plamondon-Willard
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 w...Jesse Plamondon-Willard
2017-01-16bump version, update release steps in readmeJesse 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-14fix console color support check (#206)Jesse Plamondon-Willard
2017-01-14fix error when the console doesn't support colour (#206)Jesse Plamondon-Willard
2017-01-14fix issue where default ICollection<T> values in config.json were duplicated ...Jesse Plamondon-Willard
2017-01-14fix error loading mods if they have a .cache folder created on a different pl...Jesse Plamondon-Willard
2017-01-14tweak JSON read error-handling, update release notesJesse Plamondon-Willard
2017-01-14Add a catch for DirectoryNotFoundException in ModHelper.ReadJsonFile method.mytigio
2017-01-14mark NPC Map Locations 1.43 incompatible due to update errorJesse Plamondon-Willard
2017-01-14add support for custom incompatible-mod-version error textJesse Plamondon-Willard
2017-01-14add support for incompatible mod version rangesJesse Plamondon-Willard
2017-01-06remove unofficial patch links for officially-updated CJB modsJesse Plamondon-Willard