summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 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
This is no longer needed (the changes were added to the game in SDV 1.3.19), and caused an issue since it left out the tilesheet reloading.
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 ↵Jesse Plamondon-Willard
screen-relative pos didn't change (#546)
2018-06-19rewrite update checks (#551)Jesse Plamondon-Willard
2018-06-19Merge pull request #543 from danvolchek/optional-update-checkingJesse Plamondon-Willard
Add version info to IModMetadata, Change update checks to consider preview versions
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
[Console Commands] Add command finds item by name when there is exactly one exact match
2018-06-19Merge pull request #544 from Bpendragon/patch-1Jesse Plamondon-Willard
Update readme.txt to work better with some text editors
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
This is safe since the vanilla game has it set too.
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
Some Text editors (such as Notepad++ and Sublime) allow you to click on a URL in a .txt file and then your default browser will navigate to it just fine. However, these same editors will sometimes get confused by a period at the end of a link and will add it, often leading to a 404. This change simply removes the periods at the end of the two links in the text file allowing these readers to navigate properly.
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
2018-06-10add debris list changed event (#310)Jesse Plamondon-Willard
2018-06-10set mods without updates to have no updatesDan Volchek
2018-06-10refactor IModMetadata update infoDan Volchek
2018-06-10seperate IModMetadata methods, call them correctly when updatingDan Volchek
2018-06-10add version info to ModMetadata, change update checking to consider preview ↵Dan Volchek
versions
2018-06-10remove unused importDan Volchek
2018-06-10find item if there is exactly one exact name matchDan Volchek
2018-06-10create watcher core (#310)Jesse Plamondon-Willard
2018-06-09check minimum compatibility earlier, move some initialising after game startsJesse Plamondon-Willard
2018-06-09add metadata dump option for troubleshootingJesse Plamondon-Willard
2018-06-09fix incorrect error when a mod has no manifestJesse Plamondon-Willard
2018-06-09strip 'noinclude' blocks from release descriptions serversideJesse Plamondon-Willard
2018-06-09make web layout more responsiveJesse Plamondon-Willard
2018-06-09fix world_setseason command not normalising seasonJesse Plamondon-Willard
2018-06-09optimise index page queriesJesse Plamondon-Willard
2018-06-09add noindex for parsed logsJesse Plamondon-Willard
2018-06-08Merge branch 'add-harmony' into developJesse Plamondon-Willard
# Conflicts: # docs/release-notes.md
2018-06-08update compatibility listJesse Plamondon-Willard
2018-06-08minor fixes for log file purge code (#494)Jesse Plamondon-Willard
2018-06-08update versions for beta releaseJesse Plamondon-Willard
2018-06-08detect game install path via Steam library path (#512)Jesse Plamondon-Willard
Thanks to InkyQuill!
2018-06-08allow launching multiple instances without manually changing log path (#494)Jesse Plamondon-Willard
2018-06-06fix incorrect type aliasJesse Plamondon-Willard
2018-06-06rm unneeded ref (#541)Jesse Plamondon-Willard