1
0
mirror of https://github.com/alliedmodders/metamod-source.git synced 2024-12-02 14:24:16 +01:00
HLMetaModOfficial/sourcehook/test
Pavol Marko d2e21fd7f5 - Fixed incorrect use of the const qualifier in __SourceHook_FHMSetOverrideResult* functions
- Fixed SH_MCALL using vtblindex/vtbloffset/thisptroffset from SH_DECL_MANUALHOOK instead of using SH_MFHCls(*)::ms_MFI and thus not obeying SH_MANUALHOOK_RECONFIGURE

--HG--
extra : convert_revision : svn%3Ac2935e3e-5518-0410-8daf-afa5dab7d4e3/trunk%40543
2007-11-04 13:14:35 +00:00
..
msvc7 Removed "trust the prototype" model which could lead to problems. Instead, every CVfnPtr now has a list of hook managers. 2007-10-14 11:59:13 +00:00
msvc8 RETURN_META_MNEWPARAMS(_VALUE), SH_MCALL and SH_MANUALHOOK_RECONFIGURE can now be used if the hook is only declared using SH_DECL_MANUALEXTERN. 2007-11-02 14:36:47 +00:00
main.cpp Changes 2007-10-14 12:15:09 +00:00
Makefile The most incredibly pointless commit ever 2007-03-02 02:43:22 +00:00
sourcehook_test.h Added test case for removing hooks after deleting the instance in question 2007-10-09 14:48:09 +00:00
test1.cpp Added SH_DECL_EXTERN$1, SH_DECL_EXTERN$1_void, SH_DECL_EXTERN$1_vafmt, SH_DECL_EXTERN$1_vafmt_void, SH_DECL_MANUALEXTERN$1 and SH_DECL_MANUALEXTERN$1_void 2007-10-14 16:25:39 +00:00
test2.cpp Added SH_DECL_EXTERN$1, SH_DECL_EXTERN$1_void, SH_DECL_EXTERN$1_vafmt, SH_DECL_EXTERN$1_vafmt_void, SH_DECL_MANUALEXTERN$1 and SH_DECL_MANUALEXTERN$1_void 2007-10-14 16:25:39 +00:00
test3.cpp Subtle bug fixed + tests now more resistant against compiler 2007-10-08 14:20:51 +00:00
test4.cpp Subtle bug fixed + tests now more resistant against compiler 2007-10-08 14:20:51 +00:00
testbail2.cpp Added hook ids 2007-05-07 18:35:59 +00:00
testbail.cpp Added hook ids 2007-05-07 18:35:59 +00:00
testbail.h The most incredibly pointless commit ever 2007-03-02 02:43:22 +00:00
testevents.h The most incredibly pointless commit ever 2007-03-02 02:43:22 +00:00
testlist.cpp Fixed SourceHook::CVector::resize, hopefully fixed callclass crashbug, add vector test to TestList 2006-05-19 13:57:04 +00:00
testmanual.cpp - Fixed incorrect use of the const qualifier in __SourceHook_FHMSetOverrideResult* functions 2007-11-04 13:14:35 +00:00
testmulti.cpp Added hook ids 2007-05-07 18:35:59 +00:00
testrecall.cpp Subtle bug fixed + tests now more resistant against compiler 2007-10-08 14:20:51 +00:00
testreentr.cpp New auto-hookfunc-gen friendly interface 2007-10-07 22:10:07 +00:00
testref.cpp Syntax error 2007-10-12 19:25:20 +00:00
testrefret.cpp Subtle bug fixed + tests now more resistant against compiler 2007-10-08 14:20:51 +00:00
testvphooks.cpp correct ISO for scoping 2007-10-14 12:28:28 +00:00