Age | Commit message (Expand) | Author |
2016-11-05 | add new config system, mark previous methods obsolete (#159) | Jesse Plamondon-Willard |
2016-11-04 | add minimum game version check (#163) | Jesse Plamondon-Willard |
2016-11-04 | make logging less verbose and more informative | Jesse Plamondon-Willard |
2016-11-04 | explain where to get user support in readme | Jesse Plamondon-Willard |
2016-11-04 | minor cleanup | Jesse Plamondon-Willard |
2016-11-04 | remove old obsolete log methods | Jesse Plamondon-Willard |
2016-11-04 | document inventory changed event objects | Jesse Plamondon-Willard |
2016-11-04 | simplify log singleton management | Jesse Plamondon-Willard |
2016-11-04 | make log writer internal (not meant for use outside SMAPI) | Jesse Plamondon-Willard |
2016-11-04 | format & document logging code | Jesse Plamondon-Willard |
2016-11-04 | reduce command log verbosity | Jesse Plamondon-Willard |
2016-11-04 | format & document command class | Jesse Plamondon-Willard |
2016-11-04 | remove legacy workaround | Jesse Plamondon-Willard |
2016-11-04 | remove unneeded program fields | Jesse Plamondon-Willard |
2016-11-04 | format & document program class | Jesse Plamondon-Willard |
2016-11-04 | remove extensions from public interface, refactor & document | Jesse Plamondon-Willard |
2016-11-04 | remove unused extensions | Jesse Plamondon-Willard |
2016-11-04 | move 'mods loaded' out of constants | Jesse Plamondon-Willard |
2016-11-04 | format & document constants | Jesse Plamondon-Willard |
2016-11-04 | remove disabled & broken draw logic | Jesse Plamondon-Willard |
2016-11-04 | refactor to avoid an out parameter | Jesse Plamondon-Willard |
2016-11-04 | clean up duplicate checks | Jesse Plamondon-Willard |
2016-11-04 | simplify menu event logic (should have same effect) | Jesse Plamondon-Willard |
2016-11-04 | update ReSharper settings | Jesse Plamondon-Willard |
2016-11-04 | remove unused SGame fields & methods | Jesse Plamondon-Willard |
2016-11-04 | format & document code in SGame (no logic changes) | Jesse Plamondon-Willard |
2016-11-04 | normalise inconsistent line endings | Jesse Plamondon-Willard |
2016-11-04 | tweak release notes | Jesse Plamondon-Willard |
2016-11-03 | add crossplatform installer (#155) | Jesse Plamondon-Willard |
2016-11-03 | add update check (#154) | Jesse Plamondon-Willard |
2016-11-03 | use semantic versioning (#154) | Jesse Plamondon-Willard |
2016-11-03 | update release notes | Jesse Plamondon-Willard |
2016-11-03 | add operating system to initial console output to simplify troubleshooting | Jesse Plamondon-Willard |
2016-11-02 | bump SMAPI version, clean up assembly info | Jesse Plamondon-Willard |
2016-11-02 | remove disabled code | Jesse Plamondon-Willard |
2016-11-02 | remove debug mode toggle (#120) | Jesse Plamondon-Willard |
2016-11-01 | fix mod versions not being displayed correctly (#160) | Jesse Plamondon-Willard |
2016-11-01 | format & document version class | Jesse Plamondon-Willard |
2016-11-01 | fix spelling of 'Authour' manifest field with backwards compatibility (#158) | Jesse Plamondon-Willard |
2016-11-01 | format & document mod class | Jesse Plamondon-Willard |
2016-10-31 | format & document config code | Jesse Plamondon-Willard |
2016-10-31 | make config class abstract to force implementation of required method | Jesse Plamondon-Willard |
2016-10-31 | remove undocumented and unused APIs | Jesse Plamondon-Willard |
2016-10-31 | remove unused deserialisation logic per discussion | Jesse Plamondon-Willard |
2016-10-31 | add zoom-adjusted mouse position to mouse-changed event arguments (#129) | Jesse Plamondon-Willard |
2016-10-31 | (#129) fix several events not correctly propagating state | Jesse Plamondon-Willard |
2016-10-31 | update release notes | Jesse Plamondon-Willard |
2016-10-31 | document & format event code | Jesse Plamondon-Willard |
2016-10-31 | split combined class files per .NET conventions | Jesse Plamondon-Willard |
2016-10-31 | remove disabled and unfinished code | Jesse Plamondon-Willard |