summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Constants.cs
AgeCommit message (Expand)Author
2017-02-07remove oldest deprecated code (#231)Jesse Plamondon-Willard
2017-02-04update for 1.8 releaseJesse Plamondon-Willard
2017-01-19update for 1.7 releaseJesse Plamondon-Willard
2017-01-16bump version, update release steps in readmeJesse Plamondon-Willard
2016-12-23update for SMAPI 1.5 releaseJesse Plamondon-Willard
2016-12-22skip mods known to be incompatible and display error with update links (#192)Jesse Plamondon-Willard
2016-12-22autogenerate SMAPI config (#202)Jesse Plamondon-Willard
2016-12-18migrate manifest & version to interfaces with backwards compatibility (#197)Jesse Plamondon-Willard
2016-12-12update for 1.4 releaseJesse Plamondon-Willard
2016-12-04update for 1.3 releaseJesse Plamondon-Willard
2016-12-04fix comment headersJesse Plamondon-Willard
2016-12-04update repositoryJesse Plamondon-Willard
2016-11-29rewrite SpriteBatch.Begin calls for compatibility (#166)Jesse Plamondon-Willard
2016-11-29add framework for rewriting incompatible methods (#166)Jesse Plamondon-Willard
2016-11-29add separate project to support upcoming IL rewriting (#166)Jesse Plamondon-Willard
2016-11-28move assembly map into constants (#166)Jesse Plamondon-Willard
2016-11-24update for 1.2 releaseJesse Plamondon-Willard
2016-11-19update for 1.1.1 releaseJesse Plamondon-Willard
2016-11-19update for 1.1.1-alphaJesse Plamondon-Willard
2016-11-17update for 1.1 releaseJesse Plamondon-Willard
2016-11-16update for 1.1 betaJesse Plamondon-Willard
2016-11-11update git repo for new-version checkJesse Plamondon-Willard
2016-11-11update for 1.0 releaseJesse Plamondon-Willard
2016-11-10rewrite command parsing, fix null reference exceptions in some casesJesse Plamondon-Willard
2016-11-09bump version for 1.0-beta2Jesse Plamondon-Willard
2016-11-07update for 1.0 betaJesse Plamondon-Willard
2016-11-04add minimum game version check (#163)Jesse Plamondon-Willard
2016-11-04remove extensions from public interface, refactor & documentJesse Plamondon-Willard
2016-11-04move 'mods loaded' out of constantsJesse Plamondon-Willard
2016-11-04format & document constantsJesse Plamondon-Willard
2016-11-04remove disabled & broken draw logicJesse Plamondon-Willard
2016-11-03add update check (#154)Jesse Plamondon-Willard
2016-11-02bump SMAPI version, clean up assembly infoJesse Plamondon-Willard
2016-11-01fix mod versions not being displayed correctly (#160)Jesse Plamondon-Willard
2016-10-07Updated version numberClxS
2016-10-04Altered version numberClxS
2016-09-30Updated build version id to 1.1ClxS
2016-09-30Disabled the overridden update call only - fixes mouse redraw issue.ClxS
2016-09-30Preliminiary update to add 1.1 support - waiting on testing to confirm it's f...ClxS
2016-05-29Attempt to migrate to new directory structure.Gormogon