Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-06-16 | add section anchors for links from Nexus (#547) | Jesse Plamondon-Willard | |
2018-06-16 | use sharper pufferchick images | Jesse Plamondon-Willard | |
2018-06-16 | update web UI to let players download from new Nexus page (#547) | Jesse Plamondon-Willard | |
2018-06-11 | Update readme.txt to work better with some text editors | David 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-11 | fix log parser not using full width for log | Jesse Plamondon-Willard | |
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 | set mods without updates to have no updates | Dan Volchek | |
2018-06-10 | refactor IModMetadata update info | Dan Volchek | |
2018-06-10 | seperate IModMetadata methods, call them correctly when updating | Dan Volchek | |
2018-06-10 | add version info to ModMetadata, change update checking to consider preview ↵ | Dan Volchek | |
versions | |||
2018-06-10 | remove unused import | Dan Volchek | |
2018-06-10 | find item if there is exactly one exact name match | Dan Volchek | |
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. |