Commit Graph

3650 Commits

Author SHA1 Message Date
Jesse Plamondon-Willard e092417b9e add new config system, mark previous methods obsolete (#159) 2016-11-05 01:46:52 -04:00
Jesse Plamondon-Willard 067d5f6b69 add minimum game version check (#163) 2016-11-04 23:31:06 -04:00
Jesse Plamondon-Willard 4716b4cd21 make logging less verbose and more informative 2016-11-04 23:06:19 -04:00
Jesse Plamondon-Willard 0c6aba95cf explain where to get user support in readme 2016-11-04 22:30:22 -04:00
Jesse Plamondon-Willard 1fa4551b1d minor cleanup 2016-11-04 20:24:21 -04:00
Jesse Plamondon-Willard 83f129aa16 remove old obsolete log methods 2016-11-04 20:18:21 -04:00
Jesse Plamondon-Willard b7b69707eb document inventory changed event objects 2016-11-04 20:13:58 -04:00
Jesse Plamondon-Willard ea0550028c simplify log singleton management 2016-11-04 20:02:39 -04:00
Jesse Plamondon-Willard 4c7329d75e make log writer internal (not meant for use outside SMAPI) 2016-11-04 20:01:45 -04:00
Jesse Plamondon-Willard 5fd708e43f format & document logging code 2016-11-04 19:52:12 -04:00
Jesse Plamondon-Willard cd27873afb reduce command log verbosity 2016-11-04 19:30:27 -04:00
Jesse Plamondon-Willard c8db03b209 format & document command class 2016-11-04 19:29:17 -04:00
Jesse Plamondon-Willard 8386f8a115 remove legacy workaround 2016-11-04 19:14:25 -04:00
Jesse Plamondon-Willard efcb7fe705 remove unneeded program fields 2016-11-04 19:14:01 -04:00
Jesse Plamondon-Willard a48f5a0d40 format & document program class 2016-11-04 18:57:50 -04:00
Jesse Plamondon-Willard 78e8a6a4a0 remove extensions from public interface, refactor & document 2016-11-04 18:24:10 -04:00
Jesse Plamondon-Willard ab3fffde0a remove unused extensions 2016-11-04 16:24:20 -04:00
Jesse Plamondon-Willard 7fe6dafbaa move 'mods loaded' out of constants 2016-11-04 16:14:14 -04:00
Jesse Plamondon-Willard 532235ef10 format & document constants 2016-11-04 16:12:09 -04:00
Jesse Plamondon-Willard da4269124c remove disabled & broken draw logic 2016-11-04 15:49:25 -04:00
Jesse Plamondon-Willard 9a3b4260f7 refactor to avoid an out parameter 2016-11-04 15:42:21 -04:00
Jesse Plamondon-Willard bec7025aa4 clean up duplicate checks 2016-11-04 15:32:15 -04:00
Jesse Plamondon-Willard 5a3951e77c simplify menu event logic (should have same effect) 2016-11-04 15:29:55 -04:00
Jesse Plamondon-Willard 810479fc8b update ReSharper settings 2016-11-04 14:48:31 -04:00
Jesse Plamondon-Willard 01a94c29d0 remove unused SGame fields & methods 2016-11-04 14:47:54 -04:00
Jesse Plamondon-Willard 85d596b6c1 format & document code in SGame (no logic changes) 2016-11-04 14:42:34 -04:00
Jesse Plamondon-Willard 69bb8178d2 normalise inconsistent line endings 2016-11-04 00:10:10 -04:00
Jesse Plamondon-Willard c01ffd2331 tweak release notes 2016-11-04 00:07:17 -04:00
Jesse Plamondon-Willard 0b5a05ba91 add crossplatform installer (#155) 2016-11-03 21:03:03 -04:00
Jesse Plamondon-Willard 59c900a9ac add update check (#154) 2016-11-03 00:43:41 -04:00
Jesse Plamondon-Willard 5125a168c5 use semantic versioning (#154) 2016-11-03 00:31:51 -04:00
Jesse Plamondon-Willard 88e57cf84a update release notes 2016-11-03 00:25:54 -04:00
Jesse Plamondon-Willard a793c84851 add operating system to initial console output to simplify troubleshooting 2016-11-03 00:25:40 -04:00
Jesse Plamondon-Willard ab3508af6f bump SMAPI version, clean up assembly info 2016-11-02 23:45:28 -04:00
Jesse Plamondon-Willard bb0e94e74f remove disabled code 2016-11-02 22:01:01 -04:00
Jesse Plamondon-Willard f1910b1328 remove debug mode toggle (#120) 2016-11-02 21:53:59 -04:00
Jesse Plamondon-Willard 7af9a92842 fix mod versions not being displayed correctly (#160) 2016-11-01 18:08:05 -04:00
Jesse Plamondon-Willard 310f705f19 format & document version class 2016-11-01 18:07:09 -04:00
Jesse Plamondon-Willard 493696690a fix spelling of 'Authour' manifest field with backwards compatibility (#158) 2016-11-01 02:00:29 -04:00
Jesse Plamondon-Willard 9ab5831eac format & document mod class 2016-11-01 01:31:41 -04:00
Jesse Plamondon-Willard 605c99ba70 format & document config code 2016-10-31 20:46:23 -04:00
Jesse Plamondon-Willard 9d461bb05b make config class abstract to force implementation of required method 2016-10-31 20:44:31 -04:00
Jesse Plamondon-Willard 4cda3ec5bf remove undocumented and unused APIs 2016-10-31 19:28:59 -04:00
Jesse Plamondon-Willard b6568f8d9d remove unused deserialisation logic per discussion 2016-10-31 17:15:27 -04:00
Jesse Plamondon-Willard 7d0cd22f1e add zoom-adjusted mouse position to mouse-changed event arguments (#129) 2016-10-31 17:01:16 -04:00
Jesse Plamondon-Willard 652776ed02 (#129) fix several events not correctly propagating state 2016-10-31 16:19:45 -04:00
Jesse Plamondon-Willard 1fde49dd7e update release notes 2016-10-31 14:51:55 -04:00
Jesse Plamondon-Willard 7fe8511921 document & format event code 2016-10-31 14:48:23 -04:00
Jesse Plamondon-Willard d9adaf7386 split combined class files per .NET conventions 2016-10-31 12:05:02 -04:00
Jesse Plamondon-Willard 1c15738233 remove disabled and unfinished code 2016-10-31 11:50:31 -04:00