Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-27 | rename project folder (:tf: commit log) | BobTheBob | |
2022-05-26 | update more stuff to new hook macros | BobTheBob | |
2022-05-26 | lots of cleanup and starting moving to new hooking macros | BobTheBob | |
2022-05-11 | make cvar print work on dedi, move demo fix stuff, add findflags | BobTheBob | |
2022-05-10 | add cvar help and find | BobTheBob | |
2022-05-09 | use lambdas for dll load callbacks so intellisense shits itself less | BobTheBob | |
2022-05-09 | improve showing console for ui script compile errors | BobTheBob | |
2022-05-09 | use in-file macros rather than global funcs for registering dll load callbacks | BobTheBob | |
2022-04-13 | Format project | Northstar | |
2022-04-12 | make toggleconsole FCVAR_DONTRECORD (#140) | BobTheBob | |
2022-03-18 | refactor dll load callbacks to lower number of dedicated.h includes (#109) | BobTheBob | |
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-03 | Format project | Northstar | |
2022-01-30 | add FindConVar and FindConCommand | BobTheBob | |
2021-09-26 | add CommandLine() and Cbuf_Execute | BobTheBob | |
2021-08-13 | add local http server for auth | BobTheBob | |
2021-07-23 | add support for building scripts.rson at runtime | BobTheBob | |
2021-07-21 | add eval commands and script compile error hook | BobTheBob | |
2021-07-20 | add basic mod support with support for mod convars | BobTheBob | |
2021-07-18 | add rapidjson, move all logging to spdlog | BobTheBob | |
2021-07-17 | add support for custom convars and concommands | BobTheBob | |
2021-07-11 | add temp console support | BobTheBob | |
2021-07-08 | initial commit | BobTheBob | |