summaryrefslogtreecommitdiff
path: root/src/map/packets_struct.h
AgeCommit message (Expand)AuthorFilesLines
2018-06-13Split enum zc_ui_types by supported packet versions.Andrei Karas1-0/+7
2018-06-02Implementation of stylist uiAsheraf1-0/+15
2018-05-04Implementation of Private AirShipAsheraf1-0/+11
2018-04-18Enable new drop packet for PACKETVER >= 20180418Asheraf1-2/+2
2018-04-07Implementation of Attendance systemAsheraf1-0/+17
2018-04-04Add support for packet ZC_MSG_COLORAsheraf1-0/+6
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf1-0/+7
2018-03-13Added quest_notify_objective and its packetDastgir1-1/+23
2018-03-13Extended UPDATE_MISSION_HUNT to support new packetDastgir1-1/+11
2018-03-12Changed UPDATE_MISSION_HUNT packet to structure formDastgir1-0/+22
2018-03-12Extended ADD_QUEST to support new packetDastgir1-1/+14
2018-03-12Changed ADD_QUEST packet to structure formDastgir1-0/+25
2018-03-12Implemented ZC_ALL_QUEST_LIST3 Packet.Dastgir1-5/+14
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+36
2018-01-14Update party member and party info packets.Andrei Karas1-0/+55
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru1-1/+7
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-1/+7
2017-12-11Add support for packet ZC_PROGRESS_ACTORAsheraf1-0/+10
2017-11-16Implement skill scale packet for client versions >= 20151223.Asheraf1-0/+13
2017-10-21Add rodex 2017 packets.Andrei Karas1-2/+21
2017-09-19Fix compile errors with some specific PACKETVER valuesHaru1-1/+1
2017-07-30Implementation of RoDEXKirieZ1-0/+212
2017-06-25Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 based on rathena commit:Andrei Karas1-1/+7
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-3/+3
2017-04-04Implementation of Item Options System.Smokexyz1-3/+3
2017-04-04Add missing non shuffle packets for 2014 - 2015 years.Andrei Karas1-1/+1
2017-03-21Fix map server auth packet for clients >= 20160330.Andrei Karas1-2/+6
2017-02-06Fixes named items having their names changed when near other players/name's o...KirieZ1-0/+9
2016-05-14Replaced 'int' with 'int32' (guaranteed size) in all packed structsHaru1-45/+45
2016-05-14Replaced 'char' (except 'char[]') with 'int8' (guaranteed size) in all packed...Haru1-11/+11
2016-05-14Replaced 'short' with 'int16' (guaranteed size) in all packed structsHaru1-202/+202
2016-05-14Replaced 'unsigned int' with 'uint32' (guaranteed size) in all packed structsHaru1-62/+62
2016-05-14Replaced 'unsigned short' with 'uint16' (guaranteed size) in all packed structsHaru1-39/+39
2016-05-14Replaced 'unsigned char' with 'uint8' (guaranteed size) in all packed structsHaru1-77/+77
2016-04-23Refactored the chat message packet processing functionsHaru1-0/+13
2016-04-16Rewrite client interface for login server (part 1)hemagx1-1/+6
2016-03-19Updated Entity PacketsDastgir1-0/+3
2016-02-24Edited npc->market_buylist() to use the new struct itemlistHaru1-2/+1
2016-02-24Added const qualifier to various variable/argument pointersHaru1-0/+1
2016-01-12Whitespace cleanup (removed alignment tabs or trailing whitespace at line end)Haru1-3/+3
2015-12-25Implemented NoViewIDDastgir1-1/+1
2015-12-25Added New ViewEquip packetDastgir1-1/+3
2015-12-25New Entity Packets Implemented (Thanks to Rytech)Dastgir1-10/+45
2015-12-15Added GPL-compliant header to all sources and build scriptsHaru1-2/+19
2015-12-02Fixed compile errors on very old PACKETVERsHaru1-2/+6
2015-10-21Fixed Typos (+1 squashed commits)ossi01101-0/+48
2015-08-27Hotkey Rotate Packet ImplementedDastgir1-0/+19
2015-08-27Fixes Unidentified items bug in client >= 20150226Dastgir1-4/+4
2015-08-16New EquipPackets SupportDastgir1-8/+55
2015-06-19Fixed some conditionally-declared packet structures causing plugin build fail...Haru1-2/+10