summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Merge pull request #2745 from Kenpachi2k13/unequip_on_loginHaru1-0/+6
2020-06-01Merge pull request #2758 from Kenpachi2k13/loudhailerHaru1-1/+3
2020-06-01Merge pull request #2754 from Kenpachi2k13/mineffect_flagHaru1-4/+1
2020-06-01Move equipment check from pc_setpos() to clif_parse_LoadEndAck()Kenpachi Developer1-0/+6
2020-06-01Merge pull request #2718 from Kenpachi2k13/prere_use_items_skills_in_npcHaru1-8/+14
2020-06-01Merge pull request #2713 from 4144/updatepacketsHaru1-8/+20
2020-06-01Make AttackType can be grouped by levelsKenpachi Developer1-3/+3
2020-06-01fix motd on load/unload npc.Andrei Karas1-0/+1
2020-06-01Dont call clif->clearunit_area if mob died on missing mapAndrei Karas1-1/+8
2020-06-01Add missing vd checks into clif.cAndrei Karas1-0/+5
2020-06-01Fix possible mail name in packet clif_rodex_checkname_resultAndrei Karas1-1/+1
2020-06-01Use correct struct in delayed removing mobsAndrei Karas1-6/+5
2020-05-31Merge pull request #2699 from Kenpachi2k13/multi_itemskillHaru1-13/+19
2020-05-31Implement loudhailer() script commandKenpachi Developer1-1/+3
2020-05-30Removed unused variable sd from clif_maptypeproperty2()Kenpachi Developer1-3/+0
2020-05-30Make mineffect flag not being affected by sd->state.lesseffect in clif_maptyp...Kenpachi Developer1-1/+1
2020-05-13Enable receiving not NULL terminated whisper names with a length of 24 charac...Kenpachi Developer1-13/+6
2020-05-13Add skill_enabled_npc battle flag and implement usageKenpachi Developer1-6/+12
2020-05-13Extend item_enabled_npc battle flag with option for usable itemsKenpachi Developer1-2/+2
2020-05-10Don't abort auto-cast skills if sd->ud.skilltimer is not INVALID_TIMERKenpachi Developer1-2/+2
2020-05-10Use auto_cast_current instead of autocastKenpachi Developer1-11/+11
2020-05-10Add pc_autocast_set_current() callsKenpachi Developer1-0/+6
2020-05-10Merge pull request #2705 from Kenpachi2k13/string_var_sizeHaru1-1/+1
2020-05-09Adjust size of fields holding a string variable's value to SCRIPT_STRING_VAR_...Kenpachi Developer1-1/+1
2020-05-04Add packet ZC_LAPINEUPGRADE_RESULTAndrei Karas1-0/+18
2020-05-04Add packet CZ_LAPINEUPGRADE_MAKE_ITEM (unimplimented)Andrei Karas1-0/+9
2020-05-04Add packet CZ_LAPINEUPGRADE_CLOSEAndrei Karas1-0/+8
2020-05-04Add packet ZC_LAPINEUPGRADE_OPENAndrei Karas1-0/+18
2020-05-04Fix security check in lapin ack packet handlerAndrei Karas1-1/+4
2020-05-04Add missing functions for name ack packetsAndrei Karas1-0/+19
2020-04-05Merge pull request #2637 from Kenpachi2k13/fakename_fixHaru1-81/+131
2020-04-05Apply code style to clif_parse_pet_evolution() functionKenpachi Developer1-35/+44
2020-04-05Apply code style to clif_parse_LoadEndAck() functionKenpachi Developer1-172/+202
2020-04-05Add enum for pet intimacy levels and use its constantsKenpachi Developer1-2/+2
2020-04-05Add enum for pet hunger levels and use its constantsKenpachi Developer1-1/+1
2020-04-05Merge pull request #2657 from Kenpachi2k13/autocast_clean_upHaru1-12/+36
2020-04-02Add always triggered assert in clif_unknownname_ackAndrei Karas1-0/+1
2020-04-02Fix typo in packet PACKET_ZC_SE_CASHSHOP_OPEN (Fixes #2669)Andrei Karas1-1/+1
2020-03-14Remove skillitem and skillitemlv variables and use map_session_data->autocast...Kenpachi Developer1-4/+4
2020-03-14Use map_session_data->autocast.type instead of skillitem variable to check fo...Kenpachi Developer1-4/+4
2020-03-14Remove map_session_data->state.itemskill_* and use map_session_data->autocast...Kenpachi Developer1-1/+1
2020-03-14Remove skill_is_item_skill() function and use map_session_data->autocast.type...Kenpachi Developer1-1/+1
2020-03-14Add skill_validate_autocast_data() function callsKenpachi Developer1-0/+24
2020-03-14Add pc_autocast_clear() function callsKenpachi Developer1-2/+2
2020-03-14Rename function pc_itemskill_clear() to pc_autocast_clear()Kenpachi Developer1-1/+1
2020-03-13Apply code style to clif_charnameupdate() functionKenpachi Developer1-24/+35
2020-03-13Apply code style to clif_pcname_ack() functionKenpachi Developer1-39/+46
2020-03-13Implement display options in clif_charnameupdate() functionKenpachi Developer1-9/+32
2020-03-13Implement display options in clif_pcname_ack() functionKenpachi Developer1-27/+43
2020-03-09Merge pull request #2651 from Emistry/clif_selllist_favoriteHaru1-0/+3