No description
Find a file
GeckoEidechse 37452ee2db
Document coding standards (#779)
Adds documentation explaining the coding standards to follow.

Co-authored-by: F1F7Y <64418963+F1F7Y@users.noreply.github.com>
2024-08-28 02:26:42 +02:00
.github Add option to manually run merge conflict label action (#760) 2024-08-08 17:13:46 +02:00
primedev Remove uses of Autohook from clientruihooks.cpp (#783) 2024-08-27 23:31:31 +02: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 Move to cmake (#467) 2023-06-22 11:47:46 +02:00
.gitmodules Folder restructuring from primedev (#624) 2023-12-27 01:32:01 +01:00
BUILD.md Add instructions to build with podman (#686) 2024-04-05 19:33:19 +02:00
CMakeLists.txt Use static MSVC Runtime Library (#718) 2024-06-22 12:03:04 +02:00
CMakeSettings.json Add RelWithDebInfo configuration (#483) 2023-06-28 23:16:30 -04:00
Dockerfile Linux build instructions in BUILD.md (#531) 2023-09-14 21:11:59 +02: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.