index
:
FlightCore
archive/pre-ui-merge
chore/bump-upload-artifact-action
chore/update-tauri-to-2-0
dependabot/cargo/src-tauri/const_format-0.2.33
dependabot/cargo/src-tauri/reqwest-0.12.4
dependabot/cargo/src-tauri/tauri-1.7.1
dependabot/cargo/src-tauri/tauri-plugin-store-fa8ee1d
dependabot/cargo/src-tauri/ts-rs-10.0.0
dependabot/npm_and_yarn/src-vue/element-plus-2.8.6
dependabot/npm_and_yarn/src-vue/marked-14.1.3
dependabot/npm_and_yarn/src-vue/typescript-5.6.3
dependabot/npm_and_yarn/src-vue/vue-i18n-10.0.4
dependabot/npm_and_yarn/src-vue/vue-tsc-2.1.10
dependabot/npm_and_yarn/tauri-apps/api-2.0.3
dependabot/npm_and_yarn/tauri-apps/cli-2.0.4
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
/
northstar
Age
Commit message (
Expand
)
Author
2024-01-17
refactor: Make launching via Steam an arg passed to backend (#753)
GeckoEidechse
2023-12-28
feat: Delete previous core mod files (#659)
GeckoEidechse
2023-10-13
refactor: Move `convert_release_candidate_number` (#629)
GeckoEidechse
2023-10-13
refactor: Move relevant functions to northstar module (#626)
GeckoEidechse
2023-10-13
refactor: Move NS installation logic to module (#619)
GeckoEidechse
2023-10-13
refactor: Move `get_host_os` to module (#618)
GeckoEidechse
2023-10-10
feat: Add button to delete profile (#603)
GeckoEidechse
2023-10-10
feat: Remove compatibility tool check (#607)
Jan
2023-09-18
Allow ProtonGE to be used as a compatibility tool (#533)
Ombrezz
2023-09-08
fix: Remove hashes around raw string literal (#547)
GeckoEidechse
2023-08-08
feat: Add dropdown menu for profiles (#494)
Jan
2023-08-04
Move DLL into Profile for non default Profiles (#465)
Jan
2023-08-02
Extract Northstar into temporary location before installing (#456)
Jan
2023-08-01
refactor Generalise temporary directory structure (#458)
Jan
2023-07-31
refactor: Migrate install related functions to `GameInstall` (#457)
Jan
2023-07-30
refactor: Replace naive `game_path` argument with `GameInstall` (#454)
GeckoEidechse
2023-07-30
refactor: Add Profile to GameInstall (#453)
Jan
2023-07-18
feat: Add warning for Snap installations (#399)
Jan
2023-07-17
feat: Launch via Steam on non-Windows systems if possible (#422)
Jan
2023-07-07
chore: Bump libthermite to `0.6.5` (#409)
GeckoEidechse
2023-07-02
fix: Return error instead of panicking
GeckoEidechse
2023-05-22
refactor: Change error messages and function names to EA App (#362)
GeckoEidechse
2023-05-20
fix: Handle case when failing to connect to TS while trying to install NS (#364)
GeckoEidechse
2023-05-17
feat: Better logging regarding mod installation (#363)
GeckoEidechse
2023-05-15
refactor: Remove caller pattern (#356)
GeckoEidechse
2023-05-13
refactor: Move Origin/NS running check to util mod (#355)
GeckoEidechse
2023-05-13
refactor: Move `extract` function to util submod (#354)
GeckoEidechse
2023-05-13
refactor: Move `find_game_install_location` to submodule (#350)
GeckoEidechse
2023-05-11
refactor: Move NS install code into own module (#345)
GeckoEidechse
2023-05-10
refactor: Move code from `lib.rs` into `main.rs` (#330)
GeckoEidechse
2023-05-10
refactor: Move `check_mod_version_number`
GeckoEidechse
2023-05-09
refactor: Move `launch_northstar` to own module (#338)
GeckoEidechse
2023-04-16
Use pass-by-reference where possible (#266)
cat_or_not
2023-03-21
feat: Proper logging (#223)
GeckoEidechse
2023-02-11
refactor: Move various consts to `constants.rs` (#162)
GeckoEidechse
2022-11-27
refactor: Make var containing core mods pub const (#74)
GeckoEidechse
2022-11-22
refactor: Start moving NS related logic to own mod (#63)
GeckoEidechse