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
/
mod_management
/
mod.rs
Age
Commit message (
Expand
)
Author
2023-10-13
refactor: Move `install_mod_wrapper` (#627)
GeckoEidechse
2023-08-08
fix: Fix typo in comment
GeckoEidechse
2023-08-01
refactor Generalise temporary directory structure (#458)
Jan
2023-07-30
refactor: Add Profile to GameInstall (#453)
Jan
2023-07-23
feat: Add basic warning on plugin install (#441)
GeckoEidechse
2023-07-22
feat: Prevent mods with plugins to be installed (#438)
GeckoEidechse
2023-07-21
feat: Support installing Thunderstore packages (#426)
GeckoEidechse
2023-07-19
feat: Add ability to delete package (#425)
GeckoEidechse
2023-07-19
feat: Support reading mods from Northstar `packages` directory (#417)
GeckoEidechse
2023-07-18
refactor: Move code for legacy TS mod deletion to separate file (#424)
GeckoEidechse
2023-07-17
fix: Add regex check for parsing TS mod string (#421)
GeckoEidechse
2023-07-17
feat: Implement `to_string` for `ParsedThunderstoreModString` (#420)
GeckoEidechse
2023-07-16
refactor: Move code for legacy mod install reading to separate file (#416)
GeckoEidechse
2023-07-07
chore: Bump libthermite to `0.6.5` (#409)
GeckoEidechse
2023-06-28
fix: Use empty map for enabled mods (#397)
GeckoEidechse
2023-06-01
feat: Log folder names when indexing mods (#373)
GeckoEidechse
2023-05-29
fix: Return error on TS package index fetch fail (#371)
GeckoEidechse
2023-05-17
feat: Better logging regarding mod installation (#363)
GeckoEidechse
2023-05-10
refactor: Move code from `lib.rs` into `main.rs` (#330)
GeckoEidechse
2023-05-10
refactor: Move `get_enabled_mods` to different source file (#311)
GeckoEidechse
2023-05-10
refactor: Import constants from crate root
GeckoEidechse
2023-05-09
refactor: Move `get_enabled_mods` to `main.rs` (#333)
GeckoEidechse
2023-05-06
refactor: Always remove zip files (#304)
cat_or_not
2023-04-30
refactor: Use error in `ParsedThunderstoreModString::FromStr` instead of pani...
cat_or_not
2023-04-16
Use pass-by-reference where possible (#266)
cat_or_not
2023-04-16
fix: Fix incorrect is_empty check (#270)
GeckoEidechse
2023-03-27
fix: Various clippy fixes (#243)
GeckoEidechse
2023-03-27
fix: Replace `<=0` with `.is_empty()` (#244)
GeckoEidechse
2023-03-26
fix: Remove redundant string conversions (#242)
GeckoEidechse
2023-03-26
refactor: Replace all `println!()` with log statements (#236)
GeckoEidechse
2023-02-11
refactor: Move various consts to `constants.rs` (#162)
GeckoEidechse
2023-02-07
feat: Show mod version in LocalMods View (#159)
GeckoEidechse
2023-02-06
chore: Bump libthermite version to 0.5.2 (#163)
GeckoEidechse
2023-02-06
refactor: Parse using serde deserialisation (#158)
GeckoEidechse
2023-02-02
fix: Prevent ModsView from crashing if Northstar is not installed (#152)
Jan
2023-01-22
chore: Autoformat Rust source files (#143)
GeckoEidechse
2023-01-22
fix: Properly parse mod string (#141)
GeckoEidechse
2023-01-13
refactor: Bump libthermite (#133)
GeckoEidechse
2023-01-08
feat: Delete given Thunderstore mod (#111)
GeckoEidechse
2023-01-04
feat: Add button to delete Northstar mod (#110)
GeckoEidechse
2023-01-04
refactor: Remove unnecessary caller function pattern (#128)
GeckoEidechse
2022-12-12
feat: Expose installed NS mod directory (#109)
GeckoEidechse
2022-12-05
refactor: Move variable to global const (#85)
GeckoEidechse
2022-11-28
style: Auto-format all Rust code (#84)
GeckoEidechse
2022-11-28
feat: Rebuild `enabledmods.json` if value not found (#69)
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-13
feat: Add JSON5 support, allows comments in JSON (#50)
GeckoEidechse
2022-11-10
feat: Parse actually installed mods (#38)
GeckoEidechse
2022-11-07
refactor: Move functions to dedicated file (#41)
GeckoEidechse