summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-18* Updated packet for the view players' equip feature for 2010-11-24aRagexeRE+...ai4rei1-27/+37
2011-04-16* Added support for visible garments/robes.ai4rei1-8/+45
2011-04-16* Some cleanups related to player and monster states.ai4rei1-23/+24
2011-04-07* Throwing around with packet updates.ai4rei1-52/+57
2011-03-27* Added separate character state for vending (like for buyingstore), instead ...ai4rei1-5/+5
2011-03-27* Added support for tracking state of client command /effect through packet 0...ai4rei1-0/+21
2011-03-25* Fixed battlegrounds chat packet 0x2dc (ZC_BATTLEFIELD_CHAT) being sent with...ai4rei1-2/+5
2011-03-20* Random accumulated tweaks and fixes.ai4rei1-14/+23
2011-03-15* Fixed canceling item appraisal window (Magnifier and Identify) would preven...ai4rei1-0/+1
2011-03-08- Added official behavior of displaying party names.Kisuka1-4/+14
2011-03-07* Cleaned up packet dumping code.ai4rei1-58/+67
2011-03-06* Implemented search store info system (aka. vending and buying store search)...ai4rei1-1/+198
2011-03-02* Updates to the super novice's guardian angel prayer effect and related hand...ai4rei1-51/+24
2011-03-01* Fixed packet 0x839 (new guild member expel notification) was expected on cl...ai4rei1-2/+2
2011-02-23* Fixed whispering to NPCs (::OnWhisperGlobal) not working for NPCs whose uni...ai4rei1-1/+1
2011-02-20* Updated guild expel notification packet 0x15c (ZC_ACK_BAN_GUILD) for client...ai4rei1-3/+10
2011-02-19* Implemented buying store system (aka. reverse vending, purchase shop) toget...ai4rei1-4/+319
2011-02-15* Added support for client GM command /check (related r12076).ai4rei1-6/+61
2011-02-14* Fixed a crash when script 'npctalk' is given too long string (bugreport:475...ai4rei1-0/+18
2011-02-09* Fixed script command 'bpet' (Pet Incubator) displaying an empty egg list wh...ai4rei1-9/+7
2011-02-08* Updates to various client packets.ai4rei1-68/+27
2011-01-29* Removed @aw/@away which duplicates and collides with client's /am (away mes...ai4rei1-13/+0
2011-01-29* Fixed a map-server crash when invalid items are deleted (option 'item_check...ai4rei1-1/+1
2011-01-26* Fixed buyers, that are currently in a vending shop could be fooled into buy...ai4rei1-10/+18
2011-01-15* Various accumulated insignificant fixes to documentation, examples and comm...ai4rei1-1/+0
2011-01-14* Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria...ai4rei1-6/+6
2011-01-09* Fixed packet_len entry for packet 0x289 (ZC_PC_CASH_POINT_UPDATE) not match...ai4rei1-1/+1
2011-01-08* Fixed script command 'progressbar' resuming fails on second invocation, whe...ai4rei1-1/+3
2011-01-08* Applied fix provided by Valaris to make /pvpinfo actually work. (bugreport:...ai4rei1-5/+6
2010-12-30* Fixed improper use of itemdb_search. It does not return NULL but a dummy it...ai4rei1-5/+5
2010-12-29* Collection of random insignificant changes.ai4rei1-10/+32
2010-12-26* Fixed opening other player's vending terminating currently running NPC conv...ai4rei1-3/+4
2010-12-25* Added support for new /remove and /recall packets for 2010-08-03aRagexeRE a...ai4rei1-4/+78
2010-12-22* Resolved random compiler warnings.ai4rei1-2/+3
2010-12-15* Fixed missing check in cooking, causing cooking kit requirement could be by...ai4rei1-0/+5
2010-12-12* Updates to the playBGM functionality (since r14335).ai4rei1-4/+1
2010-12-09* Removed some of the duplicate, storage-related packet code.ai4rei1-128/+12
2010-12-07* Reverted r14563, due to multiple issues which render the source malfunction...ai4rei1-25/+25
2010-12-07Changed almost all instances of sprintf() to snprintf().Paradox924X1-25/+25
2010-12-03* Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a...ai4rei1-6/+2
2010-12-02* Random clif.c fixes and cleanups.ai4rei1-18/+27
2010-12-02* Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2).ai4rei1-3/+3
2010-12-02* Added clif_starskill (packet 0x20e, ZC_STARSKILL) to host the packet previo...ai4rei1-37/+59
2010-12-02* Various additions and updates to the comments and documentation of packets ...ai4rei1-30/+77
2010-12-02* Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec...ai4rei1-36/+10
2010-12-02* Added packet 0x1b1 (ZC_SHOWDIGIT).ai4rei1-0/+17
2010-12-01* Confirmed packet 0x291 (ZC_MSG) to be general-purpose msgstringtable.txt pa...ai4rei1-12/+12
2010-11-30* Added a define for star gladiator feel/hate info array length (follow up to...ai4rei1-1/+1
2010-11-28* Added an option to re-roll the /dice emotion server-side, to prevent cheats...ai4rei1-2/+9
2010-11-28* Added emotion_type enumeration for clif_emotion constants.ai4rei1-8/+3