Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | ConVar class rebuild (#90) | Kawe Mazidjatari | |
* 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 | |||
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-17 | Revert "Compress previous logs and dump files on launch (#73)" | Barichello | |
This reverts commit 0faa9cfb3a9015ca723f012ca84609f602c7c03c. | |||
2022-02-15 | Compress previous logs and dump files on launch (#73) | Legonzaur | |
* added zlib + gzip Co-authored-by: Nathan TIEN YOU <nathan.tienyou@viacesi.fr> | |||
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-20 | Revert "Add legal notices file to builds" | Barichello | |
This reverts commit f23b97708d02e55cdaf6cde11fe003e176d62a85. We are moving the LEGAL.txt file to the main repository so it can be used by GitHub actions | |||
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-05 | Add legal notices file to builds | Jonathan Rubenstein | |
2022-01-04 | revert vcxproj | HappyDOGE | |
2022-01-04 | fix crash when reloading mods when an override is played | HappyDOGE | |
2022-01-04 | audio override | HappyDOGE | |
2022-01-03 | merge with upstream | HappyDOGE | |
2022-01-02 | Merge upstream | p0358 | |
2022-01-02 | initial work for ban system | 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-30 | yeet unneeded two libs | p0358 | |
2021-12-30 | Merge upstream | p0358 | |
2021-12-29 | remove x86 configurations | p0358 | |
2021-12-29 | move to libcurl for masterserver as libhttp seems to be buggy and have bad ↵ | BobTheBob | |
error reporting for client | |||
2021-12-27 | change toolset back to v143 | HappyDOGE | |
2021-12-27 | merge | HappyDOGE | |
2021-12-27 | initial work on maxplayers | HappyDOGE | |
2021-12-26 | add better native crash logging and minidump creation | BobTheBob | |
2021-12-26 | fix potentially unsafe concommand | BobTheBob | |
2021-12-19 | openssl support | 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-27 | more masterserver stuff and support for devonly/hidden cvars | BobTheBob | |
2021-11-07 | beginning work on new auth | BobTheBob | |
2021-11-07 | more modmanager improvements | 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 ns_leave_to_lobby command | BobTheBob | |
2021-09-09 | add IsValveMod patches | BobTheBob | |
2021-08-25 | deprecate clc_SetPlaylistVarOverride | BobTheBob | |
2021-08-09 | add mod localisation, say command and more masterserver stuff | BobTheBob | |
2021-08-06 | add support for connecting to servers from masterserver | BobTheBob | |
2021-08-05 | add support for requesting server list from masterserver | BobTheBob | |
2021-08-02 | add dynamic keyvalue building, client serverbrowser stuff | BobTheBob | |
2021-07-29 | add script api for mods and add temp fix for scripts.rson not loading right | BobTheBob | |
2021-07-27 | add pdata support, improve filesystem hooks | BobTheBob | |
2021-07-23 | add support for building scripts.rson at runtime | BobTheBob | |