summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Fix unterminated strings in ZC_BATTLEFIELD_CHATHaru1-12/+9
2018-02-10Merge pull request #1890 from lucaslsb/stableHaru1-0/+3
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-6/+6
2018-02-08Fix different clan issues.Andrei Karas1-1/+1
2018-02-06Merge pull request #1718 from Murilo-BiO/clan_systemHaru1-0/+183
2018-02-04Hide area packets from hidden players/gms.Andrei Karas1-1/+7
2018-01-30Overflow correction in visual function bg_messageLucas Brito1-0/+3
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+183
2018-01-14Update party member and party info packets.Andrei Karas1-59/+39
2018-01-14Send wrong bank status by bank check packet status in clif_parse_BankCheck.Andrei Karas1-8/+8
2018-01-14Add new map server change packet 0x0ac7.Andrei Karas1-8/+14
2018-01-14Split packets_shuffle.h into main and zero shuffle packets.Andrei Karas1-1/+5
2018-01-14Split packet_keys.h to main client keys and zero client keys.Andrei Karas1-3/+7
2018-01-14Move custom keys definition from packets_keys.h into clif.cAndrei Karas1-0/+4
2018-01-14Merge pull request #1939 from Asheraf/zero_drop_packetHaru1-1/+9
2018-01-14Merge pull request #1929 from Asheraf/progressbarHaru1-1/+25
2017-12-23Add support for new drop packet 0xadd for zero clientsAsheraf1-1/+9
2017-12-17Merge pull request #1923 from 4144/fixpacketsHaru1-4/+6
2017-12-11Add support for packet ZC_PROGRESS_ACTORAsheraf1-1/+25
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