summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-14quick warning fix.Andrei Karas1-1/+3
2018-06-14Fix clif_parse_OpenVending with empty items list.Andrei Karas1-4/+4
2018-06-13Split enum zc_ui_types by supported packet versions.Andrei Karas1-6/+11
2018-06-13Add cz enum for types in packet 0x0a68.Andrei Karas1-6/+6
2018-06-02Implementation of stylist uiAsheraf1-0/+204
2018-06-02Merge pull request #842 from AnnieRuru/request_6Haru1-0/+6
2018-06-02Merge pull request #2038 from 4144/msiHaru1-21/+29
2018-05-312012-2018 !Maytichai Saowa1-1/+1
2018-05-29Add autogenerated messages list headers with original strings and translation.Andrei Karas1-8/+16
2018-05-29Fix wrong values in clif_messages enum.Andrei Karas1-8/+8
2018-05-29Use enum clif_messages in functions clif_msgtable*.Andrei Karas1-5/+5
2018-05-07Merge pull request #1998 from Asheraf/private_airshipHaru1-0/+45
2018-05-06Merge pull request #2030 from 4144/updatepacketsHaru1-0/+6
2018-05-04Implementation of Private AirShipAsheraf1-0/+45
2018-05-04Add setpcblock & checkpcblock script commandsAnnieRuru1-0/+6
2018-05-04Add empty function for packet 0x0447 PACKET_CZ_BLOCKING_PLAY_CANCEL.Andrei Karas1-0/+6
2018-05-02Fix possible wrong buffer size usage in clif.c.Andrei Karas1-6/+6
2018-04-18Enable attendance system for PACKETVER_ZERO_NUM >= 20180411Asheraf1-4/+4
2018-04-18Enable new drop packet for PACKETVER >= 20180418Asheraf1-1/+1
2018-04-08Merge pull request #2002 from Asheraf/homunaffixHaru1-0/+7
2018-04-08Merge pull request #2006 from Jedzkie/MessageFixesHaru1-0/+2
2018-04-07Implementation of Attendance systemAsheraf1-0/+197
2018-04-08Update Skill/Item messagesJedzkie1-0/+2
2018-04-07Add missing #if into clif_quest_notify_objective.Andrei Karas1-0/+2
2018-04-06Add support for packet 0xaf7 in zero clients.Andrei Karas1-1/+1
2018-04-04Add support for packet ZC_MSG_COLORAsheraf1-0/+21
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf1-0/+31
2018-04-03Merge pull request #1986 from Megasantos/login_date_guildHaru1-1/+1
2018-04-03Merge pull request #1111 from dastgir/24-2015QuestsHaru1-30/+110
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+59
2018-03-29add missing homunculus autofeed update on change mapAsheraf1-0/+7
2018-03-29Simplify version checks with new packet version defines.Andrei Karas1-6/+4
2018-03-14- Implemented login date for guild members.Jônatas Andreta1-1/+1
2018-03-13Added quest_notify_objective and its packetDastgir1-0/+38
2018-03-13Extended UPDATE_MISSION_HUNT to support new packetDastgir1-0/+5
2018-03-12Changed UPDATE_MISSION_HUNT packet to structure formDastgir1-15/+23
2018-03-12Extended ADD_QUEST to support new packetDastgir1-0/+11
2018-03-12Changed ADD_QUEST packet to structure formDastgir1-15/+24
2018-03-12Implemented ZC_ALL_QUEST_LIST3 Packet.Dastgir1-1/+10
2018-03-11Merge pull request #1541 from Normynator/masterHaru1-9/+15
2018-03-11Merge pull request #1936 from dastgir/2017-3_rodexHaru1-1/+1
2018-03-11Merge pull request #1987 from guilherme-gm/rodexfixesHaru1-7/+13
2018-03-11Fix packet character name request reply for 20180221 clients.Andrei Karas1-5/+20
2018-03-11Fix friend list packet for clients 20180221 and newer.Andrei Karas1-5/+13
2018-03-11Fix friend status update packet for clients 20180221 and newer.Andrei Karas1-1/+8
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in r...Guilherme G. Menaldo1-4/+10
2018-03-08Fixed RoDEX mail return not working correctlyGuilherme G. Menaldo1-3/+3
2018-02-27Add missing checks info clif_parse_* functions.Andrei Karas1-58/+139
2018-02-19Changed Kafrapoints calculation.Normynator1-9/+15
2018-02-13Fix unterminated strings in ZC_BATTLEFIELD_CHATHaru1-12/+9