summaryrefslogtreecommitdiff
path: root/src/common/HPM.c
AgeCommit message (Expand)AuthorFilesLines
2015-08-13Automatic HPM symbol sharingHaru1-38/+0
2015-08-13Removed some unnecessary shared symbols, already present in interfacesHaru1-250/+256
2015-08-13Moved sql_handle into the HPMi interfaceHaru1-8/+0
2015-08-13Added core HPM interfaceHaru1-5/+1
2015-08-13Enabled HPMDataCheck for login and char serversHaru1-1/+1
2015-08-13HPM compatibility improvementsHaru1-25/+13
2015-08-13Added HPMHooking support for common interfacesHaru1-1/+9
2015-08-13Added showmsg HPM interfaceHaru1-9/+3
2015-06-19Improved info/error messages during plugin loadingHaru1-3/+8
2015-06-19Cleaned up some #includesHaru1-0/+1
2015-06-19Removed ".." from include directivesHaru1-16/+16
2015-06-01Plugin load failure now causes Fatal ErrorAncyker1-39/+26
2015-01-20Fixes Compile Error on WindowsDastgir1-2/+3
2015-01-20Minor fixes and tweaks suggested by cppcheckHaru1-10/+10
2015-01-18Command line arguments handling overhaulHaru1-56/+48
2015-01-18Implementing nullpo interface for plugin useshennetsind1-0/+2
2015-01-12Added detailed error message when a plugin fails to loadHaru1-2/+3
2014-12-31Add some missing null pointer checks after automatic checks.Andrei Karas1-12/+15
2014-12-14Fixed some improper grammar.Mysteries1-1/+1
2014-11-16Whitespace cleanup (no code changes)Haru1-121/+119
2014-11-16Moved HPM_s into HPM.c and removed the HPMi_s symbol from the coreHaru1-0/+1
2014-10-28Added preliminary support for char and login server to HPMHookingHaru1-11/+24
2014-10-28Added preliminary support for login and char server in the HPMDataCheckHaru1-8/+72
2014-05-30Fixed typos inside src/Shido1-2/+2
2014-05-13Removed trailing whitespace (sources)Haru1-2/+2
2014-05-10Re-commit of "Fixed order of includes in all source files"Haru1-13/+18
2014-05-10Revert "Fixed order of includes in all source files"panikon1-18/+13
2014-05-09Fixed order of includes in all source filesHaru1-13/+18
2014-04-19Added sysinfo to the exported HPM symbolsHaru1-0/+3
2014-04-17Added sysinfo (System Information) functionalitiesHaru1-2/+0
2014-03-16Added --load-plugin commandline argumentHaru1-2/+7
2014-03-09fixing permission from commit 7dd4dafMatej Pristak1-0/+0
2014-03-06When working with packets with variable length (defined with -1 length) in HPM,Matej Pristak1-1/+1
2014-02-03Fixed Bug 7333shennetsind1-5/+6
2014-02-02Introducing HPM Datacheckshennetsind1-0/+26
2014-01-19HPM Custom Data Struct Expansion: map/instance/party/guildshennetsind1-7/+9
2014-01-18Socket interfacedshennetsind1-5/+1
2014-01-18Libconfig Interfacedshennetsind1-13/+10
2013-12-17Speed up of several procedures that rely on ERS, _mreallocz ('z'ero)shennetsind1-0/+4
2013-12-16Introducing HPM Support for custom battle confsshennetsind1-1/+64
2013-11-25Fixed equip_level_max handling in the sql db convertershennetsind1-0/+2
2013-11-19Sanitized and improved several macros through the codeHaru1-0/+1
2013-11-14Updated db2sql plugin for the needs of the new itemdbshennetsind1-1/+3
2013-11-13HPM Custom Data Struct Makeover!shennetsind1-39/+103
2013-11-09HPM Support for plugin-implemented "--args" (options)shennetsind1-9/+81
2013-10-18Minor HPM Updateshennetsind1-0/+3
2013-10-04HPM: Hooking!shennetsind1-30/+80
2013-09-25Renamed iTimer interface to timer.shennetsind1-1/+1
2013-08-08HPM Updateshennetsind1-26/+241
2013-07-08Fixed compiling errors when CONSOLE_PARSE was disabledshennetsind1-1/+4