aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/lib.rs
AgeCommit message (Collapse)Author
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-23Rename functionGeckoEidechse
2022-09-23Move platform specific code into separate fileGeckoEidechse
2022-09-22Add initial functionality to get NS log filesGeckoEidechse
2022-09-22Import OS specifc libraries only on that OSGeckoEidechse
2022-09-20Periodically check if Northstar is runningGeckoEidechse
2022-09-20Move dependency import to top of fileGeckoEidechse
2022-09-16Show in UI if FlightCore out-of-dateGeckoEidechse
To show user if application is outdated should self-update somehow not work.
2022-09-14Support switching between main release and RCsGeckoEidechse
State is not saved between launches currently.
2022-09-14Add missing `to_lowercase()`GeckoEidechse
WIthout it, the Northstar package would never be found.
2022-09-14Use variable instead of hard-coded stringGeckoEidechse
2022-09-13When launching NS explicetly fail earlyGeckoEidechse
certain unsupported setup combinations
2022-09-13Auto-formatGeckoEidechse
2022-09-11Require Origin to be running to launch Northstarv0.1.0GeckoEidechse
2022-09-11Check if Origin is runningGeckoEidechse
2022-09-10Move launching Northstar to lib.rs source fileGeckoEidechse
2022-09-10Move get host OS function to lib.rsGeckoEidechse
2022-09-10Add initial back-end code for launching NorthstarGeckoEidechse
2022-09-10Add initial front-end code for launching NorthstarGeckoEidechse
2022-09-10Return GameInstall object instead of tupleGeckoEidechse
The object contains the path Titanfall2 is installed in, as well as how it was installed (Steam, Origin, EA-App)
2022-09-10Add install location detection for OriginGeckoEidechse
2022-09-10Store format string in variable before useGeckoEidechse
2022-09-10Delete temp download folder after finished installGeckoEidechse
2022-09-10Apply auto-formatGeckoEidechse
2022-09-10Implement manually selecting TF|2 install locationGeckoEidechse
2022-09-09Add initial Northstar install supportGeckoEidechse
still Steam version only
2022-09-06Add todo commentGeckoEidechse
We should use a passed game_path instead of trying to redetect it
2022-09-01Handle gamepath check if manually selectedGeckoEidechse
as well as Northstar existence and up-to-date check
2022-08-30Pass install type together with locationGeckoEidechse
Install type basically defines how Titanfall2 was installed. Whether it was installed via Steam, Origin, etc.
2022-08-30Move functions to separate source fileGeckoEidechse