Age | Commit message (Expand) | Author | Files | Lines |
2015-08-15 | Automatic HPM symbol sharing | Haru | 1 | -38/+0 |
2015-08-15 | Removed some unnecessary shared symbols, already present in interfaces | Haru | 1 | -250/+256 |
2015-08-15 | Moved sql_handle into the HPMi interface | Haru | 1 | -8/+0 |
2015-08-15 | Added core HPM interface | Haru | 1 | -5/+1 |
2015-08-15 | Enabled HPMDataCheck for login and char servers | Haru | 1 | -1/+1 |
2015-08-15 | HPM compatibility improvements | Haru | 1 | -25/+13 |
2015-08-15 | Added HPMHooking support for common interfaces | Haru | 1 | -1/+9 |
2015-08-15 | Added showmsg HPM interface | Haru | 1 | -9/+3 |
2015-06-19 | Improved info/error messages during plugin loading | Haru | 1 | -3/+8 |
2015-06-19 | Cleaned up some #includes | Haru | 1 | -0/+1 |
2015-06-19 | Removed ".." from include directives | Haru | 1 | -16/+16 |
2015-06-01 | Plugin load failure now causes Fatal Error | Ancyker | 1 | -39/+26 |
2015-01-20 | Fixes Compile Error on Windows | Dastgir | 1 | -2/+3 |
2015-01-20 | Minor fixes and tweaks suggested by cppcheck | Haru | 1 | -10/+10 |
2015-01-18 | Command line arguments handling overhaul | Haru | 1 | -56/+48 |
2015-01-18 | Implementing nullpo interface for plugin use | shennetsind | 1 | -0/+2 |
2015-01-12 | Added detailed error message when a plugin fails to load | Haru | 1 | -2/+3 |
2014-12-31 | Add some missing null pointer checks after automatic checks. | Andrei Karas | 1 | -12/+15 |
2014-12-14 | Fixed some improper grammar. | Mysteries | 1 | -1/+1 |
2014-11-16 | Whitespace cleanup (no code changes) | Haru | 1 | -121/+119 |
2014-11-16 | Moved HPM_s into HPM.c and removed the HPMi_s symbol from the core | Haru | 1 | -0/+1 |
2014-10-28 | Added preliminary support for char and login server to HPMHooking | Haru | 1 | -11/+24 |
2014-10-28 | Added preliminary support for login and char server in the HPMDataCheck | Haru | 1 | -8/+72 |
2014-05-30 | Fixed typos inside src/ | Shido | 1 | -2/+2 |
2014-05-13 | Removed trailing whitespace (sources) | Haru | 1 | -2/+2 |
2014-05-10 | Re-commit of "Fixed order of includes in all source files" | Haru | 1 | -13/+18 |
2014-05-10 | Revert "Fixed order of includes in all source files" | panikon | 1 | -18/+13 |
2014-05-09 | Fixed order of includes in all source files | Haru | 1 | -13/+18 |
2014-04-19 | Added sysinfo to the exported HPM symbols | Haru | 1 | -0/+3 |
2014-04-17 | Added sysinfo (System Information) functionalities | Haru | 1 | -2/+0 |
2014-03-16 | Added --load-plugin commandline argument | Haru | 1 | -2/+7 |
2014-03-09 | fixing permission from commit 7dd4daf | Matej Pristak | 1 | -0/+0 |
2014-03-06 | When working with packets with variable length (defined with -1 length) in HPM, | Matej Pristak | 1 | -1/+1 |
2014-02-03 | Fixed Bug 7333 | shennetsind | 1 | -5/+6 |
2014-02-02 | Introducing HPM Datacheck | shennetsind | 1 | -0/+26 |
2014-01-19 | HPM Custom Data Struct Expansion: map/instance/party/guild | shennetsind | 1 | -7/+9 |
2014-01-18 | Socket interfaced | shennetsind | 1 | -5/+1 |
2014-01-18 | Libconfig Interfaced | shennetsind | 1 | -13/+10 |
2013-12-17 | Speed up of several procedures that rely on ERS, _mreallocz ('z'ero) | shennetsind | 1 | -0/+4 |
2013-12-16 | Introducing HPM Support for custom battle confs | shennetsind | 1 | -1/+64 |
2013-11-25 | Fixed equip_level_max handling in the sql db converter | shennetsind | 1 | -0/+2 |
2013-11-19 | Sanitized and improved several macros through the code | Haru | 1 | -0/+1 |
2013-11-14 | Updated db2sql plugin for the needs of the new itemdb | shennetsind | 1 | -1/+3 |
2013-11-13 | HPM Custom Data Struct Makeover! | shennetsind | 1 | -39/+103 |
2013-11-09 | HPM Support for plugin-implemented "--args" (options) | shennetsind | 1 | -9/+81 |
2013-10-18 | Minor HPM Update | shennetsind | 1 | -0/+3 |
2013-10-04 | HPM: Hooking! | shennetsind | 1 | -30/+80 |
2013-09-25 | Renamed iTimer interface to timer. | shennetsind | 1 | -1/+1 |
2013-08-08 | HPM Update | shennetsind | 1 | -26/+241 |
2013-07-08 | Fixed compiling errors when CONSOLE_PARSE was disabled | shennetsind | 1 | -1/+4 |