Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-03 | chore: Bump FlightCore version to 2.4.1v2.4.1 | GeckoEidechse | |
2023-08-03 | fix: Go over all folders during cleanup (#469) | GeckoEidechse | |
* fix: Go over all folders during cleanup of early return on error * fix: Remove now unused import | |||
2023-08-03 | refactor: Use `GameInstall` object for PR install functions (#467) | Jan | |
Passes the whole `GameInstall` object instead of individual path to functions related to PR installs. This is done in preparation for #444 | |||
2023-08-03 | fix: Add extract dir to cleanup (#466) | Jan | |
Add extract dir to cleanup | |||
2023-08-02 | chore: Bump FlightCore version to 2.4.0v2.4.0 | GeckoEidechse | |
2023-08-02 | Extract Northstar into temporary location before installing (#456) | Jan | |
This is done in order to enable future changes | |||
2023-08-01 | refactor Generalise temporary directory structure (#458) | Jan | |
The temp folder we create could be reused for a lot more things, like extracting Northstar before moving files into the correct place. As such adjust the naming and structure to accommodate this. | |||
2023-07-31 | refactor: Migrate install related functions to `GameInstall` (#457) | Jan | |
This allows for later extending for installing in the appropriate profile | |||
2023-07-30 | chore: Bump FlightCore version to 2.3.0v2.3.0 | GeckoEidechse | |
2023-07-30 | feat: Add button to forcefully terminate Northstar (#451) | Jan | |
to DevView Kills `NorthstarLauncher.exe` and `Titanfall2.exe` processes. | |||
2023-07-30 | refactor: Replace naive `game_path` argument with `GameInstall` (#454) | GeckoEidechse | |
We should always pass the whole object instead of just a field for easier expandability in the future Co-authored-by: Jan200101 <sentrycraft123@gmail.com> | |||
2023-07-30 | refactor: Add Profile to GameInstall (#453) | Jan | |
Add Profile to GameInstall Replace hardcoded uses of R2Northstar with profile attribute | |||
2023-07-24 | chore: Bump FlightCore version to 2.2.0v2.2.0 | GeckoEidechse | |
2023-07-23 | feat: Add basic warning on plugin install (#441) | GeckoEidechse | |
Plugins in Northstar have unrestricted device access. As such we want to warn user before installing one with an option to abort. | |||
2023-07-22 | chore: Bump FlightCore version to 2.1.0v2.1.0v2.0.1 | GeckoEidechse | |
2023-07-22 | feat: Prevent mods with plugins to be installed (#438) | GeckoEidechse | |
This is a temporary measure until a proper implementation exists that properly warns user before installing plugin | |||
2023-07-22 | chore: Bump Rust dependencies (#439) | GeckoEidechse | |
2023-07-21 | chore: Bump FlightCore version to 2.0.0v2.0.0 | GeckoEidechse | |
2023-07-21 | feat: Support installing Thunderstore packages (#426) | GeckoEidechse | |
Support for installing mods from Thunderstore directly into the `packages` folder. Adds some basic sanity check during installation. After successful installation, the old version of the mod is removed. This includes both from `packages` and from `mods`. | |||
2023-07-20 | feat: Compare Flightcore versions as semver (#423) | Jan | |
development versions are checked with: current_version < newest_version release versions are checked with: current_version != newest_version | |||
2023-07-19 | feat: Add ability to delete package (#425) | GeckoEidechse | |
Adds ability to delete mods from `packages` directory. | |||
2023-07-19 | feat: Support reading mods from Northstar `packages` directory (#417) | GeckoEidechse | |
2023-07-19 | chore: Bump FlightCore version to 1.24.0v1.24.0 | GeckoEidechse | |
2023-07-19 | feat: Replace MessageBoxW invocation with Tauri dialog (#418) | Jan | |
2023-07-18 | feat: Add basic Proton management (#383) | Jan | |
Adds logic to install, remove, and check existing install of NorthstarProton. | |||
2023-07-18 | chore: Bump FlightCore version to 1.23.0v1.23.0 | GeckoEidechse | |
2023-07-18 | feat: Add warning for Snap installations (#399) | Jan | |
Prints a warning to console if snap installation of Steam is detected. | |||
2023-07-18 | refactor: Move code for legacy TS mod deletion to separate file (#424) | GeckoEidechse | |
2023-07-17 | feat: Launch via Steam on non-Windows systems if possible (#422) | Jan | |
2023-07-17 | chore: Bump FlightCore version to 1.22.1v1.22.1 | GeckoEidechse | |
2023-07-17 | fix: Add regex check for parsing TS mod string (#421) | GeckoEidechse | |
Otherwise we accept improper formatted Thunderstore mod strings like `AUTHOR-MOD-VERSION-RANDOM_STUFF` | |||
2023-07-17 | feat: Implement `to_string` for `ParsedThunderstoreModString` (#420) | GeckoEidechse | |
Allows printing `ParsedThunderstoreModString` in the Thunderstore mod string format | |||
2023-07-16 | refactor: Move code for legacy mod install reading to separate file (#416) | GeckoEidechse | |
Moves some logic related to reading legacy installed mods to new file in order to clean up code before adding new logic. | |||
2023-07-15 | chore: Bump FlightCore version to 1.22.0v1.22.0 | GeckoEidechse | |
2023-07-15 | chore: Bump Tauri to 1.4 (#412) | GeckoEidechse | |
2023-07-15 | fix: Address anti-pattern found by newer clippy (#413) | GeckoEidechse | |
Toolchain updated and new clipply managed to find a new anti-pattern. | |||
2023-07-07 | chore: Bump FlightCore version to 1.21.0v1.21.0 | GeckoEidechse | |
2023-07-07 | chore: Bump libthermite to `0.6.5` (#409) | GeckoEidechse | |
And update code accordingly Co-authored-by: AnActualEmerald <emerald_actual@protonmail.com> | |||
2023-07-07 | fix: Pass launch options to Steam (#392) | Jan | |
Relying on a file to be parsed in time is unreliably, and if the file is open while we delete it we may run into locking problems. Downside is that this gives a fugly prompt | |||
2023-07-02 | chore: Bump FlightCore version to 1.20.1v1.20.1 | GeckoEidechse | |
2023-07-02 | fix: Return error instead of panicking | GeckoEidechse | |
Otherwise user will just see infinite loading bar | |||
2023-07-02 | chore: Bump FlightCore version to 1.20.0v1.20.0 | GeckoEidechse | |
2023-07-02 | chore: replace game_scanner usage with winreg (#394) | Jan | |
Slashes a bunch of unnecessary dependencies | |||
2023-06-29 | chore: Bump FlightCore version to 1.19.2v1.19.2 | GeckoEidechse | |
2023-06-28 | fix: Use empty map for enabled mods (#397) | GeckoEidechse | |
if treating enabledmods.json as object fails | |||
2023-06-12 | chore: Bump FlightCore version to 1.19.1v1.19.1 | GeckoEidechse | |
2023-06-11 | chore: Bump FlightCore version to 1.19.0v1.19.0 | GeckoEidechse | |
2023-06-10 | chore: Bump FlightCore version to 1.18.0v1.18.0 | GeckoEidechse | |
2023-06-10 | refactor: Use fully qualified path syntax in `main.rs` (#379) | GeckoEidechse | |
2023-06-04 | chore: Bump FlightCore version to 1.17.1v1.17.1 | GeckoEidechse | |