Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-25 | Disable using Megaphone while Rodex send mail window is present | Kenpachi Developer | 3 | -0/+13 | |
This also fixes the issue where the client freezes when talking to a NPC while Rodex send mail window is present. | |||||
2020-06-25 | Enable resurrection by Token of Siegfried while Megaphone input box is present | Kenpachi Developer | 1 | -1/+1 | |
2020-06-25 | Enable sending Megaphone message if character is dead | Kenpachi Developer | 2 | -3/+3 | |
2020-06-25 | Enable sending mails while Megaphone input box is present | Kenpachi Developer | 3 | -4/+4 | |
2020-06-25 | Enable party booking features while Megaphone input box is present | Kenpachi Developer | 1 | -14/+14 | |
2020-06-25 | Enable party features while Megaphone input box is present | Kenpachi Developer | 1 | -10/+10 | |
2020-06-25 | Enable buying store features while Megaphone input box is present | Kenpachi Developer | 2 | -7/+8 | |
2020-06-25 | Enable vending shop features while Megaphone input box is present | Kenpachi Developer | 2 | -9/+10 | |
2020-06-25 | Enable trading while Megaphone input box is present | Kenpachi Developer | 2 | -6/+7 | |
2020-06-25 | Enable moving items between cart and inventory while Megaphone input box is ↵ | Kenpachi Developer | 1 | -2/+5 | |
present | |||||
2020-06-25 | Enable picking up items while Megaphone input box is present | Kenpachi Developer | 1 | -1/+1 | |
2020-06-25 | Enable dropping items while Megaphone input box is present | Kenpachi Developer | 1 | -1/+1 | |
2020-06-25 | Add pc_cant_act_except_npc_chat() macro | Kenpachi Developer | 1 | -0/+1 | |
2020-06-25 | Enable attacking while Megaphone input box is present | Kenpachi Developer | 1 | -1/+3 | |
2020-06-25 | Enable walking while Megaphone input box is present | Kenpachi Developer | 1 | -1/+1 | |
2020-06-25 | Enable changing equipment while Megaphone input box is present | Kenpachi Developer | 1 | -2/+2 | |
2020-06-25 | Enable item consumption while Megaphone input box is present | Kenpachi Developer | 1 | -1/+1 | |
2020-06-25 | Enable skill usage while Megaphone input box is present | Kenpachi Developer | 1 | -10/+15 | |
2020-06-25 | Add pc_istrading_except_npc() macro | Kenpachi Developer | 1 | -0/+1 | |
2020-06-25 | Don't show NPC speech bubble when opening input box by Megaphone | Kenpachi Developer | 1 | -12/+15 | |
2020-06-25 | Add state using_megaphone to struct map_session_data and implement its ↵ | Kenpachi Developer | 4 | -0/+7 | |
(un)setting | |||||
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 | |