summaryrefslogtreecommitdiff
path: root/src/common/HPM.h
AgeCommit message (Expand)AuthorFilesLines
2018-07-12Fix dateUnknown1-1/+1
2018-06-18Remove flag RTLD_DEEPBIND from dlopen.Andrei Karas1-5/+1
2016-08-20Re-added HPM support for configuration settingsHaru1-1/+2
2016-08-19Added option to make plugin-defined battle config entries optionalHaru1-0/+1
2016-08-19Ported battle.conf to libconfigHaru1-1/+4
2016-04-30Moved HPMHooking-related definitions to plugins/HPMHooking.hHaru1-4/+5
2016-01-25Fix packet id being sent encrypted to Hercules Plugin Manager.hemagx1-1/+1
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-3/+19
2015-12-13- Fixed #723 now it's possible to retrieve Battle Config Settings from plugin...Your Name1-1/+3
2015-10-11Cleanup of the HPluginData implementation (second part)Haru1-10/+16
2015-10-11Cleanup of the HPluginData implementation (First part)Haru1-8/+12
2015-10-11Changed HPM->cmdline_plugins to a VECTOR and renamed to HPM->cmdline_load_plu...Haru1-2/+1
2015-10-11Changed HPM->confs to a VECTOR and renamed to HPM->config_listenersHaru1-2/+1
2015-10-11Changed HPM->fnames to a vector type, renamed to HPM->filenamesHaru1-2/+5
2015-10-11Changed HPM->packets[] into an array of VECTORHaru1-2/+1
2015-10-11Changed HPM->symbols to a VECTORHaru1-5/+7
2015-10-11Replaced HPM->plugins with a VECTORHaru1-2/+2
2015-08-15Automatic HPM symbol sharingHaru1-2/+0
2015-08-15HPM compatibility improvementsHaru1-3/+2
2015-06-19Removed ".." from include directivesHaru1-2/+2
2015-01-18Command line arguments handling overhaulHaru1-14/+6
2015-01-12Added detailed error message when a plugin fails to loadHaru1-0/+2
2014-11-16Moved HPM_s into HPM.c and removed the HPMi_s symbol from the coreHaru1-1/+1
2014-10-28Added preliminary support for login and char server in the HPMDataCheckHaru1-1/+3
2014-07-11Fixed reserved __identifier violationsHaru1-3/+3
2014-05-30Fixed typos inside src/Shido1-1/+1
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-1/+5
2014-05-10Revert "Fixed order of includes in all source files"panikon1-5/+1
2014-05-09Fixed order of includes in all source filesHaru1-1/+5
2014-04-17Whitespace cleanupHaru1-1/+1
2014-03-16Added --load-plugin commandline argumentHaru1-1/+1
2014-02-02Introducing HPM Datacheckshennetsind1-3/+5
2014-01-19HPM Custom Data Struct Expansion: map/instance/party/guildshennetsind1-1/+1
2013-12-16Introducing HPM Support for custom battle confsshennetsind1-0/+11
2013-12-17Changed plugin extension from .so to .dylib on OS XHaru1-1/+3
2013-11-19Sanitized and improved several macros through the codeHaru1-12/+12
2013-11-13HPM Custom Data Struct Makeover!shennetsind1-0/+8
2013-11-09HPM Support for plugin-implemented "--args" (options)shennetsind1-0/+13
2013-10-04HPM: Hooking!shennetsind1-2/+6
2013-08-30Changed dlopen to use RTLD_DEEPBIND where availableHaru1-3/+7
2013-08-08HPM Updateshennetsind1-1/+31
2013-05-15HPM Updateshennetsind1-1/+1
2013-05-03Fixed Bug #7212shennetsind1-1/+1
2013-05-02Introducing Hercules Plugin Manangershennetsind1-0/+83