Age | Commit message (Expand) | Author | Files | Lines |
2006-06-27 | - Fixed indentation on int_pet.c (how did it got messed up?) | skotlex | 10 | -120/+157 |
2006-06-27 | - Corrected the element of hunter traps. | skotlex | 3 | -13/+13 |
2006-06-26 | - Forgot to add Tatami Gaeshi's 3 sec block of ranged attacks. | skotlex | 2 | -1/+5 |
2006-06-26 | - Corrected unit id of desperado and Ground Drift using jA's info. | skotlex | 6 | -51/+80 |
2006-06-26 | - Merged Mitternacht's max_heal/max_heal_lv config settings. | skotlex | 4 | -24/+18 |
2006-06-26 | - Autospells will now again check for the skill's nk value, so that skills ta... | skotlex | 3 | -6/+6 |
2006-06-26 | * [Added]: | Lance | 1 | -0/+10 |
2006-06-24 | * [Optimized]: | Lance | 7 | -17/+38 |
2006-06-23 | - Modified pc_setoption so that it will correctly update sprite AND clothes c... | skotlex | 2 | -30/+18 |
2006-06-23 | - Corrected ASC_BREAKER. Int-based damage is applied after attribute fixes an... | skotlex | 3 | -12/+14 |
2006-06-23 | - Standarized PF_MEMORIZE to be 50% cast time on all skills (instead of -50% ... | skotlex | 4 | -39/+26 |
2006-06-23 | - Updated BD_INTOABYSS's unit flag to not affect mobs. | skotlex | 5 | -21/+29 |
2006-06-23 | - Added pc_bonus_autospell_del, gives support for removing autospell effects.... | skotlex | 2 | -4/+32 |
2006-06-23 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7311 54... | Lance | 1 | -1/+1 |
2006-06-23 | * [Fixed]: | Lance | 2 | -8/+10 |
2006-06-23 | - Guessed and added support for the packets 0x22a (idle) and 0x22b (spawn). T... | skotlex | 1 | -20/+82 |
2006-06-23 | - Fixed @autoloot being off by 0.01% when entering a manual value. | skotlex | 1 | -1/+1 |
2006-06-22 | - Restored the "Secret" behaviour of Blast Mine and Claymore Trap where each ... | skotlex | 2 | -16/+13 |
2006-06-22 | - Corrected autoloot so that you can specify rate with decimal precision ("@a... | skotlex | 1 | -14/+7 |
2006-06-22 | - Fixed the compile error in mob.c | skotlex | 2 | -9/+10 |
2006-06-22 | * [Removed]: | Lance | 2 | -13/+10 |
2006-06-22 | Typos resolving login-DNS instead of char-DNS -.- | Lance | 2 | -14/+14 |
2006-06-22 | * [Fixed]: | Lance | 6 | -8/+11 |
2006-06-22 | - Tested and fixed resolve_hostbyname. | skotlex | 15 | -346/+161 |
2006-06-21 | - Whoops, somehow socket.h wasn't udpated correctly -.- | skotlex | 1 | -1/+1 |
2006-06-21 | - Added function parse_hostbyname() which takes a hostname and a char[4]. The... | skotlex | 6 | -12/+47 |
2006-06-21 | - and the documentation | Lance | 1 | -2/+2 |
2006-06-21 | * [Added]: | Lance | 8 | -2/+149 |
2006-06-21 | - Some cleaning up of OPTION related code. OPTION_XMAS and OPTION_FLYING real... | skotlex | 3 | -7/+18 |
2006-06-20 | - Corrected the line terminator setting on the unit.* files as pointed out by... | skotlex | 2 | -1805/+1805 |
2006-06-20 | - Updated skill_require_db to place the Zeny requirements of ZenyNage and Fling. | skotlex | 4 | -16/+31 |
2006-06-19 | - Combo-used Skills with State "move_enable" will now override the "can't mov... | skotlex | 1 | -2/+7 |
2006-06-19 | - Some more cleanups of battle_calc_damage to account for absorbed damage red... | skotlex | 1 | -12/+10 |
2006-06-19 | - Moved back Soul Drain code from mob_dead to skill_counter_additional_effect... | skotlex | 2 | -8/+9 |
2006-06-19 | Reverting my change.. lalala | Lance | 1 | -3/+0 |
2006-06-19 | - Some cleanups and corrections in battle.c to account for negative (absorbed... | skotlex | 2 | -14/+14 |
2006-06-19 | - Fixed the compilation errors of my last commit... >.> <.< | skotlex | 1 | -8/+8 |
2006-06-19 | - Removed the mysterious array of two of char_dat (char/sql server), replaced... | skotlex | 4 | -118/+107 |
2006-06-19 | Idiot RO client have inconsistent signed/unsigned shorts | Lance | 1 | -1/+1 |
2006-06-19 | * [Fixed]: | Lance | 1 | -2/+5 |
2006-06-19 | * [Fixed]: | Lance | 1 | -1/+1 |
2006-06-18 | * [Fixed]: | Lance | 1 | -1/+1 |
2006-06-18 | * [Temperory Fixed]: | Lance | 1 | -2/+3 |
2006-06-18 | - Fix for #102547 | Lance | 2 | -2/+2 |
2006-06-18 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@7234 54... | Lance | 1 | -14/+16 |
2006-06-18 | * [Removed]: | Lance | 7 | -310/+250 |
2006-06-17 | - Added IG_LottoBox for that tricky Lotto Box item. | skotlex | 2 | -5/+7 |
2006-06-17 | - Devotion absorbed damage will now appear to come from oneself (instead of t... | skotlex | 4 | -28/+33 |
2006-06-17 | * [Added]: | Lance | 6 | -25/+88 |
2006-06-17 | - Fixed the party HP packets to send max HP 10000 and scale HP accordingly wh... | skotlex | 2 | -7/+22 |