summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-04tweak release notesJesse 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-03update release notesJesse 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-31update release notesJesse 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
2016-10-31fix code being optimised in debug modeJesse Plamondon-Willard
2016-10-31update file referenceJesse Plamondon-Willard
2016-10-31fix typoJesse Plamondon-Willard
2016-10-30simplify release notes format, retroactively add notes for the last few releasesJesse Plamondon-Willard
2016-10-30rename 'change log' to 'release notes' to reflect upcoming changesJesse Plamondon-Willard
2016-10-30remove support for mods in AppData directory (#156)Jesse Plamondon-Willard
2016-10-30rewrite readme (simpler, link to canimod docs, document how to compile from s...Jesse Plamondon-Willard
2016-10-30Merge pull request #153 from Pathoschild/mod/crossplatformJesse Plamondon-Willard
2016-10-29Merge pull request #152 from Pathoschild/mod/detect-game-pathCarl
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-27add System.Numerics to mod package for Mac (#126)Jesse Plamondon-Willard
2016-10-27only hook into WinForms on Windows for Mac compatibility (#126)Jesse Plamondon-Willard
2016-10-27include pdb for release buildJesse Plamondon-Willard
2016-10-27rename Unix launcher for consistency with Windows install process (#126)Jesse Plamondon-Willard
2016-10-27add launcher for Linux and Mac (#126)Jesse Plamondon-Willard