aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDedicatedTest/clientchathooks.cpp
AgeCommit message (Expand)Author
2022-05-27rename project folder (:tf: commit log)BobTheBob
2022-05-26lots of cleanup and starting moving to new hooking macrosBobTheBob
2022-05-21remove unnecessary header filesBobTheBob
2022-05-13move sqvm funcs into wrappers in the manager classBobTheBob
2022-05-12formatting changesBobTheBob
2022-05-09use lambdas for dll load callbacks so intellisense shits itself lessBobTheBob
2022-05-09refactor some squirrel stuff and ingame compilation error messageBobTheBob
2022-05-09move sqvm funcs to sq managersBobTheBob
2022-05-09use in-file macros rather than global funcs for registering dll load callbacksBobTheBob
2022-03-18refactor dll load callbacks to lower number of dedicated.h includes (#109)BobTheBob
2022-03-15move to using g_pCVar moreBobTheBob
2022-03-06Fix #101, chat hook memory leak (#105)Tom Barham
2022-02-25use vanilla chat logic if codecallbacks are missingBobTheBob
2022-02-21Advanced chat: custom messages and client hooks (#74)Tom Barham