summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-12Update packet version check in clif_parse_RouletteInfo.Andrei Karas1-1/+1
2018-07-01Fix some warnings caused by static functions defined and unusedHaru1-0/+9
2018-07-01Change functions to static where possible (Part 4 - map)Haru1-1063/+1299
2018-07-01Fix some incorrect format strings that I forgot to update in e32fe0d37Haru1-2/+2
2018-07-01Fix a sign comparison issueHaru1-2/+2
2018-06-30add support for send target in unittalkAsheraf1-5/+9
2018-06-30split clif_disp_overhead into 2 functions and convert to struct formatAsheraf1-15/+37
2018-06-29Fix for clif_parse_RouletteInfo for new 2018 clients.Andrei Karas1-0/+3
2018-06-29Add support for new auth error packet in zero.Andrei Karas1-4/+19
2018-06-29Add new packet for change map server with air ship.Andrei Karas1-0/+23
2018-06-29Add new packet for change map with airship (warp).Andrei Karas1-0/+20
2018-06-29Fix packet 836 (search in stores).Andrei Karas1-2/+10
2018-06-29Merge pull request #2098 from Asheraf/pairshipupdateHaru1-6/+6
2018-06-25Implemented Pet Evolution System.Dastgir1-0/+114
2018-06-25Implemented Pet AutofeedingDastgir1-8/+22
2018-06-22enable use of private airship on packetver_mainAsheraf1-6/+6
2018-06-18Merge pull request #2064 from 4144/updatepacketsHaru1-12/+19
2018-06-18Merge pull request #2069 from marky291/patch-1Haru1-1/+1
2018-06-18Merge pull request #2072 from 4144/fixvendHaru1-4/+4
2018-06-18followup ec527a6a2d2d915fb23ebb9b62c684eb7ad9b0b4 correct wrong respond messa...Asheraf1-2/+2
2018-06-14Split enum zc_ui_types by supported packet versions.Andrei Karas1-7/+14
2018-06-13Add cz enum for types in packet 0x0a68.Andrei Karas1-6/+6
2018-06-07Fix clif_parse_OpenVending with empty items list.Andrei Karas1-4/+4
2018-06-06typo fix clif.cMark Hester1-1/+1
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