summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2016-10-27only use assembly merging on Windows (#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-10-26choose correct references for platform automatically (#126)Jesse Plamondon-Willard
2016-10-25detect game path automatically (#126)Jesse Plamondon-Willard
2016-10-10Update README.mdCarl
2016-10-07Updated version numberClxS
2016-10-07Merge branch 'master' of https://github.com/cjsu/SMAPI.gitClxS
2016-10-07Disabled overridden update callClxS
2016-10-05Update README.mdCarl
2016-10-04Merged advize's changesClxS
2016-10-04Altered version numberClxS
2016-10-04Merge pull request #133 from AdvizeGH/masterCarl
2016-10-04Reverted to previous SGame class with minor changes for 1.1, updated version ...AdvizeGH
2016-09-30Updated build version id to 1.1ClxS
2016-09-30Reverted to .net 4.5 - There was already quite a lot of trouble with people n...ClxS
2016-09-30Disabled the overridden update call only - fixes mouse redraw issue.ClxS
2016-09-30Preliminiary update to add 1.1 support - waiting on testing to confirm it's f...ClxS
2016-05-30Merge pull request #118 from Gormogon/masterCarl
2016-05-29Fix typosMichael Sincavage
2016-05-29Add note for Steam users.Michael Sincavage
2016-05-29Add CHANGELOG.mdGormogon
2016-05-29A little more styleMichael Sincavage
2016-05-29Fix typoMichael Sincavage
2016-05-29New READMEMichael Sincavage
2016-05-29Attempt to migrate to new directory structure.Gormogon
2016-05-29Account for possible NPEGormogon
2016-05-29Take advantage of some new language opportunities.Gormogon