Age | Commit message (Expand) | Author | Files | Lines |
2020-06-28 | Fix the use of the first_time variable in clif_parse_loadEndAck | Haru | 1 | -1/+1 |
2020-06-28 | Fix a missing variable in clif_parse_loadEndAck | Haru | 1 | -0/+3 |
2020-06-28 | Merge pull request #2757 from Kenpachi2k13/server_messages | Haru | 8 | -107/+377 |
2020-06-28 | Merge pull request #2775 from Kenpachi2k13/megaphone | Haru | 10 | -83/+125 |
2020-06-28 | Unset using_megaphone state in clif_parse_LoadEndAck() | Kenpachi Developer | 1 | -0/+3 |
2020-06-28 | Disable using Megaphone while interacting with NPCs regardless of item_enable... | Kenpachi Developer | 1 | -1/+2 |
2020-06-28 | Merge pull request #2781 from Kenpachi2k13/pet_features | Haru | 9 | -60/+118 |
2020-06-28 | Merge pull request #2774 from Kenpachi2k13/skill_get_req_index | Haru | 2 | -3/+57 |
2020-06-28 | Merge pull request #2712 from Kenpachi2k13/npc_del_skill_units | Haru | 1 | -1/+8 |
2020-06-28 | Merge pull request #2755 from Jedzkie/jedzkie-pr03 | Haru | 5 | -12/+26 |
2020-06-28 | Add battle flag for tip of the day window display | Kenpachi Developer | 3 | -1/+4 |
2020-06-28 | Show tip of the day window upon login | Kenpachi Developer | 1 | -0/+4 |
2020-06-28 | Add clif_open_ui_send() function | Kenpachi Developer | 2 | -26/+63 |
2020-06-28 | Remove obsolete variables `first_time` and `change_map` from clif_parse_LoadE... | Kenpachi Developer | 1 | -5/+0 |
2020-06-28 | Call unit->bl2ud2() instead of unit->bl2ud() in skill_initunitgroup() if src ... | Kenpachi Developer | 1 | -1/+8 |
2020-06-28 | Merge pull request #2732 from Kenpachi2k13/instance_create_doc | Haru | 4 | -8/+28 |
2020-06-25 | Disable using Megaphone while Megaphone input box is present | Kenpachi Developer | 1 | -1/+1 |
2020-06-25 | Disable using Megaphone while Rodex send mail window is present | Kenpachi Developer | 3 | -0/+13 |
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 p... | Kenpachi Developer | 1 | -2/+5 |
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 (un)se... | Kenpachi Developer | 4 | -0/+7 |
2020-06-23 | Merge branch 'master' into jedzkie-pr03 | Jedzkie | 37 | -19782/+23504 |
2020-06-22 | Add pc_has_pet() macro | Kenpachi Developer | 1 | -0/+3 |
2020-06-22 | Remove ancient FIXME comment related to deleting taming items of type IT_DELA... | Kenpachi Developer | 1 | -2/+0 |
2020-06-22 | Remove/move unnecessarily calling clif_send_petstatus() | Kenpachi Developer | 3 | -8/+4 |
2020-06-22 | Centralize pet spawn code in pet_spawn() function | Kenpachi Developer | 3 | -19/+39 |
2020-06-22 | Remove unnecessarily sending of pet's accessory data | Kenpachi Developer | 1 | -3/+0 |
2020-06-22 | Send pet's hunger data only in pet_set_hunger() | Kenpachi Developer | 1 | -2/+3 |
2020-06-22 | Call pet->set_hunger() in ACMD(pethungry) instead of directly assigning the v... | Kenpachi Developer | 1 | -1/+1 |
2020-06-22 | Send pet's intimacy data only in pet_set_intimate() | Kenpachi Developer | 3 | -6/+3 |
2020-06-22 | Add check if pet belongs to character in pet_food() | Kenpachi Developer | 1 | -0/+1 |
2020-06-22 | Add battle flag for immediately removing the pet when its intimacy drops to 0 | Kenpachi Developer | 3 | -2/+6 |
2020-06-22 | Remove pet if intimacy drops to 0 | Kenpachi Developer | 2 | -12/+12 |