summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2017-12-17Merge pull request #1923 from 4144/fixpacketsHaru1-4/+6
2017-12-08Merge pull request #1898 from Asheraf/homunafHaru1-12/+26
2017-12-02Split normal packets and shuffle packets into separate files.Andrei Karas1-0/+1
2017-12-02Add missing cutin packet value comment.Andrei Karas1-0/+1
2017-12-02Add missing kick reasons into clif_authfail_fd.Andrei Karas1-0/+2
2017-12-02Use skill inf value as int32 in all packets.Andrei Karas1-4/+2
2017-11-18Implement Homunculus autofeedingAsheraf1-12/+26
2017-11-18Merge pull request #1903 from Asheraf/skill_scaleHaru1-0/+31
2017-11-16Implement skill scale packet for client versions >= 20151223.Asheraf1-0/+31
2017-11-05Reduce confusion between skill IDs and skill DB indexes (part 2)Haru1-5/+5
2017-11-04Refresh npc after changing fields in setunitdata.Andrei Karas1-10/+15
2017-11-04Allow each npc use own view_data structure.Andrei Karas1-0/+4
2017-10-30Add monster spawn boss flag for miniboss: miniboss_monsterAndrei Karas1-9/+18
2017-10-21Add rodex 2017 packets.Andrei Karas1-3/+92
2017-10-21Add packets for 64 bit exp.Andrei Karas1-18/+55
2017-09-21Split packets and packets keys.Andrei Karas1-1/+2
2017-09-21Change char server packets for 20170830 and newer clients.Andrei Karas1-2/+2
2017-09-19remove trailing whitespaces from sourcegumi1-7/+7
2017-09-19Fix compile errors with some specific PACKETVER valuesHaru1-3/+5
2017-09-17Move other view-related variables to `sd->status.look`Haru1-4/+4
2017-09-17Differentiate variables that hold a ViewSprite and a Subtype (part 2)Haru1-2/+2
2017-09-17Differentiate variables that hold a ViewSprite and a weapon SubtypeHaru1-2/+2
2017-09-17Split 'View' in two different fields in the item databaseHaru1-2/+2
2017-09-05Adjust rodex packet versions based on tests.Andrei Karas1-1/+1
2017-08-13Reported rodex bug fixes.Andrei Karas1-1/+2
2017-08-11Fix some wrong packet versions in rodex code.Andrei Karas1-4/+4
2017-08-11Whitespace fixesHaru1-2/+2
2017-08-11Fix various issues detected by coverity in rodex-related codeHaru1-1/+1
2017-07-30Implementation of RoDEXKirieZ1-0/+516
2017-07-27Fix possible buffer overflows with snprintf.Andrei Karas1-1/+1
2017-06-25Adjust packet version based on client tests.Andrei Karas1-7/+7
2017-06-25fix guild leader change in 2017 clients. Based on rathena commit:Andrei Karas1-2/+11
2017-06-25Add packet 0xabd for send job and base levels to party members.Andrei Karas1-7/+35
2017-06-25Add packet 0xa44 for party info. Based on rathena commit:Andrei Karas1-9/+31
2017-06-25Fix style in clif_party_info.Andrei Karas1-15/+16
2017-06-25Add packet 0x0a43 for party member info. Based on rathena commit:Andrei Karas1-11/+25
2017-06-25Fix style in clif_party_member_info.Andrei Karas1-13/+14
2017-06-25Add packet 0x0aa5 for 2016 clients for guild members list. Based on rathena c...Andrei Karas1-15/+27
2017-06-25Fix style in function clif_guild_memberlist.Andrei Karas1-20/+20
2017-06-25Add packet 0x0a84 for guild basic info. Based on rathena commit:Andrei Karas1-4/+15
2017-06-25Fix style in function clif_guild_basicinfo.Andrei Karas1-24/+25
2017-06-25Fix vending list packet for 2016 clients. Based on rathena commit:Andrei Karas1-2/+10
2017-06-25Add packet 0x0a37 ZC_ITEM_PICKUP_ACK_V7 based on rathena commit:Andrei Karas1-1/+7
2017-05-27Merge pull request #1722 from Smokexyz/mmo_charstatus-fixHaru1-18/+26
2017-05-22Add storage_data reception, parsing and sending to/from the map-server.Smokexyz1-18/+26
2017-05-09Merge pull request #1699 from Jedzkie/11-SummerCostumeHaru1-19/+21
2017-04-26Merge pull request #1673 from Smokexyz/IROHaru1-4/+4
2017-04-24Followup 0aa15b4 with style fixes.Smokexyz1-4/+4
2017-04-23Added the correct PACKETVER Date for MSG_NPC_WORK_IN_PROGRESS message.Jedzkie1-15/+25
2017-04-23Coding-style Fixes and White space adjustmentsJedzkie1-21/+19