Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-23 | HPM Hooks Update | Hercules.ws | 4 | -0/+269 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-09-23 | HPM Hooks Update | Hercules.ws | 2 | -5/+5 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-09-23 | Merge pull request #2535 from HerculesWS/itemdb_violation | Haru | 1 | -4/+14 | |
Fixed several issues in itemdb_search_name function | |||||
2019-09-23 | Merge pull request #2523 from MishimaHaruna/name-partial-match | Haru | 2 | -8/+8 | |
Name partial match | |||||
2019-09-23 | Fix constdb2doc pluging ignoring items in the dbmap | Ibrahim Zidan | 1 | -4/+14 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-09-23 | Merge pull request #2529 from Asheraf/itemcombolibconf | Haru | 4 | -41/+42 | |
Convert item combo db to use libconfig | |||||
2019-09-23 | HPM Hooks Update | Haru | 2 | -8/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-09-22 | HPM Hooks update | Ibrahim Zidan | 4 | -0/+66 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-09-22 | HPM Hooks Update | Hercules.ws | 4 | -0/+199 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-09-22 | Merge pull request #2524 from MishimaHaruna/homunculus-fixes | Haru | 2 | -16/+16 | |
Homunculus related fixes | |||||
2019-09-22 | HPM Hooks Update | Hercules.ws | 4 | -0/+34 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-09-22 | HPM Hooks Update | Hercules.ws | 4 | -15/+49 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-08-31 | HPM Hooks Update | Asheraf | 4 | -41/+42 | |
2019-08-28 | HPM Hooks Update | Asheraf | 4 | -19/+121 | |
2019-08-26 | Merge pull request #2522 from MishimaHaruna/remove-inter-roundtrips | Haru | 7 | -1093/+74 | |
Remove some round-trips to the inter-server | |||||
2019-08-26 | HPM Hooks Update | Haru | 2 | -8/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | HPM Hooks Update | Haru | 2 | -8/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | HPM Hooks Update | Hercules.ws | 2 | -5/+5 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-08-26 | HPM Hooks Update | Hercules.ws | 2 | -6/+7 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-08-26 | HPM Hooks Update | Haru | 7 | -338/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | HPM Hooks Update | Haru | 7 | -170/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-26 | HPM Hooks Update | Haru | 7 | -141/+74 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-25 | HPM Hooks Update | Haru | 7 | -444/+0 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-08-21 | Update HPM | Andrei Karas | 4 | -5/+38 | |
2019-07-28 | Merge pull request #2506 from Asheraf/castledb_update | Haru | 4 | -19/+53 | |
Convert guild castle database to use libconfig | |||||
2019-07-28 | HPM Hooks Update | Asheraf | 4 | -19/+53 | |
2019-07-28 | HPM Hooks Update | Hercules.ws | 4 | -0/+40 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-07-24 | Update HPM | Andrei Karas | 4 | -0/+66 | |
2019-06-02 | Update HPM | Andrei Karas | 4 | -30/+96 | |
2019-06-02 | Update HPM | Andrei Karas | 4 | -7/+40 | |
2019-05-06 | HPM Hooks Update | Asheraf | 4 | -43/+44 | |
2019-05-06 | Merge pull request #2447 from hemagx/hpm_private_hooks | Haru | 2 | -0/+33 | |
Restore the ability for HPM Hooks to hook to private interfaces | |||||
2019-05-06 | HPM Hooks Update | Hercules.ws | 2 | -72/+72 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-05-05 | HPM Hooks update | Ibrahim Zidan | 6 | -118/+735 | |
Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-05-05 | HPM Hooks Update | Hercules.ws | 4 | -0/+594 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-04-20 | Regenerate HPM Hook | Guilherme G. Menaldo | 4 | -8/+244 | |
2019-04-18 | Restore the ability for HPM Hooks to hook to private interfaces | Ibrahim Zidan | 2 | -0/+33 | |
- Starting from 5db7c799055c6ae9c4463f6cf4c88a35597d5d31 the ability to hook to private interfaces was removed, this commit restores this ability by introducing two new macros specifically for this. - addHookPrePriv to add a pre-hook for private interface member - addHookPostPriv to add a post-hook for private interface member Signed-off-by: Ibrahim Zidan <brahem@aotsw.com> | |||||
2019-04-15 | Update HPM | Andrei Karas | 7 | -16/+282 | |
2019-04-07 | Merge pull request #2415 from AnnieRuru/76-showscript | Haru | 2 | -8/+8 | |
Add optional parameter for *showscript to send target to SELF only | |||||
2019-04-07 | HPM Hooks Update | Hercules.ws | 4 | -0/+33 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2019-04-07 | HPM Hooks Update | Haru | 2 | -8/+8 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2019-04-07 | Update HPM | Andrei Karas | 4 | -15/+188 | |
2019-04-07 | Merge pull request #2416 from louisplag/patch-2 | Haru | 1 | -1/+3 | |
update db2sql | |||||
2019-03-30 | update db2sql | louisplag | 1 | -1/+3 | |
fixed bug load mob_skill_db.sql https://github.com/HerculesWS/Hercules/pull/2407#issuecomment-475771443 | |||||
2019-03-12 | Fix rand() not support on certain compiler | AnnieRuru | 1 | -4/+5 | |
2019-03-11 | Merge pull request #2400 from Asheraf/stylist_update | Haru | 6 | -234/+307 | |
moving stylist into it's own interface | |||||
2019-03-11 | Add function connect_client into socket interface | Andrei Karas | 10 | -0/+98 | |
2019-03-07 | HPM Hooks Update | Asheraf | 5 | -234/+306 | |
2019-03-07 | moving stylist into it's own interface | Asheraf | 1 | -0/+1 | |
2019-02-11 | Update HPM hooks | Andrei Karas | 3 | -85/+85 | |