summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-28add support for writing versions to JSONJesse Plamondon-Willard
2018-06-28use mod DB in web API to get default update keys for mod IDs (#532)Jesse Plamondon-Willard
2018-06-28simplify mod DB method (#532)Jesse Plamondon-Willard
2018-06-27add log parser option to view raw logJesse Plamondon-Willard
2018-06-27tweak log parser logic to handle new levels automaticallyJesse Plamondon-Willard
2018-06-27add method to get all data records (#532)Jesse Plamondon-Willard
2018-06-27fix mod DB entry with no ID (#532)Jesse Plamondon-Willard
2018-06-27encapsulate mod DB a bit better for use outside SMAPI (#532)Jesse Plamondon-Willard
2018-06-27move mod DB parsing into toolkit (#532)Jesse Plamondon-Willard
2018-06-26update Game1.Draw overrideJesse Plamondon-Willard
2018-06-26fix update checks failing when some mods don't have a mod IDJesse Plamondon-Willard
2018-06-26bump versions for beta releaseJesse Plamondon-Willard
2018-06-25fix build issueJesse Plamondon-Willard
2018-06-25bump versions for experimental releaseJesse Plamondon-Willard
2018-06-25dispose assembly data once mods are loadedJesse Plamondon-Willard
2018-06-24update compatibility listJesse Plamondon-Willard
2018-06-24add mod build config option to ignore custom files by regex (#549)Jesse Plamondon-Willard
2018-06-24only rewrite type references if necessary (#532)Jesse Plamondon-Willard
2018-06-24move type match lambda up into TypeFinder (#532)Jesse Plamondon-Willard
2018-06-24fix ISemanticVersion deserialisation errors (#532)Jesse Plamondon-Willard
2018-06-24merge IManifest interfaces into new project (#532)Jesse Plamondon-Willard
2018-06-24merge ISemanticVersion interfaces into new project (#532)Jesse Plamondon-Willard
2018-06-24add project for toolkit interfaces visible to SMAPI mods (#532)Jesse Plamondon-Willard
2018-06-24update to Mono.Cecil 0.10Jesse Plamondon-Willard
2018-06-24update analyzer packagesJesse Plamondon-Willard
2018-06-24update web/toolkit packagesJesse Plamondon-Willard
2018-06-24update unit test packagesJesse Plamondon-Willard
2018-06-24fix .targets indentation rulesJesse Plamondon-Willard
2018-06-24fix input API not exposed through helperJesse Plamondon-Willard
2018-06-24add more verbose logs to simplify troubleshootingJesse Plamondon-Willard
2018-06-22drop support for mods without IDs in metadata fileJesse Plamondon-Willard
2018-06-22remove seasonal tilesheet patch (#552)Jesse Plamondon-Willard
2018-06-20fix list_items and player_add commands not handling secret notesJesse Plamondon-Willard
2018-06-19bump versions for beta releaseJesse Plamondon-Willard
2018-06-19 add absolute pixels to ICursorPosition, fix tile not updated if screen-relat...Jesse Plamondon-Willard
2018-06-19rewrite update checks (#551)Jesse Plamondon-Willard
2018-06-19Merge pull request #543 from danvolchek/optional-update-checkingJesse Plamondon-Willard
2018-06-19refactor player_add command a bit (#542)Jesse Plamondon-Willard
2018-06-19Merge pull request #542 from danvolchek/exact-add-commandJesse Plamondon-Willard
2018-06-19Merge pull request #544 from Bpendragon/patch-1Jesse Plamondon-Willard
2018-06-19update compatibility listJesse Plamondon-Willard
2018-06-17set 'large address aware' flag on SMAPI executable to fix memory issues (#431)Jesse Plamondon-Willard
2018-06-16Merge branch 'feature/nexus-links' into developJesse Plamondon-Willard
2018-06-16add section anchors for links from Nexus (#547)Jesse Plamondon-Willard
2018-06-16use sharper pufferchick imagesJesse Plamondon-Willard
2018-06-16update web UI to let players download from new Nexus page (#547)Jesse Plamondon-Willard
2018-06-11Update readme.txt to work better with some text editorsDavid Camp
2018-06-11fix log parser not using full width for logJesse Plamondon-Willard
2018-06-11fix new validation not allowing capitals in semver tagsJesse Plamondon-Willard
2018-06-10improve semantic version validationJesse Plamondon-Willard