Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-03-23 | Implement KittenPopo exploit fixes (and sanity changes) (#112) | KittenPopo | |
* 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 | |||
2022-03-18 | refactor dll load callbacks to lower number of dedicated.h includes (#109) | BobTheBob | |
2022-02-17 | Implement stub loading (#81) | pg9182 | |
When starting the dedicated server from NorthstarLauncher, always default to loading the d3d11 and gfsdk stubs from `bin/x64_dedi`. If the stubs fail to load or `-nostubs` is specified, the launcher reverts to the old behaviour of using the GPU, or WARP if `-softwared3d11` is specified. updates #79 | |||
2022-02-03 | Format project | Northstar | |
2021-12-30 | fix various random warnings | p0358 | |
2021-12-23 | last minute changes before release | BobTheBob | |
2021-12-21 | dedi cleanup and d3d hooks | BobTheBob | |
2021-12-17 | change placeholder playerdata directory | BobTheBob | |
2021-12-03 | slightly awful fix for allocation issues | BobTheBob | |
2021-12-02 | tier0 code cleanup and loadlibrary hook fix | BobTheBob | |
2021-11-05 | small dedi changes | BobTheBob | |
2021-10-25 | changes to materialsystem patches, still don't fully work | BobTheBob | |
2021-10-25 | fixing some dedi crashes | BobTheBob | |
2021-09-30 | add spewfunc, setplaylistvaroverride, dedicated changes | 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 | |