summaryrefslogtreecommitdiff
path: root/src/map/clif.c
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-28* Added clr_type enumeration for vanish effect constants.ai4rei1-17/+17
2010-11-28* Resolved multiple issues with the party booking system (bugreport:4573, sin...ai4rei1-11/+11
2010-11-28* Made the party booking search pass results as array of pointers, rather tha...ai4rei1-4/+3
2010-11-28* Replaced literal constants related to the party booking system with defines.ai4rei1-7/+7
2010-11-24* Fixed pets with player sprites causing the client to crash while looking fo...ai4rei1-2/+2
2010-11-22* Fixed disguising as player clone causing the client to crash while looking ...ai4rei1-2/+2
2010-11-22* Fixed guild and guild member exp truncation issue (bugreport:4130, since r1...ai4rei1-1/+1
2010-11-10Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no tr...Paradox924X1-16/+13
2010-11-08Send the actual level of the person you're trading with rather than limiting ...Paradox924X1-2/+2
2010-11-07Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment i...Gepard1-0/+6
2010-11-02Applied patch by xazax to clean up various bits of code across mapserver code...Paradox924X1-3/+1
2010-10-11Added a missing const qualifier to a variable. (bugreport:4472)Paradox924X1-1/+1
2010-10-09Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls.Paradox924X1-153/+153
2010-10-06* Touched up the party booking patch, seems I forgot some lines in clif.c...a...L0ne_W0lf1-0/+6
2010-10-05* Added Spira's Party Booking System implementationL0ne_W0lf1-1/+146
2010-09-18* Added bard/dancer songs and duets to the nodispell list. (bugreport:4411)L0ne_W0lf1-5/+2
2010-09-09All mobs whose display sprites are those of a job id will now appropriately b...Paradox924X1-1/+1
2010-08-26- Fixed duration of Box_Of_Sunlight. (bugreport:4408)brianluau1-0/+4
2010-08-20- Added a few missing updates to the last packet update to properly support p...Skotlex1-2/+6
2010-08-20Fixed a typo in clif_storagelistInkfish1-1/+1
2010-08-19- Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ...Skotlex1-47/+146
2010-08-17Fixed an exploit where unauthorized GMs can give zeny through auction.Inkfish1-0/+6
2010-08-14* Quest log kill count now updated properly. (Added from topic 253813)L0ne_W0lf1-11/+13
2010-08-03- Merged a few minor bugfixesSkotlex1-76/+212
2010-06-28* Follow up to r13895, added a battle.conf setting to control if ranges shoul...L0ne_W0lf1-8/+0
2010-06-20Fixed codepage indicators being included in NPCs' whispervars. (bugreport:4325)Gepard1-0/+3