summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-06-28Enlarge field size of npc_item_flag in struct script_state according to possi...Kenpachi Developer1-1/+1
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 item_enable...Kenpachi Developer1-1/+2
2020-06-28HPM Hooks UpdateHercules.ws4-0/+68
2020-06-28Merge pull request #2781 from Kenpachi2k13/pet_featuresHaru9-60/+118
2020-06-28HPM Hooks UpdateHercules.ws4-0/+34
2020-06-28Merge pull request #2774 from Kenpachi2k13/skill_get_req_indexHaru2-3/+57
2020-06-28Merge pull request #2712 from Kenpachi2k13/npc_del_skill_unitsHaru1-1/+8
2020-06-28Merge pull request #2762 from Kenpachi2k13/remove_party_memberHaru1-1/+2
2020-06-28Merge pull request #2755 from Jedzkie/jedzkie-pr03Haru5-12/+26
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 clif_parse_LoadE...Kenpachi Developer1-5/+0
2020-06-28Call unit->bl2ud2() instead of unit->bl2ud() in skill_initunitgroup() if src ...Kenpachi Developer1-1/+8
2020-06-28Merge pull request #2732 from Kenpachi2k13/instance_create_docHaru4-8/+28
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
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 p...Kenpachi Developer1-2/+5
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
2020-06-25Add pc_istrading_except_npc() macroKenpachi Developer1-0/+1
2020-06-25Don't show NPC speech bubble when opening input box by MegaphoneKenpachi Developer1-12/+15
2020-06-25Add state using_megaphone to struct map_session_data and implement its (un)se...Kenpachi Developer4-0/+7
2020-06-24Fix item selling if price is over INT_MAX.Jedzkie1-3/+3
2020-06-23Merge branch 'master' into jedzkie-pr03Jedzkie51-20146/+26138
2020-06-22Add pc_has_pet() macroKenpachi Developer1-0/+3
2020-06-22Remove ancient FIXME comment related to deleting taming items of type IT_DELA...Kenpachi Developer1-2/+0
2020-06-22Remove/move unnecessarily calling clif_send_petstatus()Kenpachi Developer3-8/+4
2020-06-22Centralize pet spawn code in pet_spawn() functionKenpachi Developer3-19/+39
2020-06-22Remove unnecessarily sending of pet's accessory dataKenpachi Developer1-3/+0
2020-06-22Send pet's hunger data only in pet_set_hunger()Kenpachi Developer1-2/+3
2020-06-22Call pet->set_hunger() in ACMD(pethungry) instead of directly assigning the v...Kenpachi Developer1-1/+1
2020-06-22Send pet's intimacy data only in pet_set_intimate()Kenpachi Developer3-6/+3
2020-06-22Add check if pet belongs to character in pet_food()Kenpachi Developer1-0/+1
2020-06-22Add battle flag for immediately removing the pet when its intimacy drops to 0Kenpachi Developer3-2/+6