mirror of
https://github.com/R2Northstar/NorthstarLauncher
synced 2025-11-19 16:43:28 +01:00
main
* fix: FetchModsListFromAPI sets mod state as done when... done Previously, the state was set to DOWNLOADING, which conveniently allowed DownloadMod to run; however, the DOWNLOADING state was not assigned by DownloadMod, leading to nasty issues when calling DownloadMod several times in a row.
NorthstarLauncher
Launcher used to modify Titanfall 2 to allow Northstar mods and custom content to be loaded.
Build
Check BUILD.md for instructions on how to compile, you can also download binaries built by GitHub Actions.
Format
For project coding standards check out STANDARDS.md.
This project uses clang-format, make sure you run clang-format -i --style=file --exclude=primedev/include primedev/*.cpp primedev/*.h when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.
Languages
C++
97%
CMake
1.5%
C
1.4%