summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Program.cs
AgeCommit message (Collapse)Author
2016-11-01fix mod versions not being displayed correctly (#160)Jesse Plamondon-Willard
2016-11-01fix spelling of 'Authour' manifest field with backwards compatibility (#158)Jesse Plamondon-Willard
2016-10-31format & document config codeJesse Plamondon-Willard
2016-10-31remove disabled and unfinished codeJesse Plamondon-Willard
2016-10-30remove support for mods in AppData directory (#156)Jesse Plamondon-Willard
2016-10-27fix crossthread access violation when debugger is attached (#126)Jesse Plamondon-Willard
2016-10-27run game on main thread for Mac compatibility (#126)Jesse Plamondon-Willard
2016-10-27only hook into WinForms on Windows for Mac compatibility (#126)Jesse Plamondon-Willard
2016-10-26use simpler crossplatform window management (#126)Jesse Plamondon-Willard
2016-10-26remove broken and unused test code (#126)Jesse Plamondon-Willard
2016-10-26use platform-agnostic paths (#126)Jesse Plamondon-Willard
2016-05-29Attempt to migrate to new directory structure.Gormogon