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-19 | merge assembly rewriters into main SMAPI project (#347) | Jesse Plamondon-Willard | |
2017-08-16 | fix build config | Jesse Plamondon-Willard | |
2017-08-14 | move custom build configuration into common.targets to simplify maintenance | Jesse Plamondon-Willard | |
2017-08-14 | rename crossplatform.targets to common.targets for reuse | Jesse Plamondon-Willard | |