aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/playlist.cpp
AgeCommit message (Collapse)Author
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