Go to file
GeckoEidechse 1809c22b08
Add editorconfig file (#246)
* Add editorconfig file

It's a cross-editor compatible config file that defines certain editor
behaviour (e.g. adding/removing newline at end of file)

It is supported by major editors like Visual Studio (Code) and by
version control  providers like GitHub.

Should end the constant adding/removing of final newline in PRs

* More settings

- unicode by default
- trim newlines
- use tabs for indentation (ugh)
2022-08-24 22:34:53 +01:00
.github Adjust folder structure (#242) 2022-08-24 00:32:31 +01:00
NorthstarDLL Adjust folder structure (#242) 2022-08-24 00:32:31 +01:00
NorthstarLauncher Adjust folder structure (#242) 2022-08-24 00:32:31 +01:00
loader_launcher_proxy Fix most clang/mingw issues (#226) 2022-08-08 11:12:11 +01:00
loader_wsock32_proxy Adjust folder structure (#242) 2022-08-24 00:32:31 +01:00
.clang-format Update clang-format 2022-04-13 19:30:22 -03:00
.editorconfig Add editorconfig file (#246) 2022-08-24 22:34:53 +01:00
.git-blame-ignore-revs Ignore formatting changes in git blame 2022-02-08 13:25:05 -03:00
.gitattributes Add .gitattributes 2022-02-06 11:38:05 -03:00
.gitignore Initial commit 2021-07-08 15:05:39 +01:00
BUILD.md Update link to Discord server 2022-03-23 03:04:07 -03:00
LICENSE Initial commit 2021-07-08 15:05:39 +01:00
R2Northstar.sln Adjust folder structure (#242) 2022-08-24 00:32:31 +01:00
README.md Adjust folder structure (#242) 2022-08-24 00:32:31 +01: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.