Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
have actual defs for CBasePlayer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Hardcode version number
This way, we don't get the wrong version number when launching
Titanfall2.exe via `-northstar`
The hardcoded value should be overwritten by CI on release
Fixes #129
* Set Northstar version in separate header file
* Make `northstar_version` array a constant
* Fix formatting
|
|
|
|
|
|
Properly initializes AuthData structs where used.
This does not get done automatically in debug mode because c++ is weird like that
|
|
* DebugOverlay
yea
* default enable_debug_overlays to 0, and make FCVAR_CHEAT
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
|
|
|
|
Configs suggested by: https://github.com/R2Northstar/NorthstarLauncher/issues/119#issuecomment-1079788384
Closes #119
|
|
|
|
|
|
|