1
mirror of https://github.com/R2Northstar/NorthstarLauncher synced 2025-11-19 16:43:28 +01:00
Rémy Raes 659725f671 fix: MAD race conditions (#874)
* 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.
2025-11-15 22:06:42 +01:00
2025-11-15 22:06:42 +01:00
2021-07-08 15:05:39 +01:00
2024-08-28 02:26:42 +02:00
2024-08-28 02:26:42 +02:00

NorthstarLauncher

Build Status

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.

Description
No description provided
Readme MIT 37 MiB
Languages
C++ 97%
CMake 1.5%
C 1.4%