summaryrefslogtreecommitdiff
path: root/src/map/clif.h
AgeCommit message (Expand)AuthorFilesLines
2018-04-07Implementation of Attendance systemAsheraf1-0/+31
2018-04-04Add support for packet ZC_MSG_COLORAsheraf1-0/+1
2018-04-04Add support for packet ZC_FORMATSTRING_MSGAsheraf1-0/+1
2018-04-03Merge pull request #1111 from dastgir/24-2015QuestsHaru1-0/+1
2018-04-03Merge pull request #1965 from dastgir/2018/3-hateffectHaru1-0/+3
2018-03-13Added quest_notify_objective and its packetDastgir1-0/+1
2018-03-08Fixed a nullpo error when user tried to do an action in an unloaded mail in r...Guilherme G. Menaldo1-1/+1
2018-02-10Clean up trailing whitespace and non-indent tabsHaru1-1/+1
2018-02-09Implemented hatEffect.Dastgir1-0/+3
2018-01-25Implementation of Official Clan SystemMurilo Pereti Tavares1-0/+8
2017-12-11Add support for packet ZC_PROGRESS_ACTORAsheraf1-0/+1
2017-12-08Merge pull request #1898 from Asheraf/homunafHaru1-3/+11
2017-11-18Implement Homunculus autofeedingAsheraf1-3/+11
2017-11-16Implement skill scale packet for client versions >= 20151223.Asheraf1-0/+1
2017-10-21Add rodex 2017 packets.Andrei Karas1-0/+1
2017-10-21Add packets for 64 bit exp.Andrei Karas1-1/+1
2017-10-21Merge pull request #1812 from mekolat/partyleader2Haru1-0/+1
2017-08-01add option to restrict party leader change to same mapgumi1-0/+1
2017-07-30Implementation of RoDEXKirieZ1-0/+28
2017-06-25Add packet 0xabd for send job and base levels to party members.Andrei Karas1-0/+1
2017-04-25Merge pull request #1689 from Jedzkie/2-GiantFlyWingHaru1-24/+26
2017-04-23Implemented official Giant Fly Wing EffectJedzkie1-24/+26
2017-04-20Fix showing NO_MSG messages when using below 20101123 clientsJedzkie1-0/+1
2017-04-09Merge pull request #1598 from Smokexyz/IROHaru1-1/+1
2017-04-04Implementation of Item Options System.Smokexyz1-1/+1
2017-03-14Fixed MVP exp message issue for clients 2013-12-23cRagexe and newerEmistry Haoyan1-0/+1
2017-02-26Added option to show classchange only to one player (#1587)Guilherme G. M1-1/+1
2016-10-28Fixed copyright year for 2016Lemongrass31101-1/+1
2016-09-12Add script command navigateto. Add packet for this command.Andrei Karas1-0/+1
2016-09-12Add packet id clif_buyingstore_update_item (0x9e6 / ZC_UPDATE_ITEM_FROM_BUYIN...Andrei Karas1-1/+1
2016-09-12Add packet id clif_vendingreport (0x9e5 / ZC_DELETEITEM_FROM_MCSTORE2)Andrei Karas1-1/+1
2016-07-14Simplify clif_skillcasting and rename to clif_useskill.Andrei Karas1-1/+1
2016-07-10Use different interface members for start sc effects and show started effect ...Andrei Karas1-0/+1
2016-07-08Fixed a compilation error on packetvers older than 20071106Haru1-11/+11
2016-07-02Trivialities: indentation fixesHaru1-2/+2
2016-06-23Interface clif_bl_type now it's clif->bl_typehemagx1-0/+1
2016-06-23Interface disguised function, now it's clif->isdisguised.hemagx1-1/+2
2016-06-23Fix Possible Crash on clif_bl_type now it checks if vd is nullhemagx1-4/+21
2016-04-23Corrected the type of the 'length' argument of other message-related functionsHaru1-1/+1
2016-04-23Removed the 'len' argument from various message-related functionsHaru1-1/+1
2016-04-23Removed the 'len' argument from clif_disp_onlyself() and clif->disp_message()Haru1-2/+2
2016-04-23Corrected the type of the 'length' argument of various broadcast-related func...Haru1-2/+2
2016-04-23Refactored the chat message packet processing functionsHaru1-1/+2
2016-03-19Implemented new function clif_get_bl_nameDastgir1-2/+4
2016-02-24Edited npc->market_buylist() to use the new struct itemlistHaru1-1/+2
2016-02-24Added const qualifier to various variable/argument pointersHaru1-2/+2
2016-02-24Added const qualifier to several variable/argument pointersHaru1-2/+2
2016-01-31Move P2PTR Macro to socket header and split the macro into two macros for WFI...hemagx1-7/+0
2016-01-16Added OneClickIdentify packetDastgir1-0/+1
2016-01-09Sanitized various macrosHaru1-1/+1