Age | Commit message (Expand) | Author | Files | Lines |
2011-04-10 | * Fixed switching between musical weapons would cancel ongoing dance skills (... | ai4rei | 1 | -1/+1 |
2011-04-09 | * Moved duel code into a separate file. | ai4rei | 1 | -167/+1 |
2011-04-09 | * Changed pc_jobid2mapid to use a 1:1 mapping which is less prone to errors a... | ai4rei | 1 | -86/+83 |
2011-04-06 | * Resolved some pc_setparam issues. | ai4rei | 1 | -12/+30 |
2011-04-05 | * Paying and obtaining Zeny (pc_payzeny/pc_getzeny) no longer silently revers... | ai4rei | 1 | -2/+8 |
2011-03-27 | * Added separate character state for vending (like for buyingstore), instead ... | ai4rei | 1 | -4/+4 |
2011-02-08 | * Updates to various client packets. | ai4rei | 1 | -3/+3 |
2011-01-31 | * Inventory and Cart item arrays are no longer getting compacted on each log-... | ai4rei | 1 | -37/+19 |
2011-01-31 | * Various accumulated cleanups and fixes. | ai4rei | 1 | -2/+2 |
2011-01-30 | * Fixed equipped items' bonus no longer working after log-in until next statu... | ai4rei | 1 | -0/+1 |
2011-01-29 | * Fixed a map-server crash when invalid items are deleted (option 'item_check... | ai4rei | 1 | -2/+0 |
2011-01-14 | * Removed unconditional redundant status change checks before status_change_e... | ai4rei | 1 | -20/+10 |
2011-01-14 | * Replaced remaining occurences of '-1' with 'INVALID_TIMER', where appropria... | ai4rei | 1 | -37/+38 |
2011-01-10 | * Fixed monster level not getting updated in monster name (option 'show_mob_i... | ai4rei | 1 | -0/+5 |
2010-12-29 | * Collection of random insignificant changes. | ai4rei | 1 | -0/+1 |
2010-12-26 | * Cleaned up script command checkweight. | ai4rei | 1 | -2/+3 |
2010-12-26 | * Fixed two-hand weapons not getting recognized as such upon equipping, causi... | ai4rei | 1 | -4/+1 |
2010-12-25 | * Added support for new /remove and /recall packets for 2010-08-03aRagexeRE a... | ai4rei | 1 | -0/+39 |
2010-12-18 | * Updates to handling of hair color/style and cloth color of characters. | ai4rei | 1 | -12/+23 |
2010-12-12 | * Cleaned up MOTD reading (related r292 and r4552). | ai4rei | 1 | -17/+47 |
2010-12-11 | * Fixed bAutoSpellOnSkill bonuses not working independently of each other (bu... | ai4rei | 1 | -7/+1 |
2010-12-07 | * Reverted r14563, due to multiple issues which render the source malfunction... | ai4rei | 1 | -20/+20 |
2010-12-07 | Changed almost all instances of sprintf() to snprintf(). | Paradox924X | 1 | -20/+20 |
2010-12-06 | Added support for bonus bAddItemHealRate, which works for all healing items c... | L0ne_W0lf | 1 | -0/+6 |
2010-12-03 | * Fixed soul linkers not receiving taekwon angel buffs upon level up (bugrepo... | ai4rei | 1 | -1/+1 |
2010-12-02 | * Various code tweaks and updates related to item types. | ai4rei | 1 | -1/+1 |
2010-12-02 | * Added item type IT_CASH (item type 18) Requires user confirmation before us... | L0ne_W0lf | 1 | -1/+1 |
2010-11-30 | * Made skill_tree.txt reading use sv_readdb. [Ai4rei] | ai4rei | 1 | -53/+52 |
2010-11-30 | * Added a define for star gladiator feel/hate info array length (follow up to... | ai4rei | 1 | -3/+3 |
2010-11-29 | * Resolved issues with item delay system. | ai4rei | 1 | -18/+23 |
2010-11-29 | * Insignificant code tweaks: removal of excess function declarations and self... | ai4rei | 1 | -2/+2 |
2010-11-28 | * Added clr_type enumeration for vanish effect constants. | ai4rei | 1 | -8/+8 |
2010-11-26 | Reverted r14504, the old value is correct due to how the equation works. | ultramage | 1 | -6/+4 |
2010-11-26 | Changed 'killerrid' and 'killedrid' from player vars to player params (bugrep... | ultramage | 1 | -2/+10 |
2010-11-26 | * Fixed base and job exp not getting reset on (de)leveling through commands (... | ai4rei | 1 | -3/+13 |
2010-11-26 | * Fixed auto-generated statpoint table missing 3 status points (since r1107). | ai4rei | 1 | -1/+1 |
2010-11-22 | * Fixed Rogue skill Steal Coin working on boss monsters (bugreport:2442). | ai4rei | 1 | -1/+1 |
2010-11-21 | * Added enumeration RC2_* for mob data 'race2' (bugreport:4561). | ai4rei | 1 | -2/+3 |
2010-11-20 | * Fixed pc_marriage not checking spouse character job for baby class. | ai4rei | 1 | -1/+1 |
2010-11-10 | Added an item_delay database usable for item-specific use delays. | Paradox924X | 1 | -2/+21 |
2010-11-07 | 'Exp gained' packets are now sent regardless of @showexp. @showexp can be ena... | Gepard | 1 | -7/+6 |
2010-10-11 | Implemented official cash food behavior, including use delay, not being dispe... | Paradox924X | 1 | -2/+9 |
2010-10-09 | Replaced all nullpo_retr() calls which returned 0 with nullpo_ret() calls. | Paradox924X | 1 | -77/+77 |
2010-08-19 | - Implemented usage of packets 0x7fa and 0x7f7, 0x7f8, 0x7f9. These are used ... | Skotlex | 1 | -10/+10 |
2010-08-18 | * Added bonus3 bAdd/SubEle, which allows you to specify a battle flag as well... | L0ne_W0lf | 1 | -0/+83 |
2010-06-28 | * Follow up to r13895, added a battle.conf setting to control if ranges shoul... | L0ne_W0lf | 1 | -2/+2 |
2010-04-01 | - Fixed 'OnPCLogoutEvent' being queued and never executed if | brianluau | 1 | -0/+3 |
2010-02-06 | 2010/02/06 | Inkfish | 1 | -2/+9 |
2010-01-24 | Prevented pc_skill with a value of 2 for 'flag' from granting a skill level t... | Paradox924X | 1 | -10/+14 |
2010-01-16 | Fixed items don't grant skill if you had this skill before and then changed y... | Inkfish | 1 | -2/+2 |