Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-08 | move semver implementation into shared project for reuse | Jesse Plamondon-Willard | |
2017-10-07 | rename shared project for broader use | Jesse Plamondon-Willard | |
2017-10-07 | move license back to root so GitHub sees it, readme tweaks | Jesse Plamondon-Willard | |
2017-10-07 | Merge branch 'add-mod-build-config' into develop | Jesse Plamondon-Willard | |
2017-10-07 | remove readme header image | Jesse Plamondon-Willard | |
2017-10-07 | update readme | Jesse Plamondon-Willard | |
2017-10-07 | move technical docs out of README | Jesse Plamondon-Willard | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |
2017-10-07 | move mod build config files into subfolder | Jesse Plamondon-Willard | |
2017-10-07 | Merge remote-tracking branch 'mod-build-config/develop' into ↵ | Jesse Plamondon-Willard | |
add-mod-build-config # Conflicts: # .gitattributes # .gitignore # README.md # release-notes.md | |||
2017-10-07 | update compatibility list | Jesse Plamondon-Willard | |
2017-10-07 | move manifest version parsing into method | Jesse Plamondon-Willard | |
2017-10-07 | switch create-zip task to class type to simplify encapsulation | Jesse Plamondon-Willard | |
2017-10-07 | add version support to zip filenames (#7) | Death | |
2017-10-07 | Updates exported mod zip files to use a base folder | Death | |
Instead of all of the mod files being in the root directory of the zip file, they are now in /ModName/, making it easier for modders to export upload-ready zip files of their mods. | |||
2017-10-04 | fix error when checking for updates to a mod with no data record | Jesse Plamondon-Willard | |
2017-10-02 | update one mod ID | Jesse Plamondon-Willard | |
2017-10-02 | + release note | Jesse Plamondon-Willard | |
2017-10-02 | detect use of 'dynamic' in mod code | Jesse Plamondon-Willard | |
2017-10-01 | fix errors caused by content managers finalizing asynchronously | Jesse Plamondon-Willard | |
2017-10-01 | update mod key | Jesse Plamondon-Willard | |
2017-09-27 | update for 2.0 beta release | 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-26 | simplify API fetch code | Jesse Plamondon-Willard | |
2017-09-26 | remove base.Entry() method calls (#362) | Jesse Plamondon-Willard | |
2017-09-26 | add data for a few more mods (#361) | Jesse Plamondon-Willard | |
2017-09-26 | minor cleanup after 1.x removal | Jesse Plamondon-Willard | |
2017-09-25 | add support for multiple mods having the same update key (#336) | Jesse Plamondon-Willard | |
2017-09-25 | polish release notes | Jesse Plamondon-Willard | |
2017-09-25 | improve mod update-check validation & errors (#336) | Jesse Plamondon-Willard | |
2017-09-25 | consolidate update fields in manifest & SMAPI config (#336, #361) | Jesse Plamondon-Willard | |
2017-09-25 | use SMAPI version in web API (#336) | Jesse Plamondon-Willard | |
2017-09-25 | don't check for updates to Entoarox mods per request (#361) | Jesse Plamondon-Willard | |
2017-09-25 | add mod data for update checks (#361) | Jesse Plamondon-Willard | |
2017-09-25 | fix update checks not normalising remote versions (#336) | Jesse Plamondon-Willard | |
2017-09-25 | use POST for SMAPI update checks to avoid issues with long queries (#336) | Jesse Plamondon-Willard | |
2017-09-24 | add support for remapping legacy versions for update checks (#361) | Jesse Plamondon-Willard | |
2017-09-24 | sort update-check trace logs (#361) | Jesse Plamondon-Willard | |
2017-09-24 | update config documentation (#361) | Jesse Plamondon-Willard | |
2017-09-24 | list SMAPI update separately (#336, #361) | Jesse Plamondon-Willard | |
2017-09-24 | improve version normalising (#336, #361) | Jesse Plamondon-Willard | |
2017-09-24 | bug fixes, improve update-check logging (#361) | Jesse Plamondon-Willard | |
2017-09-24 | remove name from data record (#361) | Jesse Plamondon-Willard | |
2017-09-24 | update release notes (#360, #361) | Jesse Plamondon-Willard | |
2017-09-24 | add support for specifying default update fields, migrate mods already in ↵ | Jesse Plamondon-Willard | |
mod list (#361) | |||
2017-09-24 | minor bug fixes (#361) | Jesse Plamondon-Willard | |
2017-09-24 | handle common 'v' version prefix on GitHub (#336) | Jesse Plamondon-Willard | |
2017-09-24 | validate semantic versions in API (#336, #361) | Jesse Plamondon-Willard | |
2017-09-24 | add support for update checks from the Chucklefish mod site (#336) | Jesse Plamondon-Willard | |
2017-09-24 | revamp mod compatibility fields to allow broader use of mod data records (#361) | Jesse Plamondon-Willard | |