summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30Add different fixes for gcc 7 warnings.Andrei Karas1-0/+1
2016-09-27In clif_devotion dont read skill range if player not have this skill.Andrei Karas1-2/+12
2016-09-12Use fixed size for packet 0x25d, because it used size from other packet.Andrei Karas1-2/+2
2016-09-12Add missing packet version checks in clif.cAndrei Karas1-0/+35
2016-09-12Send correct homunculus rename flag to client. (Fixes #1424)Andrei Karas1-1/+1
2016-09-12Add packet id clif_bg_hp (0xa0e)Andrei Karas1-10/+28
2016-09-12Add script command navigateto. Add packet for this command.Andrei Karas1-0/+42
2016-09-12Add packet id clif_buyingstore_update_item (0x9e6 / ZC_UPDATE_ITEM_FROM_BUYIN...Andrei Karas1-7/+20
2016-09-12Add packet id clif_vendingreport (0x9e5 / ZC_DELETEITEM_FROM_MCSTORE2)Andrei Karas1-8/+20
2016-09-12Add packet id clif_hominfo (0x9f7 / ZC_PROPERTY_HOMUN_2)Andrei Karas1-34/+53
2016-09-12Add packet id clif_heal for 20150513 (0x0a27 / ZC_RECOVERY2)Andrei Karas1-6/+17
2016-09-12Add packet id clif_skill_nodamage for 20131223 (0x9c7 / ZC_USE_SKILL2)Andrei Karas1-16/+29
2016-08-16Corrected the showscript packetEmistry Haoyan1-1/+1
2016-07-25Added a missing entry into messages.conf and added some comments where missin...epuncker1-32/+24
2016-07-19Add skill atributes for allow moving while casting skill.Andrei Karas1-1/+1
2016-07-14Fixes warp facing direction.KirieZ1-1/+2
2016-07-14Simplify clif_skillcasting and rename to clif_useskill.Andrei Karas1-2/+3
2016-07-12Interface grfio.chemagx1-2/+3
2016-07-10Use different interface members for start sc effects and show started effect ...Andrei Karas1-2/+3
2016-07-08Fixed a compilation error on packetvers older than 20071106Haru1-29/+37
2016-07-02Trivialities: indentation fixesHaru1-2/+2
2016-07-02Fix guild skill range check in clif_parse_UseSkillToId.Andrei Karas1-1/+1
2016-06-30Use item attribute as flags varible. Now only ATTR_BROKEN flag exists.Andrei Karas1-4/+4
2016-06-25Added option to strip hard line-breaks from `mes` dialogsHaru1-0/+14
2016-06-23Interface clif_bl_type now it's clif->bl_typehemagx1-6/+7
2016-06-23Interface disguised function, now it's clif->isdisguised.hemagx1-50/+59
2016-06-23Fix Possible Crash on clif_bl_type now it checks if vd is nullhemagx1-12/+30
2016-05-14Replaced 'unsigned int' with 'uint32' (guaranteed size) in all packed structsHaru1-1/+1
2016-05-08Fixed various issues pointed out by cppcheckHaru1-1/+1
2016-04-30Fixed a warning in VS2015Haru1-6/+7
2016-04-30Corrected truncation of the last letter in whisper messagesHaru1-7/+7
2016-04-29Fix compilation warnings with gcc 6.Andrei Karas1-3/+0
2016-04-28Corrected truncation of the last letter in party messagesHaru1-13/+15
2016-04-23Corrected the type of the 'length' argument of other message-related functionsHaru1-5/+5
2016-04-23Removed the 'len' argument from various message-related functionsHaru1-6/+10
2016-04-23Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()Haru1-10/+12
2016-04-23Corrected the type of the 'length' argument of various broadcast-related func...Haru1-5/+5
2016-04-23Corrected the type for several variables through the codeHaru1-72/+94
2016-04-23Changed map_session_data::chatID to int (and renamed to chat_id)Haru1-14/+14
2016-04-23Removed some code duplication in chat processing functionsHaru1-72/+5
2016-04-23Refactored the chat message packet processing functionsHaru1-180/+238
2016-04-23Split supernovice angel call message detection to its own functionHaru1-31/+1
2016-03-20Dropped typedef from DBIteratorHaru1-2/+2
2016-03-19Updated Entity PacketsDastgir1-0/+3
2016-03-19status_get_name returns NULL instead of Unknown, Changed all functions to use...Dastgir1-2/+2
2016-03-19Implemented new function clif_get_bl_nameDastgir1-0/+17
2016-03-10Add new logging types.Andrei Karas1-3/+3
2016-02-24Edited npc->selllist() to use the new struct itemlistHaru1-5/+20
2016-02-24Edited npc->buylist() to use the new struct itemlistHaru1-5/+18
2016-02-24Edited npc->market_buylist() to use the new struct itemlistHaru1-21/+30