mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
e19413dd5b
--HG-- rename : sourcemm/IPluginManager.h => core/IPluginManager.h rename : sourcemm/ISmmAPI.h => core/ISmmAPI.h rename : sourcemm/ISmmPlugin.h => core/ISmmPlugin.h rename : sourcemm/ISmmPluginExt.h => core/ISmmPluginExt.h rename : sourcemm/LICENSE.txt => core/LICENSE.txt rename : sourcemm/Makefile => core/Makefile rename : sourcemm/changelog.txt => core/changelog.txt rename : sourcemm/episode1/console.cpp => core/episode1/console.cpp rename : sourcemm/episode1/console.h => core/episode1/console.h rename : sourcemm/episode1/convar_smm.h => core/episode1/convar_smm.h rename : sourcemm/episode1/msvc8/sourcemm.sln => core/episode1/msvc8/sourcemm.sln rename : sourcemm/episode1/msvc8/sourcemm.vcproj => core/episode1/msvc8/sourcemm.vcproj rename : sourcemm/episode1/provider_ep1.cpp => core/episode1/provider_ep1.cpp rename : sourcemm/episode1/provider_ep1.h => core/episode1/provider_ep1.h rename : sourcemm/episode1/vsp_listener.cpp => core/episode1/vsp_listener.cpp rename : sourcemm/episode1/vsp_listener.h => core/episode1/vsp_listener.h rename : sourcemm/metamod.cpp => core/metamod.cpp rename : sourcemm/metamod.h => core/metamod.h rename : sourcemm/metamod_console.cpp => core/metamod_console.cpp rename : sourcemm/metamod_console.h => core/metamod_console.h rename : sourcemm/metamod_oslink.cpp => core/metamod_oslink.cpp rename : sourcemm/metamod_oslink.h => core/metamod_oslink.h rename : sourcemm/metamod_plugins.cpp => core/metamod_plugins.cpp rename : sourcemm/metamod_plugins.h => core/metamod_plugins.h rename : sourcemm/metamod_provider.h => core/metamod_provider.h rename : sourcemm/metamod_util.cpp => core/metamod_util.cpp rename : sourcemm/metamod_util.h => core/metamod_util.h rename : sourcemm/episode2/console.cpp => core/provider/console.cpp rename : sourcemm/episode2/console.h => core/provider/console.h rename : sourcemm/episode2/msvc8/sourcemm.sln => core/provider/msvc8/sourcemm.sln rename : sourcemm/episode2/msvc8/sourcemm.vcproj => core/provider/msvc8/sourcemm.vcproj rename : sourcemm/episode2/msvc9/sourcemm.sln => core/provider/msvc9/sourcemm.sln rename : sourcemm/episode2/msvc9/sourcemm.vcproj => core/provider/msvc9/sourcemm.vcproj rename : sourcemm/episode2/provider_ep2.cpp => core/provider/provider_ep2.cpp rename : sourcemm/episode2/provider_ep2.h => core/provider/provider_ep2.h rename : sourcemm/episode2/vsp_listener.cpp => core/provider/vsp_listener.cpp rename : sourcemm/episode2/vsp_listener.h => core/provider/vsp_listener.h rename : sourcehook/FastDelegate.h => core/sourcehook/FastDelegate.h rename : sourcehook/generate/FastDelegate.h => core/sourcehook/generate/FastDelegate.h rename : sourcehook/generate/FastDelegate.hxx => core/sourcehook/generate/FastDelegate.hxx rename : sourcehook/generate/generate => core/sourcehook/generate/generate rename : sourcehook/generate/generate.bat => core/sourcehook/generate/generate.bat rename : sourcehook/generate/sh_memfuncinfo.h => core/sourcehook/generate/sh_memfuncinfo.h rename : sourcehook/generate/sh_memfuncinfo.hxx => core/sourcehook/generate/sh_memfuncinfo.hxx rename : sourcehook/generate/shworker.bin => core/sourcehook/generate/shworker.bin rename : sourcehook/generate/shworker.exe => core/sourcehook/generate/shworker.exe rename : sourcehook/generate/shworker/Makefile => core/sourcehook/generate/shworker/Makefile rename : sourcehook/generate/shworker/fd_hopter.cpp => core/sourcehook/generate/shworker/fd_hopter.cpp rename : sourcehook/generate/shworker/msvc7/shworker.vcproj => core/sourcehook/generate/shworker/msvc7/shworker.vcproj rename : sourcehook/generate/shworker/msvc8/shworker.vcproj => core/sourcehook/generate/shworker/msvc8/shworker.vcproj rename : sourcehook/generate/shworker/shworker.cpp => core/sourcehook/generate/shworker/shworker.cpp rename : sourcehook/generate/sourcehook.h => core/sourcehook/generate/sourcehook.h rename : sourcehook/generate/sourcehook.hxx => core/sourcehook/generate/sourcehook.hxx rename : sourcehook/sh_list.h => core/sourcehook/sh_list.h rename : sourcehook/sh_memfuncinfo.h => core/sourcehook/sh_memfuncinfo.h rename : sourcehook/sh_memory.h => core/sourcehook/sh_memory.h rename : sourcehook/sh_pagealloc.h => core/sourcehook/sh_pagealloc.h rename : sourcehook/sh_stack.h => core/sourcehook/sh_stack.h rename : sourcehook/sh_string.h => core/sourcehook/sh_string.h rename : sourcehook/sh_tinyhash.h => core/sourcehook/sh_tinyhash.h rename : sourcehook/sh_vector.h => core/sourcehook/sh_vector.h rename : sourcehook/sourcehook.cpp => core/sourcehook/sourcehook.cpp rename : sourcehook/sourcehook.h => core/sourcehook/sourcehook.h rename : sourcehook/sourcehook_hookmangen.cpp => core/sourcehook/sourcehook_hookmangen.cpp rename : sourcehook/sourcehook_hookmangen.h => core/sourcehook/sourcehook_hookmangen.h rename : sourcehook/sourcehook_hookmangen_x86.h => core/sourcehook/sourcehook_hookmangen_x86.h rename : sourcehook/sourcehook_impl.h => core/sourcehook/sourcehook_impl.h rename : sourcehook/sourcehook_impl_chook.h => core/sourcehook/sourcehook_impl_chook.h rename : sourcehook/sourcehook_impl_chookidman.h => core/sourcehook/sourcehook_impl_chookidman.h rename : sourcehook/sourcehook_impl_chookmaninfo.h => core/sourcehook/sourcehook_impl_chookmaninfo.h rename : sourcehook/sourcehook_impl_ciface.h => core/sourcehook/sourcehook_impl_ciface.h rename : sourcehook/sourcehook_impl_cproto.h => core/sourcehook/sourcehook_impl_cproto.h rename : sourcehook/sourcehook_impl_cvfnptr.h => core/sourcehook/sourcehook_impl_cvfnptr.h rename : sourcehook/sourcehook_pibuilder.h => core/sourcehook/sourcehook_pibuilder.h rename : sourcehook/test/Makefile => core/sourcehook/test/Makefile rename : sourcehook/test/generate.bat => core/sourcehook/test/generate.bat rename : sourcehook/test/main.cpp => core/sourcehook/test/main.cpp rename : sourcehook/test/msvc7/test.vcproj => core/sourcehook/test/msvc7/test.vcproj rename : sourcehook/test/msvc8/test.vcproj => core/sourcehook/test/msvc8/test.vcproj rename : sourcehook/test/sourcehook_test.h => core/sourcehook/test/sourcehook_test.h rename : sourcehook/test/test1.cpp => core/sourcehook/test/test1.cpp rename : sourcehook/test/test2.cpp => core/sourcehook/test/test2.cpp rename : sourcehook/test/test3.cpp => core/sourcehook/test/test3.cpp rename : sourcehook/test/test4.cpp => core/sourcehook/test/test4.cpp rename : sourcehook/test/testbail.cpp => core/sourcehook/test/testbail.cpp rename : sourcehook/test/testbail.h => core/sourcehook/test/testbail.h rename : sourcehook/test/testbail2.cpp => core/sourcehook/test/testbail2.cpp rename : sourcehook/test/testevents.h => core/sourcehook/test/testevents.h rename : sourcehook/test/testhookmangen.cpp => core/sourcehook/test/testhookmangen.cpp rename : sourcehook/test/testhookmangen.h => core/sourcehook/test/testhookmangen.h rename : sourcehook/test/testhookmangen.hxx => core/sourcehook/test/testhookmangen.hxx rename : sourcehook/test/testlist.cpp => core/sourcehook/test/testlist.cpp rename : sourcehook/test/testmanual.cpp => core/sourcehook/test/testmanual.cpp rename : sourcehook/test/testmulti.cpp => core/sourcehook/test/testmulti.cpp rename : sourcehook/test/testrecall.cpp => core/sourcehook/test/testrecall.cpp rename : sourcehook/test/testreentr.cpp => core/sourcehook/test/testreentr.cpp rename : sourcehook/test/testref.cpp => core/sourcehook/test/testref.cpp rename : sourcehook/test/testrefret.cpp => core/sourcehook/test/testrefret.cpp rename : sourcehook/test/testvphooks.cpp => core/sourcehook/test/testvphooks.cpp rename : sourcemm/svn_version.h => core/svn_version.h rename : sourcemm/svn_version.tpl => core/svn_version.tpl rename : sourcemm/version.rc => core/version.rc
243 lines
7.3 KiB
C++
243 lines
7.3 KiB
C++
#include <string>
|
|
#include "sourcehook_test.h"
|
|
#include "testevents.h"
|
|
#include <stdarg.h>
|
|
|
|
// TEST2
|
|
// Vafmt and Overloaded functions
|
|
namespace
|
|
{
|
|
StateList g_States;
|
|
SourceHook::ISourceHook *g_SHPtr;
|
|
SourceHook::Plugin g_PLID;
|
|
|
|
MAKE_STATE_1(State_EatYams_Called, int);
|
|
MAKE_STATE_1(State_EatYams_Handler_Called, int);
|
|
MAKE_STATE_2(State_Vafmt_Called, int, std::string);
|
|
MAKE_STATE_2(State_Vafmt_PreHandler_Called, int, std::string);
|
|
MAKE_STATE_2(State_Vafmt_PostHandler_Called, int, std::string);
|
|
|
|
class IGaben
|
|
{
|
|
public:
|
|
virtual void EatYams()
|
|
{
|
|
ADD_STATE(State_EatYams_Called(0));
|
|
}
|
|
virtual bool EatYams(const char *location) const
|
|
{
|
|
ADD_STATE(State_EatYams_Called(1));
|
|
return true;
|
|
}
|
|
virtual void Vafmt1(bool param1, int x, const char *fmt, ...)
|
|
{
|
|
va_list ap;
|
|
va_start(ap, fmt);
|
|
char buffer[9999];
|
|
vsnprintf(buffer, 9998, fmt, ap);
|
|
buffer[9998] = 0;
|
|
va_end(ap);
|
|
ADD_STATE(State_Vafmt_Called(1, std::string(buffer)));
|
|
}
|
|
virtual float Vafmt2(const char *fmt, ...)
|
|
{
|
|
va_list ap;
|
|
va_start(ap, fmt);
|
|
char buffer[9999];
|
|
vsnprintf(buffer, 9998, fmt, ap);
|
|
buffer[9998] = 0;
|
|
va_end(ap);
|
|
ADD_STATE(State_Vafmt_Called(2, std::string(buffer)));
|
|
return 0.0f;
|
|
}
|
|
};
|
|
|
|
SH_DECL_HOOK0_void(IGaben, EatYams, SH_NOATTRIB, 0);
|
|
SH_DECL_HOOK1(IGaben, EatYams, const, 1, bool, const char *);
|
|
SH_DECL_HOOK2_void_vafmt(IGaben, Vafmt1, SH_NOATTRIB, 0, bool, int);
|
|
SH_DECL_HOOK0_vafmt(IGaben, Vafmt2, SH_NOATTRIB, 0, float);
|
|
|
|
SH_DECL_EXTERN2_void_vafmt(IGaben, Vafmt1, SH_NOATTRIB, 0, bool, int);
|
|
SH_DECL_EXTERN0_vafmt(IGaben, Vafmt2, SH_NOATTRIB, 0, float);
|
|
|
|
// Hook also using manual hooks!
|
|
SH_DECL_MANUALHOOK0_vafmt(IGaben_Vafmt2, 3, 0, 0, float);
|
|
SH_DECL_MANUALEXTERN0_vafmt(IGaben_Vafmt2, float);
|
|
|
|
SH_DECL_MANUALHOOK2_void_vafmt(IGaben_Vafmt1, 2, 0, 0, bool, int);
|
|
SH_DECL_MANUALEXTERN2_void_vafmt(IGaben_Vafmt1, bool, int);
|
|
|
|
void EatYams0_Handler()
|
|
{
|
|
ADD_STATE(State_EatYams_Handler_Called(0));
|
|
}
|
|
|
|
bool EatYams1_Handler(const char *loc)
|
|
{
|
|
ADD_STATE(State_EatYams_Handler_Called(1));
|
|
return true;
|
|
}
|
|
|
|
void Vafmt1_PreHandler(bool param1, int x, const char *in)
|
|
{
|
|
ADD_STATE(State_Vafmt_PreHandler_Called(1, std::string(in)));
|
|
}
|
|
void Vafmt1_PostHandler(bool param1, int x, const char *in)
|
|
{
|
|
ADD_STATE(State_Vafmt_PostHandler_Called(1, std::string(in)));
|
|
}
|
|
float Vafmt2_PreHandler(const char *in)
|
|
{
|
|
ADD_STATE(State_Vafmt_PreHandler_Called(2, std::string(in)));
|
|
return 0.0f;
|
|
}
|
|
float Vafmt2_PostHandler(const char *in)
|
|
{
|
|
ADD_STATE(State_Vafmt_PostHandler_Called(2, std::string(in)));
|
|
return 0.0f;
|
|
}
|
|
|
|
IGaben *MyInstanceFactory()
|
|
{
|
|
return new IGaben;
|
|
}
|
|
}
|
|
|
|
|
|
bool TestVafmtAndOverload(std::string &error)
|
|
{
|
|
int h1, h2, h3, h4;
|
|
GET_SHPTR(g_SHPtr);
|
|
g_PLID = 1337;
|
|
|
|
IGaben *pGab = MyInstanceFactory();
|
|
CAutoPtrDestruction<IGaben> apd(pGab);
|
|
|
|
// Part 1
|
|
SH_CALL(pGab, static_cast<void (IGaben::*)()>(&IGaben::EatYams))();
|
|
SH_CALL(pGab, static_cast<bool (IGaben::*)(const char *) const>(&IGaben::EatYams))("Here!");
|
|
|
|
h1 = SH_ADD_HOOK(IGaben, EatYams, pGab, EatYams0_Handler, false);
|
|
h2 = SH_ADD_HOOK(IGaben, EatYams, pGab, EatYams1_Handler, false);
|
|
|
|
pGab->EatYams();
|
|
pGab->EatYams("Here!");
|
|
|
|
SH_REMOVE_HOOK_ID(h1);
|
|
SH_REMOVE_HOOK_ID(h2);
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_EatYams_Called(0),
|
|
new State_EatYams_Called(1),
|
|
new State_EatYams_Handler_Called(0),
|
|
new State_EatYams_Called(0),
|
|
new State_EatYams_Handler_Called(1),
|
|
new State_EatYams_Called(1),
|
|
NULL),"Part 1");
|
|
|
|
// Part 2
|
|
pGab->Vafmt1(true, 55, "Hello %s%d%s", "BA", 1, "L");
|
|
SH_CALL(pGab, &IGaben::Vafmt1)(true, 55, "Hello %s%d%s", "BA", 1, "L");
|
|
pGab->Vafmt2("Hello %s%d%s", "BA", 1, "LOPAN");
|
|
SH_CALL(pGab, &IGaben::Vafmt2)("Hello %s%d%s", "BA", 1, "LOPAN");
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Vafmt_Called(1, "Hello BA1L"),
|
|
new State_Vafmt_Called(1, "Hello BA1L"),
|
|
new State_Vafmt_Called(2, "Hello BA1LOPAN"),
|
|
new State_Vafmt_Called(2, "Hello BA1LOPAN"),
|
|
NULL), "Part 2");
|
|
|
|
// Part 3
|
|
h1 = SH_ADD_HOOK(IGaben, Vafmt1, pGab, Vafmt1_PreHandler, false);
|
|
h2 = SH_ADD_HOOK(IGaben, Vafmt1, pGab, Vafmt1_PostHandler, true);
|
|
h3 = SH_ADD_HOOK(IGaben, Vafmt2, pGab, Vafmt2_PreHandler, false);
|
|
h4 = SH_ADD_HOOK(IGaben, Vafmt2, pGab, Vafmt2_PostHandler, true);
|
|
|
|
pGab->Vafmt1(true, 55, "Hello %s%d%s", "BA", 1, "L");
|
|
pGab->Vafmt2("Hello %s%d%s", "BA", 1, "LOPAN");
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Vafmt_PreHandler_Called(1, std::string("Hello BA1L")),
|
|
new State_Vafmt_Called(1, std::string("Hello BA1L")),
|
|
new State_Vafmt_PostHandler_Called(1, std::string("Hello BA1L")),
|
|
|
|
new State_Vafmt_PreHandler_Called(2, std::string("Hello BA1LOPAN")),
|
|
new State_Vafmt_Called(2, std::string("Hello BA1LOPAN")),
|
|
new State_Vafmt_PostHandler_Called(2, std::string("Hello BA1LOPAN")),
|
|
NULL), "Part 3");
|
|
|
|
|
|
// Check LARGE stuff
|
|
char tmpbuf[501];
|
|
for (int i = 0; i < 500; ++i)
|
|
tmpbuf[i] = (i % 10) + '0';
|
|
tmpbuf[500] = 0;
|
|
|
|
pGab->Vafmt2("%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s%s",
|
|
tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf,
|
|
tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf, tmpbuf);
|
|
|
|
char refbuf[SourceHook::STRBUF_LEN];
|
|
for (int i = 0; i < (SourceHook::STRBUF_LEN - 1); ++i)
|
|
refbuf[i] = (i % 10) + '0';
|
|
refbuf[SourceHook::STRBUF_LEN - 1] = 0;
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Vafmt_PreHandler_Called(2, std::string(refbuf)),
|
|
new State_Vafmt_Called(2, std::string(refbuf)),
|
|
new State_Vafmt_PostHandler_Called(2, std::string(refbuf)),
|
|
NULL
|
|
), "Part 3.1");
|
|
|
|
// Part 4
|
|
SH_REMOVE_HOOK_ID(h1);
|
|
SH_REMOVE_HOOK_ID(h2);
|
|
SH_REMOVE_HOOK_ID(h3);
|
|
SH_REMOVE_HOOK_ID(h4);
|
|
|
|
pGab->Vafmt1(true, 55, "Hello %s%d%s", "BA", 1, "L");
|
|
pGab->Vafmt2("Hello %s%d%s", "BA", 1, "LOPAN");
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Vafmt_Called(1, "Hello BA1L"),
|
|
new State_Vafmt_Called(2, "Hello BA1LOPAN"),
|
|
NULL), "Part 4");
|
|
|
|
// Part5: Part3 but with manualhooks
|
|
h1 = SH_ADD_MANUALHOOK(IGaben_Vafmt1, pGab, SH_STATIC(Vafmt1_PreHandler), false);
|
|
h2 = SH_ADD_MANUALHOOK(IGaben_Vafmt1, pGab, SH_STATIC(Vafmt1_PostHandler), true);
|
|
h3 = SH_ADD_MANUALHOOK(IGaben_Vafmt2, pGab, SH_STATIC(Vafmt2_PreHandler), false);
|
|
h4 = SH_ADD_MANUALHOOK(IGaben_Vafmt2, pGab, SH_STATIC(Vafmt2_PostHandler), true);
|
|
|
|
pGab->Vafmt1(true, 55, "Hello %s%d%s", "BA", 1, "L");
|
|
SH_CALL(pGab, &IGaben::Vafmt1)(true, 55, "Hello %s%d%s", "BA", 1, "L");
|
|
SH_MCALL(pGab, IGaben_Vafmt1)(true, 55, "Hello %s%d%s", "BA", 1, "L");
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Vafmt_PreHandler_Called(1, std::string("Hello BA1L")),
|
|
new State_Vafmt_Called(1, std::string("Hello BA1L")),
|
|
new State_Vafmt_PostHandler_Called(1, std::string("Hello BA1L")),
|
|
|
|
// SH_CALL and SH_MCALL
|
|
new State_Vafmt_Called(1, std::string("Hello BA1L")),
|
|
new State_Vafmt_Called(1, std::string("Hello BA1L")),
|
|
NULL), "Part 5.1");
|
|
|
|
pGab->Vafmt2("Hello %s%d%s", "BA", 1, "LOPAN");
|
|
SH_CALL(pGab, &IGaben::Vafmt2)("Hello %s%d%s", "BA", 1, "LOPAN");
|
|
SH_MCALL(pGab, IGaben_Vafmt2)("Hello %s%d%s", "BA", 1, "LOPAN");
|
|
|
|
CHECK_STATES((&g_States,
|
|
new State_Vafmt_PreHandler_Called(2, std::string("Hello BA1LOPAN")),
|
|
new State_Vafmt_Called(2, std::string("Hello BA1LOPAN")),
|
|
new State_Vafmt_PostHandler_Called(2, std::string("Hello BA1LOPAN")),
|
|
|
|
// SH_CALL and SH_MCALL
|
|
new State_Vafmt_Called(2, "Hello BA1LOPAN"),
|
|
new State_Vafmt_Called(2, "Hello BA1LOPAN"),
|
|
NULL), "Part 5.2");
|
|
|
|
return true;
|
|
}
|