summaryrefslogtreecommitdiff
path: root/src/StardewModdingAPI/Program.cs
AgeCommit message (Expand)Author
2016-11-05use new helper to read manifest (#159)Jesse Plamondon-Willard
2016-11-05simplify exit loggingJesse Plamondon-Willard
2016-11-05add new config system, mark previous methods obsolete (#159)Jesse Plamondon-Willard
2016-11-04add minimum game version check (#163)Jesse Plamondon-Willard
2016-11-04make logging less verbose and more informativeJesse Plamondon-Willard
2016-11-04remove legacy workaroundJesse Plamondon-Willard
2016-11-04remove unneeded program fieldsJesse Plamondon-Willard
2016-11-04format & document program classJesse 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-04normalise inconsistent line endingsJesse Plamondon-Willard
2016-11-03add update check (#154)Jesse Plamondon-Willard
2016-11-03add operating system to initial console output to simplify troubleshootingJesse Plamondon-Willard
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