aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/convar.h
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-03Format projectNorthstar
2022-01-30add FindConVar and FindConCommandBobTheBob
2022-01-18make FCVAR_CLIENTCMD_CAN_EXECUTE checks not rely on concommand dispatch ↵BobTheBob
hooks that may be inconsistent across dlls
2021-11-27potential fix for ns_has_agreed_to_send_token not being written to cfgBobTheBob
2021-08-13add local http server for authBobTheBob
2021-08-02add dynamic keyvalue building, client serverbrowser stuffBobTheBob
2021-07-27add pdata support, improve filesystem hooksBobTheBob
2021-07-23add basic vpk file replacementBobTheBob
2021-07-20add basic mod support with support for mod convarsBobTheBob
2021-07-18add rapidjson, move all logging to spdlogBobTheBob
2021-07-17add support for custom convars and concommandsBobTheBob