Age | Commit message (Expand) | Author | Files | Lines |
2011-02-15 | * Added support for client GM command /check (related r12076). | ai4rei | 1 | -6/+61 |
2011-02-14 | * Fixed a crash when script 'npctalk' is given too long string (bugreport:475... | ai4rei | 1 | -0/+18 |
2011-02-09 | * Fixed script command 'bpet' (Pet Incubator) displaying an empty egg list wh... | ai4rei | 1 | -9/+7 |
2011-02-08 | * Updates to various client packets. | ai4rei | 1 | -68/+27 |
2011-01-29 | * Removed @aw/@away which duplicates and collides with client's /am (away mes... | ai4rei | 1 | -13/+0 |
2011-01-29 | * Fixed a map-server crash when invalid items are deleted (option 'item_check... | ai4rei | 1 | -1/+1 |
2011-01-26 | * Fixed buyers, that are currently in a vending shop could be fooled into buy... | ai4rei | 1 | -10/+18 |
2011-01-15 | * Various accumulated insignificant fixes to documentation, examples and comm... | ai4rei | 1 | -1/+0 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -6/+6 |
2011-01-09 | * Fixed packet_len entry for packet 0x289 (ZC_PC_CASH_POINT_UPDATE) not match... | ai4rei | 1 | -1/+1 |
2011-01-08 | * Fixed script command 'progressbar' resuming fails on second invocation, whe... | ai4rei | 1 | -1/+3 |
2011-01-08 | * Applied fix provided by Valaris to make /pvpinfo actually work. (bugreport:... | ai4rei | 1 | -5/+6 |
2010-12-30 | * Fixed improper use of itemdb_search. It does not return NULL but a dummy it... | ai4rei | 1 | -5/+5 |
2010-12-29 | * Collection of random insignificant changes. | ai4rei | 1 | -10/+32 |
2010-12-26 | * Fixed opening other player's vending terminating currently running NPC conv... | ai4rei | 1 | -3/+4 |
2010-12-25 | * Added support for new /remove and /recall packets for 2010-08-03aRagexeRE a... | ai4rei | 1 | -4/+78 |
2010-12-22 | * Resolved random compiler warnings. | ai4rei | 1 | -2/+3 |
2010-12-15 | * Fixed missing check in cooking, causing cooking kit requirement could be by... | ai4rei | 1 | -0/+5 |
2010-12-12 | * Updates to the playBGM functionality (since r14335). | ai4rei | 1 | -4/+1 |
2010-12-09 | * Removed some of the duplicate, storage-related packet code. | ai4rei | 1 | -128/+12 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -25/+25 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -25/+25 |
2010-12-03 | * Removed leftovers of the item_value_db.txt feature (bugreport:2031, since a... | ai4rei | 1 | -6/+2 |
2010-12-02 | * Random clif.c fixes and cleanups. | ai4rei | 1 | -18/+27 |
2010-12-02 | * Added defines for guild notice sizes (MAX_GUILDMES1 and MAX_GUILDMES2). | ai4rei | 1 | -3/+3 |
2010-12-02 | * Added clif_starskill (packet 0x20e, ZC_STARSKILL) to host the packet previo... | ai4rei | 1 | -37/+59 |
2010-12-02 | * Various additions and updates to the comments and documentation of packets ... | ai4rei | 1 | -30/+77 |
2010-12-02 | * Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffec... | ai4rei | 1 | -36/+10 |
2010-12-02 | * Added packet 0x1b1 (ZC_SHOWDIGIT). | ai4rei | 1 | -0/+17 |
2010-12-01 | * Confirmed packet 0x291 (ZC_MSG) to be general-purpose msgstringtable.txt pa... | ai4rei | 1 | -12/+12 |
2010-11-30 | * Added a define for star gladiator feel/hate info array length (follow up to... | ai4rei | 1 | -1/+1 |
2010-11-28 | * Added an option to re-roll the /dice emotion server-side, to prevent cheats... | ai4rei | 1 | -2/+9 |
2010-11-28 | * Added emotion_type enumeration for clif_emotion constants. | ai4rei | 1 | -8/+3 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -17/+17 |
2010-11-28 | * Resolved multiple issues with the party booking system (bugreport:4573, sin... | ai4rei | 1 | -11/+11 |
2010-11-28 | * Made the party booking search pass results as array of pointers, rather tha... | ai4rei | 1 | -4/+3 |
2010-11-28 | * Replaced literal constants related to the party booking system with defines. | ai4rei | 1 | -7/+7 |
2010-11-24 | * Fixed pets with player sprites causing the client to crash while looking fo... | ai4rei | 1 | -2/+2 |
2010-11-22 | * Fixed disguising as player clone causing the client to crash while looking ... | ai4rei | 1 | -2/+2 |
2010-11-22 | * Fixed guild and guild member exp truncation issue (bugreport:4130, since r1... | ai4rei | 1 | -1/+1 |
2010-11-10 | Use packet 0xe7 instead of 0x1f5 within clif_tradestart() when there is no tr... | Paradox924X | 1 | -16/+13 |
2010-11-08 | Send the actual level of the person you're trading with rather than limiting ... | Paradox924X | 1 | -2/+2 |
2010-11-07 | Applied clif_equiplist fix by Ai4rei to prevent client crash when equipment i... | Gepard | 1 | -0/+6 |
2010-11-02 | Applied patch by xazax to clean up various bits of code across mapserver code... | Paradox924X | 1 | -3/+1 |
2010-10-11 | Added a missing const qualifier to a variable. (bugreport:4472) | Paradox924X | 1 | -1/+1 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -153/+153 |
2010-10-06 | * Touched up the party booking patch, seems I forgot some lines in clif.c...a... | L0ne_W0lf | 1 | -0/+6 |
2010-10-05 | * Added Spira's Party Booking System implementation | L0ne_W0lf | 1 | -1/+146 |
2010-09-18 | * Added bard/dancer songs and duets to the nodispell list. (bugreport:4411) | L0ne_W0lf | 1 | -5/+2 |
2010-09-09 | All mobs whose display sprites are those of a job id will now appropriately b... | Paradox924X | 1 | -1/+1 |