aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src
AgeCommit message (Expand)Author
2022-12-05refactor: Move variable to global const (#85)GeckoEidechse
2022-12-02refactor: remove useless debug printRemy Raes
2022-12-02fix: Stop opening PS to get Origin game path (#99)GeckoEidechse
2022-12-01feat: Threshold before showing update notification (#98)GeckoEidechse
2022-11-30refactor: Remove the "Origin running" check from frontend (#94)GeckoEidechse
2022-11-28style: Auto-format all Rust code (#84)GeckoEidechse
2022-11-28feat: Rebuild `enabledmods.json` if value not found (#69)GeckoEidechse
2022-11-27feat: Option to launch NS bypassing update check (#59)GeckoEidechse
2022-11-27refactor: Make var containing core mods pub const (#74)GeckoEidechse
2022-11-25chore: Update all references of personal repo (#70)GeckoEidechse
2022-11-25refactor: Move function to dedicated module (#67)GeckoEidechse
2022-11-22refactor: Start moving NS related logic to own mod (#63)GeckoEidechse
2022-11-19feat: Return Thunderstore mod string of installed mods. (#56)GeckoEidechse
2022-11-19feat: Initial support for installing mods from TS (#32)GeckoEidechse
2022-11-14refactor: Move GitHub API fetch to submodule and re-use existing function (#51)GeckoEidechse
2022-11-13chore: Bump libthermite version to 0.3.3 (#49)GeckoEidechse
2022-11-13feat: Add JSON5 support, allows comments in JSON (#50)GeckoEidechse
2022-11-13refactor: Splice out GH release API fetch function (#47)GeckoEidechse
2022-11-11refactor: Return Result<> for getting NS version (#46)GeckoEidechse
2022-11-10feat: Parse actually installed mods (#38)GeckoEidechse
2022-11-09feat: Patch notes (#18)Rémy Raes
2022-11-07refactor: Move functions to dedicated file (#41)GeckoEidechse
2022-11-03refactor: Rename function to better fit behaviour (#40)GeckoEidechse
2022-11-03fix: Resolve thread crash due to block in async (#39)GeckoEidechse
2022-11-02refactor: Return error string instead of anyhow!() (#36)GeckoEidechse
2022-11-02refactor: Make all functions async (#35)GeckoEidechse
2022-11-02refactor: Use existing function for enabled mods (#34)GeckoEidechse
2022-10-21feat: Add initial skeleton for ModsView (#27)GeckoEidechse
2022-10-20refactor: Various formatting and fixes (#23)GeckoEidechse
2022-10-20fix: Strip leading zeroes from rc version number (#24)GeckoEidechse
2022-10-19refactor: Use `Result<>` return type for Linux checks (#21)GeckoEidechse
2022-10-19feat: Manually find game if needed (#7)Rémy Raes
2022-10-18Add ldd --version check for Linux (#10)Salmon
2022-10-05feat: Add backend function to check if debug modeGeckoEidechse
2022-09-29Add backend function to disable all mods but corearchive/pre-ui-mergeGeckoEidechse
2022-09-29Add ability to enable/disable modsGeckoEidechse
2022-09-28Fix path checked for enabledmods.jsonGeckoEidechse
2022-09-28Add backend logic to parse `enabledmods.json`GeckoEidechse
2022-09-28Auto-formatGeckoEidechse
2022-09-24Add code skeleton to verify game filesGeckoEidechse
2022-09-23Rename functionGeckoEidechse
2022-09-23Only include OS specific code on said OSGeckoEidechse
2022-09-23Show if debug in version numberGeckoEidechse
2022-09-23Move platform specific code into separate fileGeckoEidechse
2022-09-22Remove left-over functions from original templateGeckoEidechse
2022-09-22Add initial functionality to get NS log filesGeckoEidechse
2022-09-22Import OS specifc libraries only on that OSGeckoEidechse
2022-09-20Make button to select NS RC persistentGeckoEidechse
2022-09-20Periodically check if Northstar is runningGeckoEidechse
2022-09-20Move dependency import to top of fileGeckoEidechse