Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-06 | Fixed crash with plugin loading (#102) | Emma Miler | |
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-21 | Advanced chat: custom messages and client hooks (#74) | Tom Barham | |
Co-authored-by: Emma Miler <27428383+emma-miler@users.noreply.github.com> | |||
2022-02-03 | Format project | Northstar | |
2022-01-30 | Added command line option for custom northstar dir | Emma Miler | |
Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632 | |||
2022-01-29 | add TextMsg logging | HappyDOGE | |
2022-01-28 | initial work on ain file dumping | BobTheBob | |
2022-01-16 | merge with upstream | HappyDOGE | |
2022-01-14 | LatencyFleX Implementation (#41) | Kyle Gospodnetich | |
* 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. | |||
2022-01-14 | Add command line arg to disable logs | Barichello | |
2022-01-14 | automatically apply openssl environment fix for 11th gen intel cpus | BobTheBob | |
2022-01-04 | audio override | HappyDOGE | |
2022-01-03 | merge with upstream | HappyDOGE | |
2022-01-02 | change -waitfordebugger check to use CommandLine() | BobTheBob | |
2022-01-02 | Merge pull request #19 from p0358/main | BobTheBob | |
Big refactor of launching process | |||
2022-01-02 | add chat ratelimits and system for hooking chat messages | BobTheBob | |
2022-01-02 | Merge upstream | p0358 | |
2022-01-02 | add the ability to disable spewfunc logging | BobTheBob | |
2022-01-02 | setup for rpak filesystem hooks | BobTheBob | |
2022-01-01 | Language selection/detection fixes, no more "files corrupted" error, will ↵ | p0358 | |
throw the proper Origin error now :D | |||
2021-12-31 | some post-merge changes combined with my local changes | p0358 | |
2021-12-31 | Clean up | geni | |
2021-12-31 | Remove linear allocator | geni | |
2021-12-31 | Initialize curl in InitialiseNorthstar to avoid disaster | geni | |
2021-12-30 | actually use custom allocation, override allocators of curl and rapidjson | 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-29 | add launcher.dll proxy option | p0358 | |
2021-12-27 | remove hook preload as it's not crossplatform | HappyDOGE | |
use a universal solution instead | |||
2021-12-27 | merge | HappyDOGE | |
2021-12-27 | initial work on maxplayers | HappyDOGE | |
2021-12-26 | fix potentially unsafe concommand | BobTheBob | |
2021-12-18 | attempting to fix a client crash | BobTheBob | |
2021-12-11 | write_persistence fixes and custom mainmenupromos | BobTheBob | |
2021-12-03 | slightly awful fix for allocation issues | BobTheBob | |
2021-12-02 | tier0 code cleanup and loadlibrary hook fix | BobTheBob | |
2021-11-29 | web browser changes and dedi fixes | BobTheBob | |
2021-11-07 | beginning work on new auth | BobTheBob | |
2021-10-25 | fixing some dedi crashes | BobTheBob | |
2021-10-19 | add masterserver mod list support and fix some squirrel issues | BobTheBob | |
2021-10-11 | add server script early persistence writes | BobTheBob | |
2021-10-06 | add mod enabling/disabling | BobTheBob | |
2021-09-30 | add spewfunc, setplaylistvaroverride, dedicated changes | BobTheBob | |
2021-09-27 | read cmdline args from file, disable origin on dedi | BobTheBob | |
2021-09-26 | commandline struct change, dedicated refactor | BobTheBob | |
2021-09-26 | add CommandLine() and Cbuf_Execute | BobTheBob | |
2021-09-09 | add IsValveMod patches | 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 | |