Age | Commit message (Expand) | Author |
2022-11-25 | chore: Update all references of personal repo (#70) | GeckoEidechse |
2022-11-25 | refactor: Move function to dedicated module (#67) | GeckoEidechse |
2022-11-22 | refactor: Start moving NS related logic to own mod (#63) | GeckoEidechse |
2022-11-19 | feat: Return Thunderstore mod string of installed mods. (#56) | GeckoEidechse |
2022-11-19 | feat: Initial support for installing mods from TS (#32) | GeckoEidechse |
2022-11-14 | refactor: Move GitHub API fetch to submodule and re-use existing function (#51) | GeckoEidechse |
2022-11-13 | chore: Bump libthermite version to 0.3.3 (#49) | GeckoEidechse |
2022-11-13 | feat: Add JSON5 support, allows comments in JSON (#50) | GeckoEidechse |
2022-11-13 | refactor: Splice out GH release API fetch function (#47) | GeckoEidechse |
2022-11-11 | refactor: Return Result<> for getting NS version (#46) | GeckoEidechse |
2022-11-10 | feat: Parse actually installed mods (#38) | GeckoEidechse |
2022-11-09 | feat: Patch notes (#18) | Rémy Raes |
2022-11-07 | refactor: Move functions to dedicated file (#41) | GeckoEidechse |
2022-11-03 | refactor: Rename function to better fit behaviour (#40) | GeckoEidechse |
2022-11-03 | fix: Resolve thread crash due to block in async (#39) | GeckoEidechse |
2022-11-02 | refactor: Return error string instead of anyhow!() (#36) | GeckoEidechse |
2022-11-02 | refactor: Make all functions async (#35) | GeckoEidechse |
2022-11-02 | refactor: Use existing function for enabled mods (#34) | GeckoEidechse |
2022-10-21 | feat: Add initial skeleton for ModsView (#27) | GeckoEidechse |
2022-10-20 | refactor: Various formatting and fixes (#23) | GeckoEidechse |
2022-10-20 | fix: Strip leading zeroes from rc version number (#24) | GeckoEidechse |
2022-10-19 | refactor: Use `Result<>` return type for Linux checks (#21) | GeckoEidechse |
2022-10-19 | feat: Manually find game if needed (#7) | Rémy Raes |
2022-10-18 | Add ldd --version check for Linux (#10) | Salmon |
2022-10-05 | feat: Add backend function to check if debug mode | GeckoEidechse |
2022-09-29 | Add backend function to disable all mods but corearchive/pre-ui-merge | GeckoEidechse |
2022-09-29 | Add ability to enable/disable mods | GeckoEidechse |
2022-09-28 | Fix path checked for enabledmods.json | GeckoEidechse |
2022-09-28 | Add backend logic to parse `enabledmods.json` | GeckoEidechse |
2022-09-28 | Auto-format | GeckoEidechse |
2022-09-24 | Add code skeleton to verify game files | GeckoEidechse |
2022-09-23 | Rename function | GeckoEidechse |
2022-09-23 | Only include OS specific code on said OS | GeckoEidechse |
2022-09-23 | Show if debug in version number | GeckoEidechse |
2022-09-23 | Move platform specific code into separate file | GeckoEidechse |
2022-09-22 | Remove left-over functions from original template | GeckoEidechse |
2022-09-22 | Add initial functionality to get NS log files | GeckoEidechse |
2022-09-22 | Import OS specifc libraries only on that OS | GeckoEidechse |
2022-09-20 | Make button to select NS RC persistent | GeckoEidechse |
2022-09-20 | Periodically check if Northstar is running | GeckoEidechse |
2022-09-20 | Move dependency import to top of file | GeckoEidechse |
2022-09-16 | Show in UI if FlightCore out-of-date | GeckoEidechse |
2022-09-14 | Support switching between main release and RCs | GeckoEidechse |
2022-09-14 | Add missing `to_lowercase()` | GeckoEidechse |
2022-09-14 | Use variable instead of hard-coded string | GeckoEidechse |
2022-09-14 | Show error message in panic | GeckoEidechse |
2022-09-13 | When launching NS explicetly fail early | GeckoEidechse |
2022-09-13 | Auto-format | GeckoEidechse |
2022-09-11 | Require Origin to be running to launch Northstarv0.1.0 | GeckoEidechse |
2022-09-11 | Check if Origin is running | GeckoEidechse |