summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-01Make AttackType can be grouped by levelsKenpachi Developer1-3/+3
2020-05-31Merge pull request #2699 from Kenpachi2k13/multi_itemskillHaru1-13/+19
2020-05-13Enable receiving not NULL terminated whisper names with a length of 24 charac...Kenpachi Developer1-13/+6
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
2020-03-09Merge pull request #2642 from Kenpachi2k13/zone_disabled_items_fixHaru1-0/+59
2020-03-08Change the name of all functions which got their return-value meaning changedskyleo1-4/+4
2020-03-08Refactor code using directions to use enum unit_dirskyleo1-9/+1
2020-03-07Item with favorite flag can't sell to NPC.Emistry Haoyan1-0/+3
2020-03-07Add execution of unequip script when entering a zone where item is restrictedKenpachi Developer1-0/+59
2020-02-23Add workaround for fix Visual Studio bug (error C2233)Andrei Karas1-4/+9
2020-02-21Adjust clif_pcname_ack() function to always use PACKET_ZC_ACK_REQNAMEALLKenpachi Developer1-8/+1
2020-02-09Converted packet ZC_AUTORUN_SKILL to structure.Kenpachi Developer1-13/+14
2020-02-09Added skill_is_item_skill() function.Kenpachi Developer1-1/+1
2020-02-09Added pc_itemskill_clear() function.Kenpachi Developer1-0/+1
2020-02-09Added a new option flag to itemskill() script command to be able to forcefull...Kenpachi Developer1-1/+7
2020-02-09Merge pull request #2590 from Kenpachi2k13/issue#2530Haru1-2/+2
2020-02-09Add a function to send PACKET_ZC_STATE_CHANGE to a single targetAsheraf1-0/+28
2020-02-09Update PACKET_ZC_STATE_CHANGE to use struct formatAsheraf1-38/+18
2020-02-09Change unload NPC behavior to kill mobs that were spawned by unloaded NPC (no...Kenpachi Developer1-2/+2
2020-02-09Enable packet ZC_SE_CASHSHOP_OPEN for main and re clientsAndrei Karas1-1/+1