Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-11 | Allow origin to start in the background (#108) | Barnaby | |
* Allow origin to start in the background when * fix your format for gods sake | |||
2022-03-03 | Add launcher code for plugin support (#93) | Emma Miler | |
* 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> | |||
2022-02-28 | Autogenerate startup args text files (#99) | Emma Miler | |
Adds `-nostartupargs` | |||
2022-02-17 | Implement stub loading (#81) | pg9182 | |
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 | |||
2022-02-03 | Format project | Northstar | |
2022-01-24 | Misc improvements | p0358 | |
2021-12-31 | Add more clear error message for the most common install mistake | p0358 | |
2021-12-31 | some post-merge changes combined with my local changes | p0358 | |
2021-12-31 | Remove linear allocator | geni | |
2021-12-31 | Clean up | geni | |
2021-12-30 | Restore the functionality of arguments from command line | p0358 | |
2021-12-30 | Refactor and fix of various issues, add run_northstar.txt support | p0358 | |
2021-12-29 | Add direct launcher | p0358 | |
2021-12-19 | openssl support | BobTheBob | |
2021-11-27 | more masterserver stuff and support for devonly/hidden cvars | BobTheBob | |
2021-09-27 | improve some commandline arg stuff | BobTheBob | |
2021-09-27 | read cmdline args from file, disable origin on dedi | BobTheBob | |
2021-09-26 | add CommandLine() and Cbuf_Execute | BobTheBob | |
2021-09-06 | moving to using unpacked for launcher | BobTheBob | |
2021-08-27 | fix launcher steam support (hopefully) through disabling steam overlay | BobTheBob | |
2021-08-25 | deprecate clc_SetPlaylistVarOverride | BobTheBob | |
2021-08-21 | more work on dedicated and launcher | BobTheBob | |
2021-08-18 | lots of launcher stuff | BobTheBob | |