aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/sourceconsole.cpp
AgeCommit message (Collapse)Author
2022-05-27rename project folder (:tf: commit log)BobTheBob
2022-05-26update more stuff to new hook macrosBobTheBob
2022-05-26lots of cleanup and starting moving to new hooking macrosBobTheBob
2022-05-11make cvar print work on dedi, move demo fix stuff, add findflagsBobTheBob
2022-05-10add cvar help and findBobTheBob
2022-05-09use lambdas for dll load callbacks so intellisense shits itself lessBobTheBob
2022-05-09improve showing console for ui script compile errorsBobTheBob
2022-05-09use in-file macros rather than global funcs for registering dll load callbacksBobTheBob
2022-04-13Format projectNorthstar
2022-04-12make toggleconsole FCVAR_DONTRECORD (#140)BobTheBob
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-03Format projectNorthstar
2022-01-30add FindConVar and FindConCommandBobTheBob
2021-09-26add CommandLine() and Cbuf_ExecuteBobTheBob
2021-08-13add local http server for authBobTheBob
2021-07-23add support for building scripts.rson at runtimeBobTheBob
2021-07-21add eval commands and script compile error hookBobTheBob
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
2021-07-11add temp console supportBobTheBob
2021-07-08initial commitBobTheBob