Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-15 | make playlist overrides work on private match | RomeoCantCode | |
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-03 | Format project | Northstar | |
2022-01-25 | use playlist max_players by default rather than requiring arg | BobTheBob | |
2022-01-02 | Merge upstream | p0358 | |
2022-01-02 | remove logging for overwriting max_players | BobTheBob | |
2021-12-30 | fix various random warnings | p0358 | |
2021-12-29 | lock max_players overrides behind commandline arg | BobTheBob | |
2021-12-27 | control server max players in playlist | BobTheBob | |
2021-12-27 | make setplaylistvaroverride support multiple overrides since commandline is ↵ | BobTheBob | |
weird | |||
2021-12-26 | add setplaylistvaroverride command for setting overrides on dedi from ↵ | BobTheBob | |
commandline | |||
2021-12-25 | fix setplaylistvaroverride bug | BobTheBob | |
2021-12-24 | prevent playlist var names over 64 characters and send maxplayers on map change | BobTheBob | |
2021-12-15 | dedi ShowWindow patch | BobTheBob | |
2021-12-03 | slightly awful fix for allocation issues | BobTheBob | |
2021-11-07 | early pdiff support and vpk file compilation newline fix | BobTheBob | |
2021-09-30 | add spewfunc, setplaylistvaroverride, dedicated changes | BobTheBob | |
2021-08-25 | deprecate clc_SetPlaylistVarOverride | BobTheBob | |