Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-12 | enable nullable annotations in installer (#837) | Jesse Plamondon-Willard | |
2022-04-06 | enable nullable annotations by default (#837) | Jesse Plamondon-Willard | |
This adds `#nullable disable` to all existing code (except where null is impossible like enum files), so it can be migrated incrementally. | |||
2022-04-06 | use target-typed new | Jesse Plamondon-Willard | |
2021-11-28 | restructure installer for .NET 5 changes | Jesse Plamondon-Willard | |
2021-03-07 | keep window open when installer crashes | Jesse Plamondon-Willard | |
2020-08-23 | minor cleanup | Jesse Plamondon-Willard | |
2020-07-26 | use ordinal comparison/sorting instead of invariant | Jesse Plamondon-Willard | |
2019-09-14 | fix typos and inconsistent spelling | Jesse Plamondon-Willard | |
2018-12-27 | tweak comment header convention | 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 | hide installer's bundled files to avoid confusion (#602) | 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-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 | |
2017-10-07 | reorganise repo structure | Jesse Plamondon-Willard | |