Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-22 | Add clif_load_end_ack_sub_messages() function | Kenpachi Developer | 1 | -69/+92 | |
2020-06-22 | Add battle flag for overweight messages display | Kenpachi Developer | 4 | -4/+20 | |
2020-06-22 | Apply code style to clif_party_option() | Kenpachi Developer | 1 | -28/+42 | |
2020-06-22 | Add battle flag for sending party options | Kenpachi Developer | 4 | -14/+85 | |
2020-06-22 | Show party options when member was removed | Kenpachi Developer | 2 | -3/+5 | |
2020-06-22 | Remove check for unused flag 0x10 from party_optionchanged() | Kenpachi Developer | 1 | -2/+1 | |
2020-06-22 | Show party options when member was added | Kenpachi Developer | 2 | -0/+9 | |
2020-06-22 | Show party options on login and if options were changed | Kenpachi Developer | 3 | -9/+47 | |
2020-06-22 | Extend guild_notice_changemap battle flag with option for login | Kenpachi Developer | 3 | -9/+11 | |
2020-06-22 | Show guild notice after rate modifier messages | Kenpachi Developer | 1 | -15/+15 | |
2020-06-22 | Add battle flag for configuration messages display | Kenpachi Developer | 4 | -19/+51 | |
2020-06-22 | Add missing configuration messages to clif_parse_LoadEndAck() | Kenpachi Developer | 1 | -0/+7 | |
2020-06-22 | Add battle flag for rate modifier messages display | Kenpachi Developer | 4 | -2/+18 | |
2020-06-22 | Show rate modifier messages after configuration messages | Kenpachi Developer | 2 | -1/+2 | |
2020-06-22 | Implement PACKET_ZC_PERSONAL_INFOMATION (0x097b) | Kenpachi Developer | 3 | -6/+69 | |
2020-06-03 | Release v2020.05.31+1 | Haru | 1 | -0/+10 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-03 | Merge pull request #2761 from Kenpachi2k13/skill_fix | Haru | 4 | -7/+4 | |
Fix wrong usage of unit skill data and default skill damage type to NK_NONE | |||||
2020-06-02 | Make DamageType defaults to NK_NONE | Kenpachi Developer | 3 | -5/+2 | |
2020-06-02 | Don't use unit's skill data before it's set in unit_skilluse_id2() and ↵ | Kenpachi Developer | 1 | -2/+2 | |
unit_skilluse_pos2() | |||||
2020-06-01 | Merge pull request #2747 from Jedzkie/jedzkie-pr04 | Haru | 1 | -1/+1 | |
In official, novice don't have job level stat bonus | |||||
2020-06-01 | Merge pull request #2748 from 4144/db2sql | Haru | 1 | -9/+18 | |
Fix db2sql crash with mariadb client library | |||||
2020-06-01 | Release v2020.05.31 | Haru | 2 | -0/+79 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-01 | Merge pull request #2759 from HerculesWS/fix-errors | Ibrahem Zidan | 3 | -30/+30 | |
Fix errors in the ci builds | |||||
2020-06-01 | Retired the (failing) CentOS 6 builds from gitlab-ci in favor of CentOS 8 | Haru | 1 | -24/+24 | |
CentOS 8 has been released in September 2019, so CentOS 6 is no longer a supported platform for Hercules. Compiling on it may or may not still work (provided that a suitable devtoolset package is available, but will not be officially supported. Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-01 | Fix a compiler warning in 32 bit builds | Haru | 2 | -6/+6 | |
Signed-off-by: Haru <haru@dotalux.com> | |||||
2020-06-01 | Merge pull request #2745 from Kenpachi2k13/unequip_on_login | Haru | 2 | -5/+6 | |
Prevent unequipping items on login before calculating the character's status data | |||||
2020-06-01 | ItemDB SQL Sync | Hercules.ws | 2 | -2/+2 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-01 | Merge pull request #2758 from Kenpachi2k13/loudhailer | Haru | 6 | -3/+62 | |
Add loudhailer() script command | |||||
2020-06-01 | Merge pull request #2754 from Kenpachi2k13/mineffect_flag | Haru | 1 | -4/+1 | |
Make mineffect flag not being affected by sd->state.lesseffect in clif_maptypeproperty2() | |||||
2020-06-01 | Merge pull request #2752 from Jedzkie/jedzkie-pr05 | Haru | 1 | -1/+1 | |
Player always faces north when warped. | |||||
2020-06-01 | Merge pull request #2746 from Jedzkie/jedzkie-pr02 | Haru | 1 | -1/+1 | |
Fix an issue regarding using items when the storage is open. | |||||
2020-06-01 | Move equipment check from pc_setpos() to clif_parse_LoadEndAck() | Kenpachi Developer | 2 | -5/+6 | |
2020-06-01 | Merge pull request #2744 from Kenpachi2k13/save_pet_rename_flag | Haru | 1 | -0/+1 | |
Save a pet's rename flag when returning it to its egg | |||||
2020-06-01 | Merge pull request #2734 from Kenpachi2k13/fix_left_shift_negative_value | Haru | 1 | -1/+1 | |
Fix left shift of negative value for GN_CRAZYWEED_ATK | |||||
2020-06-01 | Merge pull request #2723 from Kenpachi2k13/nullpo_unit_steptimer | Haru | 1 | -3/+2 | |
Replace NULL pointer report with returning error code in unit_steptimer() | |||||
2020-06-01 | Constants Documentation Sync | Hercules.ws | 1 | -0/+12 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-01 | Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npc | Haru | 10 | -38/+145 | |
Add/extend battle flags to enable item/skill usage while interacting with NPC | |||||
2020-06-01 | Merge pull request #2220 from carloshenrq/configure_newopt | Haru | 1 | -0/+16 | |
New configure options | |||||
2020-06-01 | Merge pull request #2671 from Helianthella/binliteral | Haru | 19 | -722/+1856 | |
add support for binary and octal number literals | |||||
2020-06-01 | Merge pull request #2713 from 4144/updatepackets | Haru | 21 | -17848/+18209 | |
Update packets up to 2020-05-20 | |||||
2020-06-01 | HPM Hooks Update | Hercules.ws | 5 | -100/+1897 | |
Signed-off-by: HerculesWSAPI <dev@herc.ws> | |||||
2020-06-01 | Merge pull request #2731 from Kenpachi2k13/skill_db_update | Haru | 16 | -1523/+4083 | |
Extend and clean up skill DB code | |||||
2020-06-01 | Update entry structure in skill DBs | Kenpachi Developer | 2 | -21/+48 | |
2020-06-01 | Implement Requirements->MaxSPTrigger code | Kenpachi Developer | 2 | -0/+88 | |
2020-06-01 | Fix Requirements->MaxHPTrigger code in skill_check_condition_mercenary() | Kenpachi Developer | 1 | -3/+9 | |
2020-06-01 | Remove hard-coded required equipment and update skill DBs accordingly | Kenpachi Developer | 4 | -26/+18 | |
2020-06-01 | Implement Requirements->Equip code | Kenpachi Developer | 2 | -0/+352 | |
2020-06-01 | Implement Requirements->Items->Any code | Kenpachi Developer | 2 | -63/+221 | |
2020-06-01 | Remove hard-coded required item amounts and update skill DBs accordingly | Kenpachi Developer | 3 | -171/+253 | |
2020-06-01 | Make Requirements->Items->Amount can be grouped by levels | Kenpachi Developer | 4 | -63/+236 | |