aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/keyvalues.cpp
AgeCommit message (Collapse)Author
2022-03-26Major exploit fixes and some minor bug fixes/improvements (#117)v1.6.0-rc3KittenPopo
* Added main exploit fixes * Fixed typo in sigscanning.cpp * Fully implemented * Added proper includes for new files * Update README.md * typo * spare me my sanity (fixed ridiculous code) * Added rest of KittenMemUtils * Rename KittenMemUtils * Removed all messy memory edits, implemented NSMem instead * Update NorthstarDedicatedTest.vcxproj * [1] Move everything from securitypatches to ExploitFixes * [2] Move everything from securitypatches to ExploitFixes * Fixed module offsets in stack trace * Fixed UTF8 Parsing (Multiplayer Crash) * Implemented UT8 fix * Update NorthstarDedicatedTest.vcxproj * Update hookutils.cpp * Small fixes * all my homies hate clang-format * Temporarily restore README.md * 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
2022-02-03Format projectNorthstar
2022-01-30Added command line option for custom northstar dirEmma Miler
Added command line option for custom northstar dir https://github.com/orgs/R2Northstar/projects/1#card-76312632
2021-12-30fix various random warningsp0358
2021-11-07early pdiff support and vpk file compilation newline fixBobTheBob
2021-11-06modmanager fixesBobTheBob
2021-11-05reworking modloading codeBobTheBob
2021-10-06add mod enabling/disablingBobTheBob
2021-10-01Revert "small modmanager refactors"BobTheBob
This reverts commit 1ff8e068e62d095775ef2ae54d3685d89238f28c.
2021-09-30small modmanager refactorsBobTheBob
2021-09-04random commit before reworking a large part of launcher codeBobTheBob
2021-08-03fix playlist kv buildingBobTheBob
2021-08-02add dynamic keyvalue building, client serverbrowser stuffBobTheBob