Age | Commit message (Expand) | Author |
2018-05-11 | rename 'install.exe' to 'install on Windows.exe' to avoid confusion | Jesse Plamondon-Willard |
2018-05-08 | improve GitHub support guidelines | Jesse Plamondon-Willard |
2018-05-05 | enforce mod ID convention (only alphanumeric, hyphen, dot, and underscore) | Jesse Plamondon-Willard |
2018-05-05 | fix input suppression not working in some cases | Jesse Plamondon-Willard |
2018-05-05 | rewrite location events for multiplayer | Jesse Plamondon-Willard |
2018-05-04 | fix install error on Linux/Mac in some cases | Jesse Plamondon-Willard |
2018-05-04 | add LocationEvents.ObjectsChanged event | Jesse Plamondon-Willard |
2018-05-04 | load game synchronously to fix asset loader/editor errors | Jesse Plamondon-Willard |
2018-05-03 | add prompt when in beta channel and a new version is found | Jesse Plamondon-Willard |
2018-05-03 | add semanticVersion.IsPrerelease() | Jesse Plamondon-Willard |
2018-05-02 | fix log parser not recognising content packs with no description (#481) | Jesse Plamondon-Willard |
2018-05-01 | add public platform constant for mods | Jesse Plamondon-Willard |
2018-05-01 | unify SMAPI.AssemblyRewriters and SMAPI.Common projects | Jesse Plamondon-Willard |
2018-04-28 | update wiki links | Jesse Plamondon-Willard |
2018-04-25 | update for upcoming 2.6 beta release | Jesse Plamondon-Willard |
2018-04-25 | simplify beta channel logic (#457) | Jesse Plamondon-Willard |
2018-04-25 | add friendly error when game can't load audio (#472) | Jesse Plamondon-Willard |
2018-04-25 | update release notes, refactor a bit (#474) | Jesse Plamondon-Willard |
2018-04-25 | update release notes, tweak formatting (#477) | Jesse Plamondon-Willard |
2018-04-25 | update release notes, minor tweaks (#475) | Jesse Plamondon-Willard |
2018-04-25 | add default GOG install path | Jesse Plamondon-Willard |
2018-04-25 | fix misplaced release notes (#453) | Jesse Plamondon-Willard |
2018-04-23 | show update-key warnings before checking mod status, enable in non-dev mode | Jesse Plamondon-Willard |
2018-04-22 | rewrite input suppression (#453) | Jesse Plamondon-Willard |
2018-04-22 | don't send chatbox input to mods (#453) | Jesse Plamondon-Willard |
2018-04-21 | rewrite world/player state tracking (#453) | Jesse Plamondon-Willard |
2018-04-19 | fix GetApi interface validation errors not naming interface | Jesse Plamondon-Willard |
2018-04-17 | add warning in developer mode for mods with no update keys | Jesse Plamondon-Willard |
2018-04-14 | update references to old warning IDs (#471) | Jesse Plamondon-Willard |
2018-04-14 | rewrite analyzers to match more cases, use readable warning IDs (#471) | Jesse Plamondon-Willard |
2018-04-14 | fix world_settime command sometimes breaking NPC schedules | Jesse Plamondon-Willard |
2018-04-14 | make crossplatform handling more consistent | Jesse Plamondon-Willard |
2018-04-13 | use light-background color scheme on Mac by default | Jesse Plamondon-Willard |
2018-04-13 | add MacOS detection | Jesse Plamondon-Willard |
2018-04-13 | fix console color scheme for PowerShell, and make it configurable | Jesse Plamondon-Willard |
2018-04-13 | split mod DB into a separate file | Jesse Plamondon-Willard |
2018-04-11 | fix draft releases being detected as update candidates | Jesse Plamondon-Willard |
2018-04-11 | fix error when two content packs use different capitalisation for the same re... | Jesse Plamondon-Willard |
2018-04-11 | fix error when a remote mod version is invalid (#462) | Jesse Plamondon-Willard |
2018-04-11 | fix crash when player has duplicate item references | Jesse Plamondon-Willard |
2018-04-10 | Merge branch 'feature/mod-code-analysis' into develop | Jesse Plamondon-Willard |
2018-04-10 | add code analyzers to release notes | Jesse Plamondon-Willard |
2018-04-10 | warn for fields which no longer work (#471) | Jesse Plamondon-Willard |
2018-04-10 | tweak analyzer code & documentation (#471) | Jesse Plamondon-Willard |
2018-04-10 | add context properties for multiplayer, update release notes (#453) | Jesse Plamondon-Willard |
2018-04-09 | warn when directly using a net field that has a non-net wrapper (#471) | Jesse Plamondon-Willard |
2018-04-09 | add mod code analyzers to detect implicit net field conversion issues (#471) | Jesse Plamondon-Willard |
2018-03-30 | fix mods not being loaded if an optional dependency is installed but skipped | Jesse Plamondon-Willard |
2018-03-29 | add success/error banner to log parser page | Jesse Plamondon-Willard |
2018-03-26 | update for 2.5.4 release | Jesse Plamondon-Willard |