Age | Commit message (Expand) | Author | Files | Lines |
2019-05-09 | Fix errors in the HPM Hooks generator | Haru | 1 | -1/+2 |
2018-12-17 | Fix HPM generation for old packet versions. | Andrei Karas | 1 | -1/+3 |
2018-07-12 | Fix date part2 | Unknown | 1 | -1/+1 |
2018-04-25 | Add support for time_t as return type in the HPMHookGen | Haru | 1 | -1/+2 |
2017-04-26 | Improve the code style of the generated HPMHooking data | Haru | 1 | -11/+12 |
2016-10-14 | Fixed a memory manager crash when a memory leak occurs in a plugin | Haru | 1 | -2/+1 |
2016-07-12 | Interface grfio.c | hemagx | 2 | -0/+5 |
2016-07-12 | Removed unnecessary typedefs from thread and spinlock | Haru | 1 | -0/+2 |
2016-07-12 | Changed the HPMHookGen script to correctly handle macros associated with an i... | Haru | 1 | -0/+1 |
2016-07-02 | Added 'GENERATED FILE DO NOT EDIT' to the auto-generated files | Haru | 2 | -0/+4 |
2016-04-30 | Added one level of indirection to all variables in pre-hook functions | Haru | 1 | -1/+1 |
2016-04-30 | Removed extra indirection level in HPMHooking post-hooks | Haru | 1 | -14/+16 |
2016-04-30 | Replaced memset with braced initializers in the HPMHooking hook handlers | Haru | 1 | -5/+1 |
2016-04-30 | Added type-checking for the addHookPre() and addHookPost() macros | Haru | 1 | -119/+58 |
2016-04-16 | Added lclif packet handlers to the lclif interface | Haru | 1 | -1/+6 |
2016-04-16 | Rewrite client interface for login server (part 3) | hemagx | 1 | -0/+2 |
2016-04-16 | Added support for private headers to the HPMDataCheck/HPMHooking generators | Haru | 2 | -12/+21 |
2016-03-20 | Updated HPMHookGen script to support union arguments | Haru | 1 | -2/+2 |
2016-01-21 | Remove unused PCRE_SUPPORT define. | Andrei Karas | 1 | -2/+1 |
2015-12-15 | Added GPL-compliant header to all sources and build scripts | Haru | 3 | -36/+198 |
2015-12-12 | Added support for pcre-related interfaces to plugins (HPMHookGen/HPMSymbols g... | Haru | 1 | -1/+2 |
2015-11-14 | Fixed include path in the doxygen configuration | Haru | 1 | -1/+2 |
2015-09-25 | Upgraded Doxygen configuration file to 1.8.10 | Haru | 1 | -5/+109 |
2015-08-15 | Automatic HPM symbol sharing | Haru | 1 | -2/+5 |
2015-08-15 | Enabled HPMDataCheck for login and char servers | Haru | 1 | -2/+9 |
2015-08-15 | HPM compatibility improvements | Haru | 3 | -27/+69 |
2015-08-15 | Added HPMHooking support for common interfaces | Haru | 1 | -4/+37 |
2015-06-19 | Fixed HPMHookGen's inability to detect certain interface members | Haru | 2 | -6/+7 |
2015-06-19 | Follow-up to e81d221 | Haru | 2 | -6/+2 |
2015-06-19 | Improved info/error messages during plugin loading | Haru | 1 | -2/+2 |
2015-06-19 | Fixed an issue causing some structs to be missing from the HPMDataCheck | Haru | 2 | -1/+2 |
2015-06-19 | Improved the HPMHookingGen parser | Haru | 1 | -0/+5 |
2015-01-24 | Minor channel system refactoring | Haru | 1 | -0/+2 |
2015-01-22 | HPMHookGen compatibility fix for doxygen 1.8.9.x | Haru | 1 | -1/+1 |
2014-11-15 | Follow-up to 61fc83fd7dd51e9a88ac7e6264692fcf561a37f7 | Haru | 2 | -2/+2 |
2014-11-15 | Corrected an issue in the HPMHookGen when interfaces only have one member | Haru | 2 | -19/+18 |
2014-11-15 | Fix HPM hook generation script for support new interfaces. | Andrei Karas | 1 | -1/+6 |
2014-11-02 | Fixed an error in the HPMHookGen | Haru | 1 | -1/+1 |
2014-10-28 | Added preliminary support for char and login server to HPMHooking | Haru | 1 | -84/+91 |
2014-10-28 | Added preliminary support for login and char server in the HPMDataCheck | Haru | 1 | -2/+14 |
2014-08-07 | Corrected several format-string errors through the code | Haru | 1 | -2/+2 |
2014-07-11 | Fixed reserved __identifier violations | Haru | 1 | -4/+4 |
2014-05-30 | HPMHookGen compatibility update for doxygen 1.8.7 | Haru | 1 | -2/+0 |
2014-05-25 | Improved CFLAGS/CPPFLAGS handling | Haru | 1 | -0/+2 |
2014-05-01 | Corrected an issue when calling hookStop() from a post-hook | Haru | 1 | -0/+1 |
2014-04-19 | Added support for enum bg_queue_types to the HPMHookGen | Haru | 1 | -0/+2 |
2014-04-17 | Added sysinfo (System Information) functionalities | Haru | 1 | -2/+4 |
2014-03-17 | Improved const pointer detection in the HPMHooking generator | Haru | 1 | -2/+2 |
2014-02-06 | Follow up d33469689ea8e671fa0d525d54bce6932dfe9107 | shennetsind | 1 | -2/+2 |
2014-02-03 | Updated HPMHookGen with a HPMDataCheck generator | Haru | 3 | -11/+93 |