Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-18 | refactor dll load callbacks to lower number of dedicated.h includes (#109) | BobTheBob | |
2022-03-15 | move to using g_pCVar more | BobTheBob | |
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-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-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-14 | Add command line arg to disable logs | Barichello | |
2022-01-14 | Update date format in dump files | Barichello | |
2022-01-04 | Merge pull request #18 from GeckoEidechse/main | Barichello | |
Make timestamp year-month-day | |||
2022-01-03 | merge with upstream | HappyDOGE | |
2022-01-02 | Merge upstream | p0358 | |
2022-01-02 | add the ability to disable spewfunc logging | BobTheBob | |
2022-01-01 | log curl output to the windows console (I think it was intended to work, but ↵ | p0358 | |
it doesn't if you use original exe before this change) | |||
2021-12-30 | fix various random warnings | p0358 | |
2021-12-29 | add proper stack traces to crash handler | BobTheBob | |
2021-12-29 | Make timestamp year-month-day | GeckoEidechse | |
instead of day-month-year | |||
2021-12-28 | implement svc_Print, copy NS hostname to source cvar | HappyDOGE | |
2021-12-27 | fix status command not working for server operator | HappyDOGE | |
2021-12-26 | ensure exception logging doesn't happen when a debugger is attached | BobTheBob | |
2021-12-26 | add better native crash logging and minidump creation | BobTheBob | |
2021-12-14 | add netchan processing limits | BobTheBob | |
2021-09-30 | add spewfunc, setplaylistvaroverride, dedicated changes | BobTheBob | |
2021-07-21 | add some basic filesystem stuff and client/ui script callbacks | BobTheBob | |
2021-07-21 | add log file support | BobTheBob | |
2021-07-18 | add rapidjson, move all logging to spdlog | BobTheBob | |
2021-07-17 | add support for custom convars and concommands | BobTheBob | |
2021-07-08 | initial commit | BobTheBob | |