Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-09 | various rpak loading changes (#135) | BobTheBob | |
* various rpak loading changes * format rpakfilesystem.cpp | |||
2022-03-28 | More exploit fixes by KIttenPopo (#126) | GeckoEidechse | |
* Quick fix for a bug I caused * Typo * Update kitten-fixes branch to my repo (#122) * Added string hash macro * Added convenient vtfunc macro * Made lil ConCommand creation macro * Fixed multiple NET_SetConVar exploits * Quick fixerino * Fix convar struct (and other things) * Revive clang-format (but good, i think) * Update .clang-format * Reformatted code to meet .clang-format requirements * Minor formatting fixes * Fixed Northstar "crashing" when console is closed * Update .clang-format * Quick fix for a bug I caused * Typo * NSMem Update * ExplotFixes: Only block excessive convar counts if server * Update ExploitFixes.cpp * Update ExploitFixes.cpp * Updated bytepatch format * reformatted all code for clang-format * Updated my clang-format to v13.0.0 * 3 fixes in 1 - ANTITAMPER fixed - NSMem simplification update - Fixed bad byte string in serverauthentication.cpp * Improved ExploitFixes logging and NET_SetConVar patch * clang-format unironically sabotaged my code * Made ns_exploitfixes_log on by default * Fixed IsMemoryReadable (oops) Co-authored-by: KittenPopo <Pokeberry123@gmail.com> | |||
2022-03-15 | add mod binks, mod rpak loading, and support for non-preload vpks/rpaks | BobTheBob | |
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 | |||
2021-12-30 | actually use custom allocation, override allocators of curl and rapidjson | p0358 | |
2021-12-20 | auth fix and typo fix | BobTheBob | |
2021-12-19 | openssl support | BobTheBob | |
2021-11-07 | more modmanager improvements | BobTheBob | |
2021-11-06 | modmanager fixes | BobTheBob | |
2021-11-05 | reworking modloading code | BobTheBob | |
2021-10-06 | add mod enabling/disabling | BobTheBob | |
2021-10-01 | Revert "small modmanager refactors" | BobTheBob | |
This reverts commit 1ff8e068e62d095775ef2ae54d3685d89238f28c. | |||
2021-09-30 | small modmanager refactors | BobTheBob | |
2021-08-09 | add mod localisation, say command and more masterserver stuff | BobTheBob | |
2021-08-02 | add dynamic keyvalue building, client serverbrowser stuff | BobTheBob | |
2021-07-28 | improve lookup speeds for mod files | BobTheBob | |
2021-07-25 | wasted a day working on something that didn't end up working, rework some ↵ | BobTheBob | |
modloader code | |||
2021-07-23 | add support for building scripts.rson at runtime | BobTheBob | |
2021-07-23 | add basic vpk file replacement | BobTheBob | |
2021-07-21 | add eval commands and script compile error hook | BobTheBob | |
2021-07-20 | add basic mod support with support for mod convars | BobTheBob | |
2021-07-18 | add rapidjson, move all logging to spdlog | BobTheBob | |