Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-13 | Format project | Northstar | |
2022-04-12 | more changes to mod rpak loading (#139) | BobTheBob | |
* more changes to mod rpak loading * reformat | |||
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-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-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-03 | Format project | Northstar | |
2022-01-21 | Limit title update interval to 500ms | pg9182 | |
2022-01-20 | Fixes and optimizations around title and server names | wolf109909 | |
Server name now supports UTF-8 chars in Unicode codepoints. Dedicated server now displays server name for better itentification. | |||
2022-01-18 | improve dedicated startup | BobTheBob | |
2022-01-15 | run server autoexec after engine init from cbuf rather than commandline parm ↵ | BobTheBob | |
to allow stuffcmds to work | |||
2022-01-03 | merge with upstream | HappyDOGE | |
2021-12-31 | some post-merge changes combined with my local changes | p0358 | |
2021-12-31 | Replace Tier0_InitOrigin hook with patch | geni | |
2021-12-30 | fix various random warnings | p0358 | |
2021-12-29 | add launcher.dll proxy option | p0358 | |
2021-12-28 | fix quick edit enabled message | HappyDOGE | |
2021-12-28 | add parm checks for dedicated input + disable quick edit | HappyDOGE | |
2021-12-28 | dedicated console command input | HappyDOGE | |
2021-12-21 | dedi cleanup and d3d hooks | BobTheBob | |
2021-12-21 | fix some timing issues on dedi | BobTheBob | |
2021-12-15 | dedi ShowWindow patch | BobTheBob | |
2021-12-11 | write_persistence fix | BobTheBob | |
2021-12-05 | fix a bug with dedi not setting playlist max_players right | BobTheBob | |
2021-12-02 | tier0 code cleanup and loadlibrary hook fix | BobTheBob | |
2021-11-29 | web browser changes and dedi fixes | BobTheBob | |
2021-11-05 | small dedi changes | BobTheBob | |
2021-10-25 | fixing some dedi crashes | BobTheBob | |
2021-09-30 | add maxplayers to dedi window title | BobTheBob | |
2021-09-30 | add spewfunc, setplaylistvaroverride, dedicated changes | BobTheBob | |
2021-09-27 | dedi works now | BobTheBob | |
2021-09-27 | improve some commandline arg stuff | BobTheBob | |
2021-09-27 | read cmdline args from file, disable origin on dedi | BobTheBob | |
2021-09-26 | fix CEngine and HostState structs | 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 | |
2021-08-25 | deprecate clc_SetPlaylistVarOverride | BobTheBob | |
2021-08-21 | more work on dedicated and launcher | BobTheBob | |
2021-08-18 | lots of launcher stuff | BobTheBob | |
2021-07-23 | add basic vpk file replacement | BobTheBob | |
2021-07-21 | add some basic filesystem stuff and client/ui script callbacks | BobTheBob | |
2021-07-17 | add support for custom convars and concommands | BobTheBob | |
2021-07-11 | add temp console support | BobTheBob | |
2021-07-08 | initial commit | BobTheBob | |