Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-17 | update release notes | Jesse Plamondon-Willard | |
2020-08-16 | update schema for Content Patcher 1.17 | Jesse Plamondon-Willard | |
2020-08-15 | tweak update alert rules | Jesse Plamondon-Willard | |
2020-08-15 | fix broken URL in update alerts for unofficial versions | Jesse Plamondon-Willard | |
2020-08-13 | remove experimental RewriteInParallel option | Jesse Plamondon-Willard | |
2020-08-09 | add support for read/writing SDate to JSON | Jesse Plamondon-Willard | |
2020-08-09 | fix error when mods add/remove events asynchronously | Jesse Plamondon-Willard | |
2020-08-09 | tweak release docs | Jesse Plamondon-Willard | |
2020-08-03 | update Content Patcher schema for 1.16 | Jesse Plamondon-Willard | |
2020-08-02 | prepare for release | Jesse Plamondon-Willard | |
2020-08-02 | update dependencies | Jesse Plamondon-Willard | |
2020-07-29 | format new code, update release notes | Jesse Plamondon-Willard | |
2020-07-26 | use ordinal comparison/sorting instead of invariant | Jesse Plamondon-Willard | |
2020-07-25 | log GPU info to simplify troubleshooting | Jesse Plamondon-Willard | |
2020-07-21 | fix error when a mod adds/remove an event handler while handling the event | Jesse Plamondon-Willard | |
2020-07-21 | ignore more content file types when detecting mods | Jesse Plamondon-Willard | |
2020-07-17 | add item repository fixes from CJB Cheats Menu code | Jesse Plamondon-Willard | |
2020-06-23 | update release notes | Jesse Plamondon-Willard | |
2020-06-21 | prepare for release | Jesse Plamondon-Willard | |
2020-06-21 | fix event priority sorting | Jesse Plamondon-Willard | |
2020-06-20 | prepare for release | Jesse Plamondon-Willard | |
2020-06-20 | fix reload_i18n not reloading content pack translations | Jesse Plamondon-Willard | |
2020-06-20 | remember selected schema when editing a file | Jesse Plamondon-Willard | |
2020-06-20 | change default JSON validator schema to none | Jesse Plamondon-Willard | |
2020-06-20 | add i18n schema to JSON validator | Jesse Plamondon-Willard | |
2020-06-20 | make parallel rewriting optional | Jesse Plamondon-Willard | |
2020-06-20 | tweak 3.6 release notes | Jesse Plamondon-Willard | |
2020-06-20 | switch to custom build of Harmony 1.2.0.1 | Jesse Plamondon-Willard | |
2020-06-19 | backport harmony_summary command to Harmony 1.x (#711) | Jesse Plamondon-Willard | |
2020-06-15 | temporarily restore Harmony 1.x support with compile flag (#711) | Jesse Plamondon-Willard | |
2020-06-15 | fix merge, update release notes | Jesse Plamondon-Willard | |
2020-06-14 | add support for using a custom Harmony build (#711) | Jesse Plamondon-Willard | |
2020-06-07 | improve premultiplication performance | Jesse Plamondon-Willard | |
2020-06-03 | don't prevent mods from accessing game methods/properties extended by SMAPI | Jesse Plamondon-Willard | |
2020-06-03 | tweak new code, add release note (#718) | Jesse Plamondon-Willard | |
2020-06-02 | undo parallel loop (#716) | Jesse Plamondon-Willard | |
This caused errors during rewriting to be obfuscated with null reference exceptions. | |||
2020-06-02 | add release note (#716) | Jesse Plamondon-Willard | |
2020-05-31 | update TMXTile to fix void map issue on Android | Jesse Plamondon-Willard | |
2020-05-27 | fix BadImageFormatException error handling | Jesse Plamondon-Willard | |
Thanks to mouse for pointing it out! | |||
2020-05-24 | add update key overrides | Jesse Plamondon-Willard | |
2020-05-24 | update ModDrop URLs | Jesse Plamondon-Willard | |
2020-05-24 | ignore MacOS files starting with ._ | Jesse Plamondon-Willard | |
2020-05-24 | add update subkeys | Jesse Plamondon-Willard | |
2020-05-23 | refactor update check API | Jesse Plamondon-Willard | |
This simplifies the logic for individual clients, centralises common logic, and prepares for upcoming features. | |||
2020-05-23 | drop MongoDB code | Jesse Plamondon-Willard | |
MongoDB support unnecessarily complicated the code and there's no need to run distributed servers in the foreseeable future. This keeps the abstract storage interface so we can wrap a distributed cache in the future. | |||
2020-05-22 | add harmony_summary command | Jesse Plamondon-Willard | |
2020-05-21 | load .pdb file when mod is loaded from bytes (#711) | Jesse Plamondon-Willard | |
2020-05-20 | Merge branch 'mod/harmony-2.0' into develop | Jesse Plamondon-Willard | |
# Conflicts: # docs/release-notes.md # src/SMAPI/Framework/ModLoading/AssemblyLoader.cs | |||
2020-05-16 | migrate subdomain redirects to Azure | Jesse Plamondon-Willard | |
2020-05-16 | simplify single-instance deployment and make MongoDB server optional | Jesse Plamondon-Willard | |