Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-23 | fix cryptic error when running installer from inside a zip in Windows | Jesse Plamondon-Willard | |
2018-11-19 | fix installer errors on Windows (#602) | Jesse Plamondon-Willard | |
2018-11-18 | shorten bundle file names (#602) | Jesse Plamondon-Willard | |
2018-11-18 | add build logic from the custom scripts (#602) | Jesse Plamondon-Willard | |
2018-11-18 | hide installer's bundled files to avoid confusion (#602) | Jesse Plamondon-Willard | |
2018-11-18 | fix installer allowing custom mods to be bundled with the install (#602) | Jesse Plamondon-Willard | |
This led to confusion since the installer didn't copy mod subfolders correctly. The installer now explains where to add custom mods instead. | |||
2018-11-09 | Added compatibility with even more terminals | lqdev | |
2018-11-09 | Made the unix launcher compatible with any shell | lqdev | |
2018-11-04 | update HTTP URLs to HTTPS | Jesse Plamondon-Willard | |
2018-10-08 | move marker files into smapi-internal (#582) | Jesse Plamondon-Willard | |
2018-09-18 | prefer xterm when launching SMAPI | Jesse Plamondon-Willard | |
2018-09-02 | add new file to uninstaller (#582, #588) | Jesse Plamondon-Willard | |
2018-08-31 | fix readme filename capitalisation | Jesse Plamondon-Willard | |
2018-08-31 | fix incorrect path in Windows installer (#582, #588) | Jesse Plamondon-Willard | |
2018-08-30 | fix assembly load security exceptions by restructuring installer and adding ↵ | Jesse Plamondon-Willard | |
*.exe.config files (#582, #588) | |||
2018-08-26 | add more default game install paths | Jesse Plamondon-Willard | |
2018-08-25 | add manual install notes for Linux/Mac (#587) | Jesse Plamondon-Willard | |
2018-08-20 | fix broken path in installer (#582) | Jesse Plamondon-Willard | |
2018-08-19 | fix installer's assembly resolution on Linux/Mac (#582) | Jesse Plamondon-Willard | |
2018-08-19 | fix error handling when resolving assemblies (#582) | Jesse Plamondon-Willard | |
2018-08-19 | add installer logic to detect if player moved the bundled mods (#583) | Jesse Plamondon-Willard | |
2018-08-19 | adjust SaveBackup mod to simplify installer logic (#583) | Jesse Plamondon-Willard | |
2018-08-19 | move most SMAPI files into subfolder (#582) | Jesse Plamondon-Willard | |
2018-08-12 | fix redundant text (#554) | Jesse Plamondon-Willard | |
2018-08-11 | let Linux/Mac players choose the console scheme when installing (#554) | Jesse Plamondon-Willard | |
2018-08-11 | overhaul installer display (#554) | Jesse Plamondon-Willard | |
The installer now validates preconditions earlier when possible, and after each step will reset the text and condense details from previous steps. This way players only see info for the current question to avoid confusion, and it's easier to add new steps. | |||
2018-07-09 | add new files to uninstaller | Jesse Plamondon-Willard | |
2018-07-09 | fix installer removing SaveBackup's config.json and previous backups | Jesse Plamondon-Willard | |
2018-06-24 | add project for toolkit interfaces visible to SMAPI mods (#532) | 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-08 | Merge branch 'add-harmony' into develop | Jesse Plamondon-Willard | |
# Conflicts: # docs/release-notes.md | |||
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 a few missing uninstall paths | Jesse Plamondon-Willard | |
2018-06-06 | add Harmony DLL (#541) | Jesse Plamondon-Willard | |
2018-05-25 | add semantic version to toolkit (#532) | Jesse Plamondon-Willard | |
2018-05-23 | fix launch issue for Linux players with some terminals (#489, #526) | Jesse Plamondon-Willard | |
2018-05-20 | Change konsole launch options for newer ncurses | kurumushi | |
This makes konsole tell mono that it is xterm, allowing it to avoid mono/mono#6752 and providing a workaround for #489. | |||
2018-05-16 | tweak renamed folder per discussion with Omegasis (#513) | Jesse Plamondon-Willard | |
2018-05-16 | fix installer deleting Omegasis' SaveBackup mod (#513) | Jesse Plamondon-Willard | |
2018-05-10 | fix some installer messages not using color scheme (#495) | Jesse Plamondon-Willard | |
2018-05-10 | fix references to removed file | Jesse Plamondon-Willard | |
2018-05-10 | use SMAPI's console color scheme logic in installer too (#495) | Jesse Plamondon-Willard | |
2018-05-06 | add error when running Windows installer on Linux/Mac | Jesse Plamondon-Willard | |
2018-05-04 | fix install error on Linux/Mac in some cases | Jesse Plamondon-Willard | |
2018-05-03 | switch back to shared project due to installer issues | Jesse Plamondon-Willard | |
2018-05-02 | compile separate Linux/Mac installer to avoid WMI reference errors (#485) | Jesse Plamondon-Willard | |
2018-05-02 | reorganise to avoid errors deploying web app, fix WMI error in Linux installer | 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 | |