No description
Find a file
Allusive 9ddf557948
Some checks failed
CI / format-check (push) Failing after 3s
CI / nix-build (push) Failing after 3s
CI / format-check-cmake-files (push) Failing after 2s
Merge Conflict Auto Label / triage (push) Failing after 1s
CI / build (map[cc:cl name:MSVC]) (push) Has been cancelled
CI / build (map[cc:clang-cl name:LLVM]) (push) Has been cancelled
Default compile constants to 0 if not defined (#932)
* default ifdef constants to 0

---------

Co-authored-by: Will <39478251+sonny-tel@users.noreply.github.com> 
Co-authored-by: Will <39478251+VITALISED@users.noreply.github.com>
2026-08-20 22:33:16 -04:00
.github Cache nix builds on main (#921) 2026-06-01 19:18:06 -04:00
primedev Default compile constants to 0 if not defined (#932) 2026-08-20 22:33:16 -04:00
.clang-format Format constructor initializers in a better way (#775) 2024-08-26 15:13:36 +02:00
.cmake-format.json Add cmake format check to CI (#630) 2024-01-04 00:10:06 +01:00
.editorconfig Define indent size in editorconfig (#550) 2023-10-04 13:57:34 +02:00
.git-blame-ignore-revs Add formatting commit to git-blame-ignore-revs 2024-08-26 15:23:42 +02:00
.gitattributes Update gitattributes vendored code path (#496) 2023-07-01 20:06:37 -04:00
.gitignore Add nix shell support (#896) 2026-02-18 20:00:38 +01:00
.gitmodules Folder restructuring from primedev (#624) 2023-12-27 01:32:01 +01:00
BUILD.md Improved flake.nix (#905) 2026-03-27 00:38:50 +01:00
CMakeLists.txt Force _WIN32_WINNT variable (#770) 2024-10-01 14:28:58 +02:00
CMakeSettings.json Don't include the various libcurl test build targets (#916) 2026-05-07 00:07:50 +02:00
Dockerfile Ensure whitespace indentation is consistent in Dockerfile (#809) 2024-09-03 23:53:31 +02:00
flake.lock Pin clang version to 16 for formatting in the flake (#911) 2026-05-06 22:59:04 +02:00
flake.nix fix version eval in flake (#929) 2026-08-12 22:09:18 -04:00
LICENSE Initial commit 2021-07-08 15:05:39 +01:00
README.md Document coding standards (#779) 2024-08-28 02:26:42 +02:00
STANDARDS.md Document coding standards (#779) 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.