Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |
2017-09-26 | restore AssemblyRewriters assembly for method injection | Jesse Plamondon-Willard | |
This fixes a SMAPI 2.0 issue where mods would fail with MethodAccessException if they used SpriteBatch methods that got rewritten for MonoGame/XNA compatibility, because the methods SMAPI injected were internal. Moving it back into a separate assembly lets us make it public without making it visible to modders. | |||
2017-09-23 | migrate SMAPI update check to new web API (#336) | Jesse Plamondon-Willard | |
2017-09-23 | move API models into shared project for reuse (#336) | Jesse Plamondon-Willard | |
2017-09-21 | standardise project name (#336) | Jesse Plamondon-Willard | |
2017-09-21 | minor cleanup, formatting, documentation (#336) | Jesse Plamondon-Willard | |
2017-09-19 | merge assembly rewriters into main SMAPI project (#347) | Jesse Plamondon-Willard | |
2017-08-14 | rename crossplatform.targets to common.targets for reuse | Jesse Plamondon-Willard | |
2017-06-26 | add CONTRIBUTING.md file | Jesse Plamondon-Willard | |
2017-05-13 | add unit test project (#285) | Jesse Plamondon-Willard | |
2017-05-13 | streamline crossplatform build with Mono 5.0, update readme, tweak release notes | Jesse Plamondon-Willard | |
2017-04-26 | add editorconfig, minor style fixes | Jesse Plamondon-Willard | |
2017-03-14 | validate .NET Framework 4.5+ is installed on Windows in SMAPI installer | Jesse Plamondon-Willard | |
2017-02-03 | move build task which prepares install package into a .targets file | Jesse Plamondon-Willard | |
2017-01-14 | fix TrainerMod project not being built by default | Jesse Plamondon-Willard | |
2016-12-07 | rename .targets file to better reflect contents, add to installer project | Jesse Plamondon-Willard | |
2016-12-06 | add dependencies.targets to project | Jesse Plamondon-Willard | |
2016-11-29 | add separate project to support upcoming IL rewriting (#166) | Jesse Plamondon-Willard | |
2016-11-17 | add global assembly info | Jesse Plamondon-Willard | |
2016-11-04 | normalise inconsistent line endings | Jesse Plamondon-Willard | |
2016-11-03 | add crossplatform installer (#155) | Jesse Plamondon-Willard | |
2016-10-31 | update file reference | Jesse Plamondon-Willard | |
2016-10-30 | rewrite readme (simpler, link to canimod docs, document how to compile from ↵ | Jesse Plamondon-Willard | |
source) | |||
2016-05-29 | Attempt to migrate to new directory structure. | Gormogon | |