aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/playlist.cpp
AgeCommit message (Collapse)Author
2022-03-23Implement 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-18refactor dll load callbacks to lower number of dedicated.h includes (#109)BobTheBob
2022-02-23ConVar 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-15make playlist overrides work on private matchRomeoCantCode
By removing IsDedicated check it allows to use playlistvaroverrides on servers launched through the game (private match / listen server). It seems it does not have any other effect on the client so far.
2022-02-03Format projectNorthstar
2022-01-25use playlist max_players by default rather than requiring argBobTheBob
2022-01-02Merge upstreamp0358
2022-01-02remove logging for overwriting max_playersBobTheBob
2021-12-30fix various random warningsp0358
2021-12-29lock max_players overrides behind commandline argBobTheBob
2021-12-27control server max players in playlistBobTheBob
2021-12-27make setplaylistvaroverride support multiple overrides since commandline is ↵BobTheBob
weird
2021-12-26add setplaylistvaroverride command for setting overrides on dedi from ↵BobTheBob
commandline
2021-12-25fix setplaylistvaroverride bugBobTheBob
2021-12-24prevent playlist var names over 64 characters and send maxplayers on map changeBobTheBob
2021-12-15dedi ShowWindow patchBobTheBob
2021-12-03slightly awful fix for allocation issuesBobTheBob
2021-11-07early pdiff support and vpk file compilation newline fixBobTheBob
2021-09-30add spewfunc, setplaylistvaroverride, dedicated changesBobTheBob
2021-08-25deprecate clc_SetPlaylistVarOverrideBobTheBob