Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-04-14 | make crossplatform handling more consistent | Jesse Plamondon-Willard | |
2018-04-13 | add MacOS detection | Jesse Plamondon-Willard | |
2018-03-05 | move `xterm` to top of terminal checking order | Albert Zhang | |
Makes more sense, as `xterm` is much more common than any of the others and we only need a barebones terminal anyway. This also solves errors caused by issues such as https://github.com/mono/mono/issues/6752 | |||
2018-02-24 | update for 2.5 release and simplify assembly info | Jesse Plamondon-Willard | |
2018-02-17 | add install scripts for Linux/Mac (#434) | Jesse Plamondon-Willard | |
2018-02-17 | fix uninstall script not confirming success on Linux/Mac | Jesse Plamondon-Willard | |
2017-12-16 | avoid potential issue in SMAPI's uninstall paths | Jesse Plamondon-Willard | |
2017-11-26 | fix rare installer error on Mac due to generated mcs file (#394) | Jesse Plamondon-Willard | |
2017-10-29 | expand post-install instructions, show Steam launch options value (#375) | Jesse Plamondon-Willard | |
2017-10-29 | add installer version & platform to window title, simplify output (#375) | Jesse Plamondon-Willard | |
2017-10-27 | rename TrainerMod to Console Commands to clarify purpose | Jesse Plamondon-Willard | |
2017-10-24 | fix inconsistent ASCII art letter sizes in readme | Jesse Plamondon-Willard | |
Thanks to Raven on Discord! | |||
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |