mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2024-11-29 11:24:19 +01:00
1d9949e1a0
--HG-- rename : core-1.4/CPlugin.cpp => core-legacy/CPlugin.cpp rename : core-1.4/CPlugin.h => core-legacy/CPlugin.h rename : core-1.4/CSmmAPI.cpp => core-legacy/CSmmAPI.cpp rename : core-1.4/CSmmAPI.h => core-legacy/CSmmAPI.h rename : core-1.4/IPluginManager.h => core-legacy/IPluginManager.h rename : core-1.4/ISmmAPI.h => core-legacy/ISmmAPI.h rename : core-1.4/ISmmPlugin.h => core-legacy/ISmmPlugin.h rename : core-1.4/Makefile => core-legacy/Makefile rename : core-1.4/concommands.cpp => core-legacy/concommands.cpp rename : core-1.4/concommands.h => core-legacy/concommands.h rename : core-1.4/convar_smm.h => core-legacy/convar_smm.h rename : core-1.4/msvc7/sourcemm.sln => core-legacy/msvc7/sourcemm.sln rename : core-1.4/msvc7/sourcemm.vcproj => core-legacy/msvc7/sourcemm.vcproj rename : core-1.4/msvc8/sourcemm.sln => core-legacy/msvc8/sourcemm.sln rename : core-1.4/msvc8/sourcemm.vcproj => core-legacy/msvc8/sourcemm.vcproj rename : core-1.4/msvc9/sourcemm.sln => core-legacy/msvc9/sourcemm.sln rename : core-1.4/msvc9/sourcemm.vcproj => core-legacy/msvc9/sourcemm.vcproj rename : core-1.4/oslink.cpp => core-legacy/oslink.cpp rename : core-1.4/oslink.h => core-legacy/oslink.h rename : core-1.4/sourcehook.cpp => core-legacy/sourcehook.cpp rename : core-1.4/sourcehook/FastDelegate.h => core-legacy/sourcehook/FastDelegate.h rename : core-1.4/sourcehook/generate/FastDelegate.h => core-legacy/sourcehook/generate/FastDelegate.h rename : core-1.4/sourcehook/generate/FastDelegate.hxx => core-legacy/sourcehook/generate/FastDelegate.hxx rename : core-1.4/sourcehook/generate/generate => core-legacy/sourcehook/generate/generate rename : core-1.4/sourcehook/generate/generate.bat => core-legacy/sourcehook/generate/generate.bat rename : core-1.4/sourcehook/generate/sh_memfuncinfo.h => core-legacy/sourcehook/generate/sh_memfuncinfo.h rename : core-1.4/sourcehook/generate/sh_memfuncinfo.hxx => core-legacy/sourcehook/generate/sh_memfuncinfo.hxx rename : core-1.4/sourcehook/generate/shworker.bin => core-legacy/sourcehook/generate/shworker.bin rename : core-1.4/sourcehook/generate/shworker.exe => core-legacy/sourcehook/generate/shworker.exe rename : core-1.4/sourcehook/generate/shworker/Makefile => core-legacy/sourcehook/generate/shworker/Makefile rename : core-1.4/sourcehook/generate/shworker/fd_hopter.cpp => core-legacy/sourcehook/generate/shworker/fd_hopter.cpp rename : core-1.4/sourcehook/generate/shworker/msvc7/shworker.vcproj => core-legacy/sourcehook/generate/shworker/msvc7/shworker.vcproj rename : core-1.4/sourcehook/generate/shworker/msvc8/shworker.vcproj => core-legacy/sourcehook/generate/shworker/msvc8/shworker.vcproj rename : core-1.4/sourcehook/generate/shworker/shworker.cpp => core-legacy/sourcehook/generate/shworker/shworker.cpp rename : core-1.4/sourcehook/generate/sourcehook.h => core-legacy/sourcehook/generate/sourcehook.h rename : core-1.4/sourcehook/generate/sourcehook.hxx => core-legacy/sourcehook/generate/sourcehook.hxx rename : core-1.4/sourcehook/sh_list.h => core-legacy/sourcehook/sh_list.h rename : core-1.4/sourcehook/sh_memfuncinfo.h => core-legacy/sourcehook/sh_memfuncinfo.h rename : core-1.4/sourcehook/sh_memory.h => core-legacy/sourcehook/sh_memory.h rename : core-1.4/sourcehook/sh_stack.h => core-legacy/sourcehook/sh_stack.h rename : core-1.4/sourcehook/sh_string.h => core-legacy/sourcehook/sh_string.h rename : core-1.4/sourcehook/sh_tinyhash.h => core-legacy/sourcehook/sh_tinyhash.h rename : core-1.4/sourcehook/sh_vector.h => core-legacy/sourcehook/sh_vector.h rename : core-1.4/sourcehook/sourcehook.cpp => core-legacy/sourcehook/sourcehook.cpp rename : core-1.4/sourcehook/sourcehook.h => core-legacy/sourcehook/sourcehook.h rename : core-1.4/sourcehook/sourcehook_impl.h => core-legacy/sourcehook/sourcehook_impl.h rename : core-1.4/sourcehook/test/Makefile => core-legacy/sourcehook/test/Makefile rename : core-1.4/sourcehook/test/main.cpp => core-legacy/sourcehook/test/main.cpp rename : core-1.4/sourcehook/test/msvc7/test.vcproj => core-legacy/sourcehook/test/msvc7/test.vcproj rename : core-1.4/sourcehook/test/msvc8/test.vcproj => core-legacy/sourcehook/test/msvc8/test.vcproj rename : core-1.4/sourcehook/test/sourcehook_test.h => core-legacy/sourcehook/test/sourcehook_test.h rename : core-1.4/sourcehook/test/test1.cpp => core-legacy/sourcehook/test/test1.cpp rename : core-1.4/sourcehook/test/test2.cpp => core-legacy/sourcehook/test/test2.cpp rename : core-1.4/sourcehook/test/test3.cpp => core-legacy/sourcehook/test/test3.cpp rename : core-1.4/sourcehook/test/test4.cpp => core-legacy/sourcehook/test/test4.cpp rename : core-1.4/sourcehook/test/testbail.cpp => core-legacy/sourcehook/test/testbail.cpp rename : core-1.4/sourcehook/test/testbail.h => core-legacy/sourcehook/test/testbail.h rename : core-1.4/sourcehook/test/testbail2.cpp => core-legacy/sourcehook/test/testbail2.cpp rename : core-1.4/sourcehook/test/testevents.h => core-legacy/sourcehook/test/testevents.h rename : core-1.4/sourcehook/test/testlist.cpp => core-legacy/sourcehook/test/testlist.cpp rename : core-1.4/sourcehook/test/testmanual.cpp => core-legacy/sourcehook/test/testmanual.cpp rename : core-1.4/sourcehook/test/testmulti.cpp => core-legacy/sourcehook/test/testmulti.cpp rename : core-1.4/sourcehook/test/testrecall.cpp => core-legacy/sourcehook/test/testrecall.cpp rename : core-1.4/sourcehook/test/testreentr.cpp => core-legacy/sourcehook/test/testreentr.cpp rename : core-1.4/sourcehook/test/testref.cpp => core-legacy/sourcehook/test/testref.cpp rename : core-1.4/sourcehook/test/testrefret.cpp => core-legacy/sourcehook/test/testrefret.cpp rename : core-1.4/sourcemm.cpp => core-legacy/sourcemm.cpp rename : core-1.4/sourcemm.h => core-legacy/sourcemm.h rename : core-1.4/svn_version.h => core-legacy/svn_version.h rename : core-1.4/svn_version.tpl => core-legacy/svn_version.tpl rename : core-1.4/util.cpp => core-legacy/util.cpp rename : core-1.4/util.h => core-legacy/util.h rename : core-1.4/version.rc => core-legacy/version.rc rename : core-1.4/vsp_listener.cpp => core-legacy/vsp_listener.cpp rename : core-1.4/vsp_listener.h => core-legacy/vsp_listener.h
158 lines
4.4 KiB
C++
158 lines
4.4 KiB
C++
/* ======== SourceMM ========
|
|
* Copyright (C) 2004-2008 Metamod:Source Development Team
|
|
* No warranties of any kind
|
|
*
|
|
* License: zlib/libpng
|
|
*
|
|
* Author(s): David "BAILOPAN" Anderson
|
|
* ============================
|
|
*/
|
|
|
|
#ifndef _INCLUDE_CPLUGIN_H
|
|
#define _INCLUDE_CPLUGIN_H
|
|
|
|
/**
|
|
* @brief Implementation of Plugin API and Management routines
|
|
* @file CPlugin.cpp
|
|
*/
|
|
|
|
#include <interface.h>
|
|
#include <eiface.h>
|
|
#include "convar_smm.h"
|
|
#include "IPluginManager.h"
|
|
#include "oslink.h"
|
|
#include "sh_list.h"
|
|
#include "sh_string.h"
|
|
|
|
/**
|
|
* History of plugin versions: (M=min, C=current)
|
|
* 1: Initial interface
|
|
* 2: Added GetLogTag()
|
|
* 3: Moved GetApiVersion() to top (2005-04-16)
|
|
* 4: Added AllPluginsLoaded() callback (2005-04-18)
|
|
* 5: Bumped version for SourceHook V4 (2005-05-01)
|
|
* 6: Added functions for console printing (2005-05-26)
|
|
* M 7: Changed template libraries (2005-08-11)
|
|
* New loading structure mechanism
|
|
* New SourceHook version
|
|
* 8: New SourceHook version (2005-12-23)
|
|
* New ISmmAPI additions
|
|
* 9: New ISmmPluginManager additions
|
|
* C 10: Added VSP listen functions to ISmmAPI and IMetamodListener (2007-02-09)
|
|
*/
|
|
|
|
#define PLAPI_MIN_VERSION 7
|
|
|
|
namespace SourceMM
|
|
{
|
|
struct CNameAlias
|
|
{
|
|
SourceHook::String alias;
|
|
SourceHook::String value;
|
|
};
|
|
|
|
struct CPluginEventHandler
|
|
{
|
|
bool got_vsp;
|
|
IMetamodListener *event;
|
|
};
|
|
|
|
/**
|
|
* @brief Implements Plugin Manager API
|
|
*/
|
|
class CPluginManager : public ISmmPluginManager
|
|
{
|
|
public:
|
|
/**
|
|
* @brief Internal structure for holding plugin data
|
|
*/
|
|
class CPlugin
|
|
{
|
|
public:
|
|
CPlugin();
|
|
public:
|
|
PluginId m_Id;
|
|
SourceHook::String m_File;
|
|
Pl_Status m_Status;
|
|
PluginId m_Source;
|
|
ISmmPlugin *m_API;
|
|
HINSTANCE m_Lib;
|
|
SourceHook::List<ConCommandBase *> m_Cvars;
|
|
SourceHook::List<ConCommandBase *> m_Cmds;
|
|
SourceHook::List<CPluginEventHandler> m_Events;
|
|
};
|
|
public:
|
|
CPluginManager();
|
|
~CPluginManager();
|
|
void SetAllLoaded();
|
|
public:
|
|
PluginId Load(const char *file, PluginId source, bool &already, char *error, size_t maxlen);
|
|
bool Unload(PluginId id, bool force, char *error, size_t maxlen);
|
|
bool Pause(PluginId id, char *error, size_t maxlen);
|
|
bool Unpause(PluginId id, char *error, size_t maxlen);
|
|
bool UnloadAll();
|
|
void SetAlias(const char *alias, const char *value);
|
|
public:
|
|
bool Query(PluginId id, const char *&file, Pl_Status &status, PluginId &source);
|
|
bool QueryRunning(PluginId id, char *error, size_t maxlength);
|
|
bool QueryHandle(PluginId id, void *&handle);
|
|
|
|
void AddPluginCvar(ISmmPlugin *api, ConCommandBase *pCvar);
|
|
void AddPluginCmd(ISmmPlugin *api, ConCommandBase *pCmd);
|
|
void RemovePluginCvar(ISmmPlugin *api, ConCommandBase *pCvar);
|
|
void RemovePluginCmd(ISmmPlugin *api, ConCommandBase *pCmd);
|
|
|
|
/**
|
|
* @brief Finds a plugin by Id
|
|
*
|
|
* @param id Id of plugin
|
|
* @return CPlugin on success, NULL otherwise
|
|
*/
|
|
CPlugin *FindById(PluginId id);
|
|
|
|
CPlugin *FindByAPI(ISmmPlugin *api);
|
|
|
|
/**
|
|
* @brief Attempts to reload a failed plugin
|
|
*
|
|
* @param id Id of plugin
|
|
* @param error Error message buffer
|
|
* @param len Maximum length of buffer
|
|
* @return True on success, false otherwise
|
|
*/
|
|
bool Retry(PluginId id, char *error, size_t len);
|
|
|
|
//get alias info
|
|
const char *LookupAlias(const char *alias);
|
|
SourceHook::List<SourceMM::CNameAlias *>::iterator _alias_begin();
|
|
SourceHook::List<SourceMM::CNameAlias *>::iterator _alias_end();
|
|
|
|
//Internal iterators
|
|
SourceHook::List<SourceMM::CPluginManager::CPlugin *>::iterator _begin();
|
|
SourceHook::List<SourceMM::CPluginManager::CPlugin *>::iterator _end();
|
|
|
|
void SetVSPAsLoaded();
|
|
unsigned int GetPluginCount();
|
|
const char *GetStatusText(CPlugin *pl);
|
|
private:
|
|
//These are identical internal functions for the wrappers above.
|
|
CPlugin *_Load(const char *file, PluginId source, char *error, size_t maxlen);
|
|
bool _Unload(CPlugin *pl, bool force, char *error, size_t maxlen);
|
|
bool _Pause(CPlugin *pl, char *error, size_t maxlen);
|
|
bool _Unpause(CPlugin *pl, char *error, size_t maxlen);
|
|
void UnregAllConCmds(CPlugin *pl);
|
|
private:
|
|
PluginId m_LastId;
|
|
SourceHook::List<CPlugin *> m_Plugins;
|
|
SourceHook::List<CNameAlias *> m_Aliases;
|
|
bool m_AllLoaded;
|
|
};
|
|
};
|
|
|
|
typedef SourceHook::List<SourceMM::CPluginManager::CPlugin *>::iterator PluginIter;
|
|
|
|
/** @brief Singleton for plugin manager */
|
|
extern SourceMM::CPluginManager g_PluginMngr;
|
|
|
|
#endif //_INCLUDE_CPLUGIN_H
|