Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-11 | fix new validation not allowing capitals in semver tags | Jesse Plamondon-Willard | |
2018-06-10 | improve semantic version validation | Jesse Plamondon-Willard | |
2018-06-10 | add debris list changed event (#310) | Jesse Plamondon-Willard | |
2018-06-10 | create watcher core (#310) | Jesse Plamondon-Willard | |
2018-06-09 | check minimum compatibility earlier, move some initialising after game starts | Jesse Plamondon-Willard | |
2018-06-09 | add metadata dump option for troubleshooting | Jesse Plamondon-Willard | |
2018-06-09 | fix incorrect error when a mod has no manifest | Jesse Plamondon-Willard | |
2018-06-09 | strip 'noinclude' blocks from release descriptions serverside | Jesse Plamondon-Willard | |
2018-06-09 | make web layout more responsive | Jesse Plamondon-Willard | |
2018-06-09 | fix world_setseason command not normalising season | Jesse Plamondon-Willard | |
2018-06-09 | optimise index page queries | Jesse Plamondon-Willard | |
2018-06-09 | add noindex for parsed logs | Jesse Plamondon-Willard | |
2018-06-08 | Merge branch 'add-harmony' into develop | Jesse Plamondon-Willard | |
# Conflicts: # docs/release-notes.md | |||
2018-06-08 | update compatibility list | Jesse Plamondon-Willard | |
2018-06-08 | minor fixes for log file purge code (#494) | Jesse Plamondon-Willard | |
2018-06-08 | update versions for beta release | Jesse Plamondon-Willard | |
2018-06-08 | detect game install path via Steam library path (#512) | Jesse Plamondon-Willard | |
Thanks to InkyQuill! | |||
2018-06-08 | allow launching multiple instances without manually changing log path (#494) | Jesse Plamondon-Willard | |
2018-06-06 | fix incorrect type alias | Jesse Plamondon-Willard | |
2018-06-06 | rm unneeded ref (#541) | Jesse Plamondon-Willard | |
2018-06-06 | add Harmony patch to fix custom tilesheet handling (#541) | Jesse Plamondon-Willard | |
2018-06-06 | add simple Harmony wrapper for validation, error-handling, etc (#541) | Jesse Plamondon-Willard | |
2018-06-06 | fix a few missing uninstall paths | Jesse Plamondon-Willard | |
2018-06-06 | add Harmony DLL (#541) | Jesse Plamondon-Willard | |
2018-06-06 | only return optional Nexus version if newer (#532) | Jesse Plamondon-Willard | |
2018-06-06 | return file versions from Nexus in web API (#532) | Jesse Plamondon-Willard | |
2018-06-06 | remove obsolete Nexus API client | Jesse Plamondon-Willard | |
2018-06-05 | fix version parsing issues in new toolkit code (#532) | Jesse Plamondon-Willard | |
2018-06-05 | update supporters list | Jesse Plamondon-Willard | |
2018-06-05 | tweak client for reuse in toolkit (#532) | Jesse Plamondon-Willard | |
2018-06-05 | update compatibility list | Jesse Plamondon-Willard | |
2018-06-05 | move manifest parsing into toolkit (#532) | Jesse Plamondon-Willard | |
2018-06-04 | fix broken URL in Nexus update alerts | Jesse Plamondon-Willard | |
2018-06-03 | fix script error on log result page | Jesse Plamondon-Willard | |
2018-06-03 | add log parser banner margin | Jesse Plamondon-Willard | |
2018-06-03 | fix log parser mangling some crossplatform paths | Jesse Plamondon-Willard | |
2018-06-03 | remove unneeded text in log parser to minimise confusion | Jesse Plamondon-Willard | |
2018-06-03 | show debug messages in log parser by default | Jesse Plamondon-Willard | |
2018-06-03 | redesign log parser upload page | Jesse Plamondon-Willard | |
This makes the instructions much more clear and prominent, so it should be more intuitive for players. The previous design often confused users because they saw the big textbox and ignored the little instructions above it. | |||
2018-06-03 | change 'starting game...' log level to Debug | Jesse Plamondon-Willard | |
This makes the message visible to players, to avoid confusion where SMAPI seems to be doing nothing (especially after a pre-load prompt). | |||
2018-06-02 | move web API client into toolkit (#532) | Jesse Plamondon-Willard | |
2018-06-02 | Merge branch 'create-toolkit' into develop | Jesse Plamondon-Willard | |
2018-06-02 | tweak SGame update logic to avoid some edge cases (#310) | Jesse Plamondon-Willard | |
2018-06-02 | remove suppression from new events, add convenience methods (#310) | Jesse Plamondon-Willard | |
Mods should use the new input API to suppress input instead. | |||
2018-06-02 | add input API | Jesse Plamondon-Willard | |
2018-06-02 | update various wiki links | Jesse Plamondon-Willard | |
2018-06-02 | add mouse scroll event (#310) | Jesse Plamondon-Willard | |
2018-06-02 | use value watcher for cursor position (#310) | Jesse Plamondon-Willard | |
2018-06-02 | add Input.CursorMoved event (#310) | Jesse Plamondon-Willard | |
2018-06-02 | add new-style input events (#310) | Jesse Plamondon-Willard | |