summaryrefslogtreecommitdiff
path: root/src/map/clif.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-30* Merged changes from trunk [14636:14686/trunk].ai4rei1-2/+0
2010-12-26* Merged changes from trunk [14496:14630/trunk].ai4rei1-12/+109
2010-10-11Follow up from r14413, should take care of the errors from bugreport:4472.L0ne_W0lf1-0/+1
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-0/+7
2010-09-18* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)L0ne_W0lf1-1/+1
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-3/+3
2010-06-09* Added support for packet 0x7fe which changes the bgm temporarily for a sing...Yommy1-0/+1
2010-06-01Replaced all occurrences of 'leaved' with 'withdraw'.Paradox924X1-1/+1
2010-06-01Rewrote and optimized clif_hpmeter to employ map_foreachinarea() rather than ...Paradox924X1-0/+1
2010-04-23Merged a few updates for supporting renewal clients (thanks to Diablo): [Skot...skotlex1-1/+1
2010-03-24* Implemented NPC_TALK (Credit to SnakeDrak and Daegaladh)L0ne_W0lf1-0/+1
2010-02-062010/02/06Inkfish1-0/+1
2010-01-30- Added support for PACKETVER 20100105, which updates the vending related pac...skotlex1-1/+1
2010-01-15* Fixed change cart packet doesn't check for skill.Inkfish1-0/+2
2009-11-19- Applied the renewal client support patch from Diablo (eA forum topic 222623)skotlex1-29/+3
2009-11-03Extended broadcast implementation:Gepard1-3/+2
2009-09-13* Progressbar aborts when player is attacked.Inkfish1-0/+1
2009-09-12* Clarified the names of some questlog functions and eventually implemented k...Inkfish1-5/+6
2009-09-04* QuestLog Fix.Inkfish1-1/+1
2009-08-25Implemented Progress Bar.(topic:207933)Inkfish1-0/+3
2009-08-02* Questlog code cleanup.Inkfish1-0/+3
2009-07-25Rewrote Quest Log system.Inkfish1-2/+1
2009-06-20- Instancing System (Thanks to Sirius White who did most of the code, with so...zephyrus1-0/+5
2009-05-12- Rental items now can be stackable items too.zephyrus1-0/+4
2009-03-30Defined new server-side PACKETVER 20081126 to add support for the modified pe...ultramage1-1/+2
2009-03-29- Implementing official battleground "emblem" crossed swords icon.zephyrus1-8/+2
2009-03-25Added correct packets for the food item creation window.ultramage1-0/+1
2009-03-24* Added support for new status change packet, uses new setting display_status...Sara1-1/+1
2009-03-17- Implemented official battlechat packets (thanks to Pakpil).zephyrus1-3/+5
2009-02-26- Fixed item Nemesis.zephyrus1-0/+21
2009-01-22* Changed val4 of SC_BLADESTOP from a block_list pointer to an id. (64bit por...FlavioJS1-1/+1
2008-12-28- Book reading script command.zephyrus1-0/+3
2008-11-16- Item Rental System.zephyrus1-0/+4
2008-10-15- Added the required changes to support the 2008-09-10+ clientsskotlex1-2/+2
2008-10-06voided out clif_blown as per Valaris' instruction.L0ne_W0lf1-1/+1
2008-10-06Fixed knockback not updating the client position of disguised players (bugrep...ultramage1-2/+2
2008-09-10- Full implementation of mercenary skills.zephyrus1-1/+1
2008-08-31* More mercenary updates.zephyrus1-0/+1
2008-08-24- Implemented Mercenary Scrolls (item_db)zephyrus1-0/+1
2008-08-23- Mercenary Packets (Server to Client). Still need a little more info.zephyrus1-0/+4
2008-07-26- Implemented official Convex Mirror (With help of Yomanda and Sirius White)zephyrus1-0/+1
2008-07-13storage code cleanup (no behavioral changes yet)ultramage1-8/+8
2008-07-10Renamed 'struct storage' to 'struct storage_data' (to make 'storage' availabl...ultramage1-4/+4
2008-06-29Random assortment of various small corrections and tweaks.ultramage1-1/+0
2008-06-11Increased MAX_PACKET_DB to handle the new packet range.ultramage1-1/+1
2008-05-26Added clif_announce_ex() for broadcasts with varying font sizeultramage1-0/+1
2008-05-09Added correct extended info packets for items that are being moved into stora...ultramage1-1/+1
2008-05-02* Added backward compatible handling of PACKETVER 8 and 9. (followup to r12539)FlavioJS1-0/+9
2008-05-02Replaced the very ineffective clif_foreachclient() with map_foreachpc() since...ultramage1-1/+0
2008-04-15Used a forward declaration of the struct quest instead of including mmo.htoms1-1/+2