Age | Commit message (Expand) | Author |
2022-10-18 | Add ldd --version check for Linux (#10) | Salmon |
2022-09-29 | Add ability to enable/disable mods | GeckoEidechse |
2022-09-28 | Fix path checked for enabledmods.json | GeckoEidechse |
2022-09-28 | Add backend logic to parse `enabledmods.json` | GeckoEidechse |
2022-09-23 | Rename function | GeckoEidechse |
2022-09-23 | Move platform specific code into separate file | GeckoEidechse |
2022-09-22 | Add initial functionality to get NS log files | GeckoEidechse |
2022-09-22 | Import OS specifc libraries only on that OS | GeckoEidechse |
2022-09-20 | Periodically check if Northstar is running | GeckoEidechse |
2022-09-20 | Move dependency import to top of file | GeckoEidechse |
2022-09-16 | Show in UI if FlightCore out-of-date | GeckoEidechse |
2022-09-14 | Support switching between main release and RCs | GeckoEidechse |
2022-09-14 | Add missing `to_lowercase()` | GeckoEidechse |
2022-09-14 | Use variable instead of hard-coded string | GeckoEidechse |
2022-09-13 | When launching NS explicetly fail early | GeckoEidechse |
2022-09-13 | Auto-format | GeckoEidechse |
2022-09-11 | Require Origin to be running to launch Northstarv0.1.0 | GeckoEidechse |
2022-09-11 | Check if Origin is running | GeckoEidechse |
2022-09-10 | Move launching Northstar to lib.rs source file | GeckoEidechse |
2022-09-10 | Move get host OS function to lib.rs | GeckoEidechse |
2022-09-10 | Add initial back-end code for launching Northstar | GeckoEidechse |
2022-09-10 | Add initial front-end code for launching Northstar | GeckoEidechse |
2022-09-10 | Return GameInstall object instead of tuple | GeckoEidechse |
2022-09-10 | Add install location detection for Origin | GeckoEidechse |
2022-09-10 | Store format string in variable before use | GeckoEidechse |
2022-09-10 | Delete temp download folder after finished install | GeckoEidechse |
2022-09-10 | Apply auto-format | GeckoEidechse |
2022-09-10 | Implement manually selecting TF|2 install location | GeckoEidechse |
2022-09-09 | Add initial Northstar install support | GeckoEidechse |
2022-09-06 | Add todo comment | GeckoEidechse |
2022-09-01 | Handle gamepath check if manually selected | GeckoEidechse |
2022-08-30 | Pass install type together with location | GeckoEidechse |
2022-08-30 | Move functions to separate source file | GeckoEidechse |