Age | Commit message (Expand) | Author | Files | Lines |
2008-03-13 | - Added a fix for Abracadabra, this skills allways should use minimum a Yello... | zephyrus | 1 | -1/+9 |
2008-03-09 | - Modified attack_walk_delay so it behaves on a 'per-object' basis, and chang... | skotlex | 1 | -2/+2 |
2008-03-09 | Cleaned up and corrected some more land skill code: | ultramage | 1 | -78/+55 |
2008-03-06 | - Corrected pc_checkitem not behaving correctly when you had more than one eq... | skotlex | 1 | -1/+2 |
2008-03-05 | - Implemented Firepillar's 'target cannot move for 0.2 sec x hit' property. | skotlex | 1 | -0/+5 |
2008-03-04 | - Updated firepillar so it cannot be placed on top of others. | skotlex | 1 | -18/+6 |
2008-02-27 | Patched an unresolved case where knocking back a bard/dancer would cause the ... | ultramage | 1 | -1/+2 |
2008-02-27 | * Fixed Apple of Idun not checking for bard soul link (bugreport:1028) | ultramage | 1 | -2/+2 |
2008-02-27 | * Removed NODAMAGE and ICEWALL cell types (mem usage back to normal) | ultramage | 1 | -47/+22 |
2008-02-26 | - Added new settings for autotrade on battle/misc.conf (you can read descript... | zephyrus | 1 | -1/+1 |
2008-02-20 | Changed pc_can_give_items() to use standard boolean logic instead of the inve... | ultramage | 1 | -1/+1 |
2008-02-10 | Fixed Warp Portal code sometimes producing errors/crashes in the case where a... | ultramage | 1 | -5/+11 |
2008-02-04 | - Some code cleanups. | zephyrus | 1 | -2/+2 |
2008-02-04 | - Fixed a 'typo' which made my last commit actually not fix anything (Plagiar... | skotlex | 1 | -1/+1 |
2008-02-03 | Fixes to Devotion (see topic:153345) | ultramage | 1 | -9/+15 |
2008-01-29 | - Plagiarize can no longer copy skill levels beyond their max skill_db value. | skotlex | 1 | -5/+11 |
2008-01-21 | - Optimized some code about @size changes in chars. | zephyrus | 1 | -2/+3 |
2008-01-20 | - Fixed a comparison whn doing item searches | skotlex | 1 | -11/+10 |
2008-01-17 | Icewalls can no longer be knocked back (see bugreport:38) | ultramage | 1 | -2/+5 |
2008-01-14 | - Fixed missing mob_spawn call, which was making CR_CULTIVATION not actually ... | skotlex | 1 | -1/+3 |
2008-01-14 | * Client packet corrections | ultramage | 1 | -9/+2 |
2008-01-14 | Simplified the BL_CAST macro (see topic:166795) | ultramage | 1 | -31/+31 |
2008-01-11 | Applied Skotlex's alternative to r12044 (abracadabra fix) | ultramage | 1 | -9/+6 |
2008-01-11 | - Implemented the extra damage bonus to TK_JUMPKICK when it is used while run... | skotlex | 1 | -4/+7 |
2008-01-11 | - Corrected CR_CULTIVATION to cause summoned plants to expire after 5 minutes. | skotlex | 1 | -3/+6 |
2008-01-10 | - Fixed getmonsterinfo to return "null" when returning the name of a non-exis... | skotlex | 1 | -9/+12 |
2008-01-10 | Fixed Abracadabra unable to cast non-targeted skills (bugreport:186) | ultramage | 1 | -9/+15 |
2008-01-10 | Another round of login server cleaning | ultramage | 1 | -3/+4 |
2008-01-10 | - Removed 'skill_steal_type' from skill.conf as said config no longer exists. | skotlex | 1 | -1/+1 |
2008-01-09 | - corrected duration of sphere mines to be 30 secs regardless of skill level | skotlex | 1 | -1/+5 |
2008-01-08 | - Made the pc reg variables receive a const char* as the argument, since they... | skotlex | 1 | -1/+0 |
2008-01-08 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12031 5... | reddozen | 1 | -0/+6 |
2008-01-06 | - Fixed Overthrust's timer not being able to be refreshed when recasting it (... | skotlex | 1 | -1/+1 |
2008-01-06 | Cleaned up mob_once_spawn() and mob_once_spawn_area(). | ultramage | 1 | -2/+2 |
2008-01-04 | Waterball code cleanup (see bugreport:707) | ultramage | 1 | -40/+28 |
2008-01-04 | Modified the map_setcell() code to to use a boolean flag instead of needing S... | ultramage | 1 | -43/+30 |
2008-01-04 | - Fixed Music Lesson's effect on Assassin Cross of Sunset. | skotlex | 1 | -1/+1 |
2008-01-03 | Changes to reduce the number of map cell types | ultramage | 1 | -13/+7 |
2008-01-03 | Map cell mechanism rewrite | ultramage | 1 | -2/+1 |
2007-12-23 | - Fixed horrible handling of skill_abra_db which leads to memory corruption (... | skotlex | 1 | -15/+20 |
2007-12-22 | Fixed non-skill splash attacks showing 'unknown skill' (bugreport:665) | ultramage | 1 | -1/+1 |
2007-12-22 | Path code cleaning... | ultramage | 1 | -2/+3 |
2007-12-22 | Fixed mob AI code iterating over non-mob objects without checking, when monst... | ultramage | 1 | -1/+1 |
2007-12-18 | - Cleaned up a bit the format of skill_db.txt (that comma next to the skill n... | skotlex | 1 | -2/+2 |
2007-12-14 | - corrected Option_Xmas value in const.txt | skotlex | 1 | -1/+4 |
2007-12-10 | - Cleared up npc shop id when warping a player. | skotlex | 1 | -1/+1 |
2007-12-09 | Changed Cloaking to not show an animation when it fails (thanks to Harbin for... | ultramage | 1 | -47/+54 |
2007-12-09 | - Cleaned up a bit the code for HVAN_CHAOTIC | skotlex | 1 | -4/+4 |
2007-12-08 | - Fixed a 'variable may be used uninitialized' error. | skotlex | 1 | -2/+3 |
2007-12-08 | - Changed the chaotic delay from block to delay since it just a sec | skotlex | 1 | -2/+0 |