Age | Commit message (Collapse) | Author |
|
* rpc
* RPC
* Undoing broken shit
* temp
* Revert "temp"
This reverts commit 4875b5aca2b0d6b03183d220120c03df28759a95.
* Include a whole bunch of new stuff
* fix id
* Added manifest and added some verification
* Fixed my oopsies
* Safety commit
* Moved over to new plugin abi
* Small docs changes and made plugin loading use ABI_VERSION
* Moving discord rpc plugin stuff to a separate repo
* Add some comments to `plugins.cpp`
* Moved internal structs from `plugin_abi.h` to `plugins.cpp`
* Add CLA `-noplugins`
* Code formatting changes so clang-format doesn't scream at me
* i hate clang-format
* why does this fail to build now wtf
* Update plugins.cpp
* Merged and updated to new convar system
* Implemented changes requested in review
* Removed a few more of those nasty comments
* Removed extra build configs
Co-authored-by: BobTheBob <32057864+BobTheBob9@users.noreply.github.com>
|
|
Adds `-nostartupargs`
|
|
|
|
|
|
|
|
* Implement CCvar class with mapped out vtable funcs
* Rebuilded ConVar class + code overhaul to use new system
* ConVar class is now properly mapped out for r2 (0x80 in size).
* Reimplemented and exposed all frequently used ConVar class methods to the SDK.
* Implement frequently used CCvar class methods.
* Implement all CCVarIteratorInternal class methods.
* Performed additional cleanup over the SDK to use new system instead.
* ConVar class improvements + rebuilded ConCommand struct
* Fix actual struct size for ConCommand
|
|
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com>
|
|
|
|
|
|
|
|
Done by using clang-format
Should fix format-check CI error
|
|
This reverts commit 0faa9cfb3a9015ca723f012ca84609f602c7c03c.
|
|
This reverts commit 37212a4d0cb59929af6366b48d0a8cc110f06912.
Reverting this in favor of deletion i guess
|
|
When starting the dedicated server from NorthstarLauncher, always
default to loading the d3d11 and gfsdk stubs from `bin/x64_dedi`. If
the stubs fail to load or `-nostubs` is specified, the launcher reverts
to the old behaviour of using the GPU, or WARP if `-softwared3d11` is
specified.
updates #79
|
|
|
|
Co-authored-by: Nathan TIEN YOU <nathan.tienyou@viacesi.fr>
|
|
* added zlib + gzip
Co-authored-by: Nathan TIEN YOU <nathan.tienyou@viacesi.fr>
|
|
By removing IsDedicated check it allows to use playlistvaroverrides on servers launched through the game (private match / listen server).
It seems it does not have any other effect on the client so far.
|
|
|
|
|
|
This may not seem like much to a passing observer, but this commit took me 30 hours of blood, sweat, tears, IDA debugging, server crashes, and insanity.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
>:(
|
|
Added command line option for custom northstar dir
https://github.com/orgs/R2Northstar/projects/1#card-76312632
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit f23b97708d02e55cdaf6cde11fe003e176d62a85.
We are moving the LEGAL.txt file to the main repository so it can be
used by GitHub actions
|
|
|
|
Server name now supports UTF-8 chars in Unicode codepoints.
Dedicated server now displays server name for better itentification.
|
|
|
|
hooks that may be inconsistent across dlls
|
|
|
|
|
|
|
|
to allow stuffcmds to work
|
|
* Adds LatencyFleX, an open source and vendor agnostic input latency reduction technology similar to Nvidia's Reflex. Currently only works on Linux via Wine/Proton, but future versions may support Windows as well. Falls back to doing nothing if LatencyFleX isn't available.
See here for more information:
https://ishitatsuyuki.github.io/post/latencyflex/
* Add the ability to toggle LatencyFlex on or off with a cvar.
|
|
|