summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2016-11-05restore removed extensions for backwards compatibilityJesse Plamondon-Willard
2016-11-05add deprecation warnings (#165)Jesse Plamondon-Willard
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-04minor cleanupJesse Plamondon-Willard
2016-11-04remove old obsolete log methodsJesse Plamondon-Willard
2016-11-04document inventory changed event objectsJesse Plamondon-Willard
2016-11-04simplify log singleton managementJesse Plamondon-Willard
2016-11-04make log writer internal (not meant for use outside SMAPI)Jesse Plamondon-Willard
2016-11-04format & document logging codeJesse Plamondon-Willard
2016-11-04reduce command log verbosityJesse Plamondon-Willard
2016-11-04format & document command classJesse 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-04remove unused extensionsJesse 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-04refactor to avoid an out parameterJesse Plamondon-Willard
2016-11-04clean up duplicate checksJesse Plamondon-Willard
2016-11-04simplify menu event logic (should have same effect)Jesse Plamondon-Willard
2016-11-04update ReSharper settingsJesse Plamondon-Willard
2016-11-04remove unused SGame fields & methodsJesse Plamondon-Willard
2016-11-04format & document code in SGame (no logic changes)Jesse Plamondon-Willard
2016-11-04normalise inconsistent line endingsJesse Plamondon-Willard
2016-11-03add crossplatform installer (#155)Jesse Plamondon-Willard
2016-11-03add update check (#154)Jesse Plamondon-Willard
2016-11-03use semantic versioning (#154)Jesse Plamondon-Willard
2016-11-03add operating system to initial console output to simplify troubleshootingJesse Plamondon-Willard
2016-11-02bump SMAPI version, clean up assembly infoJesse Plamondon-Willard
2016-11-02remove disabled codeJesse Plamondon-Willard
2016-11-02remove debug mode toggle (#120)Jesse Plamondon-Willard
2016-11-01fix mod versions not being displayed correctly (#160)Jesse Plamondon-Willard
2016-11-01format & document version classJesse Plamondon-Willard
2016-11-01fix spelling of 'Authour' manifest field with backwards compatibility (#158)Jesse Plamondon-Willard
2016-11-01format & document mod classJesse Plamondon-Willard
2016-10-31format & document config codeJesse Plamondon-Willard
2016-10-31make config class abstract to force implementation of required methodJesse Plamondon-Willard
2016-10-31remove undocumented and unused APIsJesse Plamondon-Willard
2016-10-31remove unused deserialisation logic per discussionJesse Plamondon-Willard
2016-10-31add zoom-adjusted mouse position to mouse-changed event arguments (#129)Jesse Plamondon-Willard
2016-10-31(#129) fix several events not correctly propagating stateJesse Plamondon-Willard
2016-10-31document & format event codeJesse Plamondon-Willard
2016-10-31split combined class files per .NET conventionsJesse Plamondon-Willard
2016-10-31remove disabled and unfinished codeJesse Plamondon-Willard