summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2020-06-28Merge pull request #2786 from Kenpachi2k13/sc_timerHaru1-2/+25
Pass timer data when re-applying status icons upon spawning character
2020-06-28Merge pull request #2782 from HerculesWS/npc-sell-fixHaru1-45/+43
Fix npc selling behavior if price is over INT_MAX.
2020-06-28Storage now closes when using teleport skill.Jedzkie3-10/+17
2020-06-28Merge pull request #2763 from 4144/updatepacketsHaru8-13/+42
Update packets up to 2020-06-03
2020-06-28Merge pull request #2784 from Kenpachi2k13/item_enabled_npcHaru2-2/+2
Enlarge field size of npc_item_flag in struct script_state according to possible values
2020-06-28Merge pull request #2778 from 4144/extendciHaru7-10/+30
Extend ci with more checks and add different fixes
2020-06-28Add detection of ARMv8 and improve detection of ARMv7Haru2-2/+11
Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Fix the use of the first_time variable in clif_parse_loadEndAckHaru1-1/+1
This fixes my previous commit, 6865e6da70d8d44a9c92c2b922da4444a09f7ac3 Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Call clif_status_change() instead of clif_status_change2() to re-apply ↵Kenpachi Developer1-2/+25
status changes in clif_spawn()
2020-06-28Code style changes in npc_selllist functionJedzkie1-43/+41
2020-06-28HPM Hooks UpdateHercules.ws4-0/+33
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28Fix a missing variable in clif_parse_loadEndAckHaru1-0/+3
This partially reverts bc4d22f7e0148f6b32eb420aa2bbee9b464b0381 Signed-off-by: Haru <haru@dotalux.com>
2020-06-28Merge pull request #2757 from Kenpachi2k13/server_messagesHaru8-107/+377
Adjust server messages on login and map change
2020-06-28Merge pull request #2775 from Kenpachi2k13/megaphoneHaru10-83/+125
Fix Megaphone behaviour
2020-06-28Set maximum value of item_enabled_npc battle flag to 3Kenpachi Developer1-1/+1
2020-06-28Enlarge field size of npc_item_flag in struct script_state according to ↵Kenpachi Developer1-1/+1
possible values
2020-06-28Unset using_megaphone state in clif_parse_LoadEndAck()Kenpachi Developer1-0/+3
2020-06-28Disable using Megaphone while interacting with NPCs regardless of ↵Kenpachi Developer1-1/+2
item_enabled_npc battle flag
2020-06-28HPM Hooks UpdateHercules.ws4-0/+68
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28Merge pull request #2781 from Kenpachi2k13/pet_featuresHaru9-60/+118
Add some pet features and minor pet code clean up
2020-06-28HPM Hooks UpdateHercules.ws4-0/+34
Signed-off-by: HerculesWSAPI <dev@herc.ws>
2020-06-28Merge pull request #2774 from Kenpachi2k13/skill_get_req_indexHaru2-3/+57
Fix required item index selection for various skills
2020-06-28Merge pull request #2712 from Kenpachi2k13/npc_del_skill_unitsHaru1-1/+8
Fix condition for deleting skill units when unloading NPC
2020-06-28Merge pull request #2762 from Kenpachi2k13/remove_party_memberHaru1-1/+2
Fix updating SQL data when removing party member or options are changed in inter_party_check_lv()
2020-06-28Merge pull request #2755 from Jedzkie/jedzkie-pr03Haru5-12/+26
Added configuration on allowing actions on player when dead.
2020-06-28Add battle flag for tip of the day window displayKenpachi Developer3-1/+4
2020-06-28Show tip of the day window upon loginKenpachi Developer1-0/+4
2020-06-28Add clif_open_ui_send() functionKenpachi Developer2-26/+63
2020-06-28Remove obsolete variables `first_time` and `change_map` from ↵Kenpachi Developer1-5/+0
clif_parse_LoadEndAck()
2020-06-28Call unit->bl2ud2() instead of unit->bl2ud() in skill_initunitgroup() if src ↵Kenpachi Developer1-1/+8
is of type BL_NPC
2020-06-28Merge pull request #2732 from Kenpachi2k13/instance_create_docHaru4-8/+28
Update instancing window display and documentation of instance_create() script command
2020-06-25Disable using Megaphone while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Disable using Megaphone while Rodex send mail window is presentKenpachi Developer3-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-25Enable resurrection by Token of Siegfried while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Enable sending Megaphone message if character is deadKenpachi Developer2-3/+3
2020-06-25Enable sending mails while Megaphone input box is presentKenpachi Developer3-4/+4
2020-06-25Enable party booking features while Megaphone input box is presentKenpachi Developer1-14/+14
2020-06-25Enable party features while Megaphone input box is presentKenpachi Developer1-10/+10
2020-06-25Enable buying store features while Megaphone input box is presentKenpachi Developer2-7/+8
2020-06-25Enable vending shop features while Megaphone input box is presentKenpachi Developer2-9/+10
2020-06-25Enable trading while Megaphone input box is presentKenpachi Developer2-6/+7
2020-06-25Enable moving items between cart and inventory while Megaphone input box is ↵Kenpachi Developer1-2/+5
present
2020-06-25Enable picking up items while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Enable dropping items while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Add pc_cant_act_except_npc_chat() macroKenpachi Developer1-0/+1
2020-06-25Enable attacking while Megaphone input box is presentKenpachi Developer1-1/+3
2020-06-25Enable walking while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Enable changing equipment while Megaphone input box is presentKenpachi Developer1-2/+2
2020-06-25Enable item consumption while Megaphone input box is presentKenpachi Developer1-1/+1
2020-06-25Enable skill usage while Megaphone input box is presentKenpachi Developer1-10/+15