Commit Graph

9 Commits

Author SHA1 Message Date
8dcc
cd3fde56a3 Hook HUD_PostRunCmd and store NextAttacks 2023-07-31 15:36:41 +02:00
8dcc
0625638e31 Hook CalcRefdef, store punchAngles 2023-07-30 20:05:22 +02:00
8dcc
f924628fd9 Add hook comments 2023-07-28 15:33:18 +02:00
8dcc
74f222c1db Hook CL_Move
Cheers, @Lak3!

Also add hooks_restore()
2023-07-25 20:37:45 +02:00
8dcc
b6cdb9a55d Add glColor4f hook
Add GL_HOOK and GL_UNHOOK macros
2023-07-25 14:20:38 +02:00
8dcc
78f0527317 Hook StudioRenderModel 2023-07-24 16:17:57 +02:00
8dcc
25a9a474cf Fix *_H_ defines
_NAME_H -> NAME_H_
Remove comments from sdk.h
Add credits for cl_clientfuncs_s
2023-07-22 16:31:48 +02:00
8dcc
77a8a97a0f Add HUD_Redraw hook 2023-07-21 15:42:01 +02:00
8dcc
ef8504cdc9 Add hooks header
With macros for declaring hooks in header, in code, actually hooking and
calling the originals
Also with CL_CreateMove hooked
2023-07-20 17:42:06 +02:00