Age | Commit message (Expand) | Author | Files | Lines |
2014-07-11 | Updated warg skill check, special thanks to Rytech | panikon | 1 | -2/+10 |
2014-07-10 | Follow up to 3c24fb656f3b3370b7152d6f1d2cc9dbc6fbae5d | panikon | 1 | -3/+2 |
2014-07-10 | Re-added revision info to the memory leak log | Haru | 2 | -7/+9 |
2014-07-10 | HPM Hooks Update | Hercules.ws | 3 | -0/+64 |
2014-07-10 | Corrected some SC behaviour, special thanks to Rytech | panikon | 5 | -15/+67 |
2014-07-09 | Corrected compile errors in case DB_ENABLE_STATS is defined | Haru | 1 | -4/+4 |
2014-07-09 | Fixed an issue in the 'Invalid client hash' console message | Haru | 1 | -1/+2 |
2014-07-09 | Fixed issue with [AT]mount, it wasn't displaying the expected messages, all e... | panikon | 1 | -15/+27 |
2014-07-09 | HPM Hooks Update | Hercules.ws | 3 | -27/+26 |
2014-07-09 | Fixed issue with mounts and jobchange, ranger and mechanic mounts weren't bei... | panikon | 6 | -120/+86 |
2014-07-09 | Corrected issue with bce716fa908584f435dcf97904fb37ada6dd90b7 forgot to remov... | panikon | 2 | -3/+3 |
2014-07-08 | reversed portion of 7cd967f812ab741c41c416fb9f7c2a921c36e947 that would point... | Streusel | 1 | -2/+2 |
2014-07-09 | Fixed possible crash in clif_getareachar_skillunit, related to issue 6561 (ht... | panikon | 2 | -0/+3 |
2014-07-09 | Fixed status_calc_regen crash issue:http://hercules.ws/board/tracker/issue-12... | panikon | 3 | -0/+8 |
2014-07-08 | Extracted method to obtain SYSTEM_INFO from functions in sysinfo.c | panikon | 3 | -18/+41 |
2014-07-08 | Minor script core fixes | panikon | 1 | -100/+131 |
2014-07-08 | HPM Hooks Update | Hercules.ws | 1 | -0/+1 |
2014-07-08 | Removed redundant data from guardian_data, saving up to 40 bytes per guardian... | panikon | 6 | -76/+72 |
2014-07-07 | Follow up to 2e6016f | dastgir | 1 | -2/+2 |
2014-07-06 | Fixed issue with getlook | panikon | 2 | -3/+4 |
2014-07-05 | Corrected HT_POWER behaviour, combo and type of skill, and fixed TK-combos wa... | panikon | 3 | -16/+31 |
2014-07-05 | Fixed issue with mistress card and WL_COMET/AB_ADORAMUS (issue: 7935 http://h... | panikon | 1 | -1/+4 |
2014-07-05 | Follow up to 9173fa50ef2887b28603f223a102448a2c69a234 | panikon | 1 | -5/+6 |
2014-07-05 | Fixed issue in LG_SHIELDSPELL, the skill was working in lv 2 and 3 when it sh... | panikon | 1 | -6/+11 |
2014-07-04 | Added support to show children of struct/union in Debug Help plugin, this fea... | panikon | 1 | -37/+54 |
2014-07-04 | Added sysinfo support to Debug Help plugin | panikon | 1 | -13/+10 |
2014-07-04 | Ported dbghelp to HPM | panikon | 1 | -43/+26 |
2014-07-02 | Refactoring in AB_PRAEFATIO in order to prevent crashes and to clean code. | panikon | 1 | -10/+7 |
2014-07-02 | Fixed issue of crash when using LG_SHIELDSPELL, issue: 8172 http://hercules.w... | panikon | 1 | -1/+3 |
2014-07-02 | Fixed issue where 'reflect' skills would bypass disable_pvm and disable_pvp, ... | panikon | 1 | -0/+8 |
2014-07-02 | Fixed issue that when players used [at]fakename when disguised their names wo... | panikon | 1 | -0/+4 |
2014-06-28 | Changes in npc_parse_shop in order to fit documentation standard, now an unli... | panikon | 1 | -7/+29 |
2014-06-28 | Changes in npc_parsefile in order to decrease the number of unecessary calls ... | panikon | 1 | -11/+16 |
2014-06-27 | Removed Unused Include. | Potte | 1 | -1/+0 |
2014-06-21 | MAX_NPC_CLASS2_END updated to latest ID. Added more NPC constants. | Taylor Locke | 1 | -1/+1 |
2014-06-18 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | panikon | 3 | -0/+31 |
2014-06-18 | Fixed 'value computed is not used', issue: 8236 http://hercules.ws/board/trac... | panikon | 1 | -2/+1 |
2014-06-18 | HPM Hooks Update | Hercules.ws | 3 | -0/+31 |
2014-06-18 | Merge branch 'master' of https://github.com/HerculesWS/Hercules | panikon | 1 | -1/+1 |
2014-06-18 | Fixed issue in all skills that used status->get_matk, the function was alteri... | panikon | 2 | -41/+105 |
2014-06-17 | Fixed partial of the sentence + typo. | Mysteries | 1 | -1/+1 |
2014-06-17 | Fixed issue where a crash would occur in mobs with MD_RANDOMTARGET, issue: 82... | panikon | 1 | -2/+5 |
2014-06-17 | Removed ZENY_HACKER according to issue 295 (github) | panikon | 1 | -9/+9 |
2014-06-07 | Merge pull request #291 from hemagx/master | shennetsind | 1 | -4/+6 |
2014-06-06 | HPM Hooks Update | Hercules.ws | 2 | -54/+54 |
2014-06-06 | Fix bug 8225 | Michieru | 3 | -29/+57 |
2014-06-06 | Fixed garbage memory in the accinfo packet | Ibrahim Hossam | 1 | -4/+6 |
2014-05-31 | Corrected GM level override checks for Nouse and Trade | Haru | 1 | -2/+2 |
2014-05-31 | HPM Hooks Update | Hercules.ws | 3 | -192/+0 |
2014-05-31 | Updated db2sql converter to match the recent item db changes | Haru | 1 | -0/+57 |