Go to file
Jack 0438b5c8cf
Cherry pick "remove unnecessary namespaces" from primedev (#618)
Cherry-picks the removal of unnecessary namespaces from `primedev`
https://github.com/F1F7Y/NorthstarPrime/

Co-authored-by: F1F7Y <filip.bartos07@proton.me>
2023-12-20 14:24:07 +01:00
.github Add clang-format config to pack constructor initializers (#608) 2023-12-07 21:17:50 +01:00
NorthstarDLL Cherry pick "remove unnecessary namespaces" from primedev (#618) 2023-12-20 14:24:07 +01:00
NorthstarLauncher Rework `-vanilla` to be a vanilla compatibility mode (#601) 2023-12-14 13:00:26 +01:00
cmake Disable more compression methods for minizip (#602) 2023-12-13 14:56:23 +01:00
loader_wsock32_proxy Support DLLs in Profile from wsock32 proxy (#527) 2023-08-05 18:56:33 +02:00
thirdparty Inital native code for verified mod auto-downloading (#545) 2023-11-03 16:32:41 +01:00
.clang-format Add clang-format config to pack constructor initializers (#608) 2023-12-07 21:17:50 +01:00
.editorconfig Define indent size in editorconfig (#550) 2023-10-04 13:57:34 +02:00
.git-blame-ignore-revs Ignore folder rename (#245) 2022-08-24 23:36:27 +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 Inital native code for verified mod auto-downloading (#545) 2023-11-03 16:32:41 +01:00
BUILD.md Linux build instructions in `BUILD.md` (#531) 2023-09-14 21:11:59 +02:00
CMakeLists.txt Replace vendored libcurl and minhook with submodules (#500) 2023-07-22 02:22:26 +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 Make link to BUILD.md relative to README.md (#571) 2023-10-11 17:43:06 +02:00

README.md

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

This project uses clang-format, make sure you run clang-format -i --style=file NorthstarLauncher/*.cpp NorthstarLauncher/*.h NorthstarDLL/*.cpp NorthstarDLL/*.h when opening a Pull Request. Check the tool's website for instructions on how to integrate it with your IDE.