Age | Commit message (Expand) | Author | Files | Lines |
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 |
2007-12-07 | - Fixed ensembles skills. | skotlex | 1 | -1/+1 |
2007-11-29 | - Integrated the SG related info of hate_mob and feel_map into a single struc... | skotlex | 1 | -14/+12 |
2007-11-28 | - Corrected skill_check_condition to not delete items right away for certain ... | skotlex | 1 | -33/+36 |
2007-11-28 | Fixed reflected spells bypassing WoE no-knockback restriction, because the co... | ultramage | 1 | -1/+1 |
2007-11-27 | - Corrected the online_data_cleanup routine setting offline characters that a... | skotlex | 1 | -1/+2 |
2007-11-24 | Fixed a crash when Slim Pitcher is cast (due to one unconverted piece of code) | ultramage | 1 | -1/+1 |
2007-11-23 | - Added a few missing skill fail messages on cast-end-pos skills. | skotlex | 1 | -2/+9 |
2007-11-22 | - Changed the status_change structure to use dynamic rather than static memor... | skotlex | 1 | -350/+342 |
2007-11-21 | random cleanup | ultramage | 1 | -3/+0 |
2007-11-21 | * Homunculi now reset their can-act delay on call/resurrect/mapchange (allows... | ultramage | 1 | -2/+0 |
2007-11-20 | - Implemented SL_SUPERNOVICE erasing the death record 1% of the casts. | skotlex | 1 | -0/+7 |
2007-11-19 | - removed 'skill_fail' message when a ground skill fails as that caues double... | skotlex | 1 | -5/+1 |
2007-11-17 | Removed battle_config.error_log as console_silent already handles this | ultramage | 1 | -12/+7 |
2007-11-15 | - Added 2 new status changes for Life and Regeneration Potions [Zephyrus] | zephyrus | 1 | -4/+14 |
2007-11-13 | Added error reporting for invalid rows in skill db files. | ultramage | 1 | -6/+12 |
2007-11-10 | Fixed a bug in r11384 letting you bypass requirements for some skills (see bu... | ultramage | 1 | -12/+1 |
2007-11-09 | Replaced several 'int' variables with enums that they represent. | ultramage | 1 | -11/+7 |
2007-11-06 | Fixed a crash caused by a mistake in r11657 (bad macro -> function code conve... | ultramage | 1 | -7/+9 |
2007-11-05 | Corrected the max. allowed skill name length, and optimized code that works w... | ultramage | 1 | -376/+320 |
2007-11-05 | Changed the skill_db.txt skill names in comments into actual columns, now the... | ultramage | 1 | -838/+192 |
2007-11-02 | Removed some long-unneccessary debug messages (from r1105). | ultramage | 1 | -31/+10 |
2007-11-02 | - Modified trap related code so it behaves as explained by Playtester: Traps ... | skotlex | 1 | -19/+6 |
2007-10-31 | * Added names to the SC_ and SI_ enums, now they can be used to properly indi... | ultramage | 1 | -3/+3 |
2007-10-31 | - Fixed the pc_additem weight check breaking when your current weight is abov... | skotlex | 1 | -1/+1 |
2007-10-28 | - Corrected the firewall/kaensin knockback code to how it is supposed to be d... | skotlex | 1 | -2/+1 |
2007-10-27 | Removed 'petid', a command from r284 to look up pet ids by name. | ultramage | 1 | -6/+3 |
2007-10-27 | * Fixed TXT charserver doing periodic random-sized memory allocation (bugrepo... | ultramage | 1 | -53/+31 |