summaryrefslogtreecommitdiff
path: root/src/map/clif.h
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-13Added an include in clif.h to avoid a complaint of gcctoms1-1/+1
2008-04-11The max_account_id packetver detection mechanism will never cause any connect...ultramage1-1/+0
2008-04-11More questlog code.Kevin1-0/+5
2008-04-10Some preliminary code for the questlog system (clif packet functions and basi...Kevin1-0/+3
2008-04-08Fixed party invitation ack messages not displaying on recent clients (bugrepo...ultramage1-1/+2
2008-04-08Modified PACKETVER for recent clients to use a YYYYMMDD date format instead o...ultramage1-11/+12
2008-04-08Reverted L0ne_W0lf's change of PACKETVERtoms1-1/+1
2008-04-08Updated MAX_GUARDIANS to support an insane amount of guardians.L0ne_W0lf1-1/+1
2008-04-07* Made script command 'flagemblem' and guild_emblem_change send an update of ...FlavioJS1-0/+1
2008-04-07Removed the 'wait close' timer that closed a session's socket after 5 seconds.ultramage1-1/+0
2008-03-27Chagned trunk's default server->client PACKETVER to 9ultramage1-1/+1
2008-03-26Adjusted eAthena code to compile cleanly in C++ mode.ultramage1-6/+6
2008-03-18- Added the official adoption method.zephyrus1-2/+3
2008-03-11Replaced clif_countusers() with a more efficient alternative (thanks to the f...ultramage1-1/+0
2008-03-08Corrected a problem where a party invite acknowledgement would not be sent (b...ultramage1-1/+1
2008-03-08- Auction System implementation completed.zephyrus1-1/+2
2008-03-08- Added support for Auction Close and Cancel.zephyrus1-0/+1
2008-03-07- More updates to Auctions. Now you "really" can register auctions, limit to ...zephyrus1-0/+1
2008-03-05- Merged Auction Search and Register. It seen to work fine, so you can test t...zephyrus1-2/+3
2008-03-05* Added code to clear the Illusionary Shadow effect (followup to r12293)ultramage1-1/+1
2008-02-29- Starting preparatives for Auctions System.zephyrus1-0/+3
2008-02-28- Added cash shop support. (i need to add documentation, working on it).zephyrus1-0/+2
2008-02-27Added support for the "view player equip" feature (see topic:174461)ultramage1-0/+5