index
:
FlightCore
archive/pre-ui-merge
chore/bump-upload-artifact-action
chore/update-tauri-to-2-0
dependabot/cargo/src-tauri/reqwest-0.12.4
dependabot/cargo/src-tauri/tauri-1.7.1
dependabot/cargo/src-tauri/tauri-plugin-store-0b59bc7
dependabot/npm_and_yarn/src-vue/element-plus-2.8.4
dependabot/npm_and_yarn/src-vue/marked-14.1.2
dependabot/npm_and_yarn/src-vue/typescript-5.6.2
dependabot/npm_and_yarn/src-vue/vue-i18n-9.14.1
dependabot/npm_and_yarn/src-vue/vue-tsc-2.1.6
dependabot/npm_and_yarn/tauri-apps/cli-1.6.2
dev/packages
feat/badge-count-oudated-mods
feat/basic-log-parsing
feat/calculate-checksums-install-folder
feat/change-repair-window-to-tab
feat/cleanup-remote-mods
feat/experimental-egui-support
feat/launch-options-ui
feat/launch-parameters
feat/retry-package-index-fetch
feat/return-of-menu-bar
feat/upgrade-to-packges
feat/verified-mods-tooling
fix/add-empty-dist-folder
fix/handle-failed-download
gh-pages
main
temp/dev
weblate
Installer/Updater/Launcher for Northstar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src-tauri
/
src
/
platform_specific
Age
Commit message (
Expand
)
Author
2023-10-13
refactor: Move repair/verify related funcs to mod (#622)
GeckoEidechse
2023-10-13
refactor: Move `get_host_os` to module (#618)
GeckoEidechse
2023-10-13
refactor: Move platform specific logic to proper mod (#616)
GeckoEidechse
2023-07-18
feat: Add basic Proton management (#383)
Jan
2023-07-02
chore: replace game_scanner usage with winreg (#394)
Jan
2023-03-26
refactor: Replace all `println!()` with log statements (#236)
GeckoEidechse
2023-03-25
fix: Update comment regarding Origin install (#237)
GeckoEidechse
2023-03-22
fix: Remove unnecessary `.to_string()` (#230)
GeckoEidechse
2023-03-22
fix: Address clippy errors in glibc parsing code (#226)
GeckoEidechse
2023-02-25
refactor: Properly set cfg macro for OS conditional compilation (#186)
GeckoEidechse
2023-02-11
refactor: Move various consts to `constants.rs` (#162)
GeckoEidechse
2022-12-02
fix: Stop opening PS to get Origin game path (#99)
GeckoEidechse
2022-11-28
style: Auto-format all Rust code (#84)
GeckoEidechse
2022-10-18
Add ldd --version check for Linux (#10)
Salmon
2022-09-23
Rename function
GeckoEidechse
2022-09-23
Only include OS specific code on said OS
GeckoEidechse
2022-09-23
Move platform specific code into separate file
GeckoEidechse