Age | Commit message (Expand) | Author | Files | Lines |
2006-03-11 | more ninja/gs work | Vicious | 3 | -9/+17 |
2006-03-10 | - Fixed mob-casted demonstration/quagmire being affected by the gvg_traps_all... | skotlex | 1 | -1/+2 |
2006-03-10 | - Cleaned up the Skillbreaker implementation, HP gaining happens at level 5 now. | skotlex | 2 | -66/+41 |
2006-03-10 | - Increased the range for unlocking out of Close confine. | skotlex | 2 | -7/+5 |
2006-03-10 | - Added a few dummy times in skill_cast_db for some GS skills. | skotlex | 3 | -9/+14 |
2006-03-10 | - Changed div behaviour. Skills with div above zero will get their total dama... | skotlex | 1 | -39/+46 |
2006-03-10 | GS_MAGICALBULLET implementation: declaring variables after case: without defi... | blackhole89 | 1 | -3/+5 |
2006-03-10 | missing } near line 449 | blackhole89 | 1 | -0/+1 |
2006-03-10 | some ninja/gs work | Vicious | 3 | -8/+33 |
2006-03-10 | - Cleaned-up the random item reading routine. Fixed a overflow bug when one o... | skotlex | 1 | -16/+31 |
2006-03-10 | * Fixed a variable loopback problem on NPC shop price checking routine. | Lance | 1 | -1/+1 |
2006-03-10 | - Fixed a memory overwrite crash on pc_readdb, thanks to foobar. | skotlex | 3 | -12/+14 |
2006-03-10 | - Fixed the linked bard/dancer skills toggling with each call to pc_calc_status | skotlex | 1 | -10/+0 |
2006-03-09 | - Fixed a bug in the pc_skillreset function. | skotlex | 1 | -0/+1 |
2006-03-09 | - Some small cleanups in mob_read_mobavail (or however it is named) | skotlex | 1 | -3/+3 |
2006-03-09 | fixing max_weapon_size | Vicious | 2 | -12/+12 |
2006-03-09 | MAX_WEAPON_TYPE was used with less-than during loading, thus causing the weap... | blackhole89 | 1 | -5/+5 |
2006-03-09 | only the first 22 CSVs were read in, but MAX_WEAPON_TYPE+5 was 27 -> uninitia... | blackhole89 | 2 | -3/+7 |
2006-03-09 | - Now you can't raise levels on an acquired skill when that skill is currentl... | skotlex | 1 | -13/+16 |
2006-03-09 | - Made Magic Crasher a BF_WEAPON attack. | skotlex | 3 | -27/+19 |
2006-03-09 | more ninja/gs update | Vicious | 4 | -18/+49 |
2006-03-09 | There go the status icons. | blackhole89 | 2 | -5/+13 |
2006-03-09 | - Moved a bunch of sc_effects that should be cancelled on hit from mob_damage... | skotlex | 5 | -27/+18 |
2006-03-09 | - Fixed stun's duration not getting reduced by vit + luk/3 | skotlex | 1 | -2/+2 |
2006-03-09 | - Fixed #itemlist not taking into consideration crafted/forged items and pet ... | skotlex | 1 | -7/+24 |
2006-03-09 | partial SC work. it doesn't break, but it doesn't work either. | Vicious | 3 | -19/+78 |
2006-03-09 | * included MAX_WEAPON_SIZE for flexible weapon types | Vicious | 4 | -45/+63 |
2006-03-09 | - Fixed a bug that was making the no_spawn_on_player setting useless. | skotlex | 4 | -8/+10 |
2006-03-09 | more skill fix. | Vicious | 3 | -16/+84 |
2006-03-08 | Some more skill fix. | Vicious | 2 | -2/+30 |
2006-03-08 | -pc_jobid2mapid and pc_mapid2jobid now return int, and will return -1 when th... | skotlex | 2 | -64/+74 |
2006-03-08 | - Mobs will now chase you even if you hit them from outside their range of view. | skotlex | 1 | -7/+13 |
2006-03-08 | - Fixed item disappearing from the floor when you attempted to pick it up and... | skotlex | 1 | -1/+1 |
2006-03-08 | nj/gs skill update | Vicious | 1 | -60/+50 |
2006-03-08 | - Items now store the top MAX_SEARCH drops from mobs and lists them through t... | skotlex | 4 | -6/+85 |
2006-03-08 | some skill check condition | Vicious | 1 | -3/+79 |
2006-03-08 | - Added functions mobdb_searchname_array and itemdb_searchname_array which re... | skotlex | 7 | -80/+163 |
2006-03-08 | fixed compile issue. fixed ninja issues. | Vicious | 2 | -4/+1 |
2006-03-08 | some NJ/GS fix. | Vicious | 3 | -3/+113 |
2006-03-08 | @job ninja/gs. | Vicious | 3 | -140/+150 |
2006-03-07 | work jobchange. WORK! T_T | Vicious | 1 | -0/+5 |
2006-03-07 | some random battle.c edit. /ho | Vicious | 1 | -1/+59 |
2006-03-07 | mapid of ninja/gs | Vicious | 1 | -0/+2 |
2006-03-07 | - Added a check that forces self skills to cast on yourself in skill_use_id | skotlex | 3 | -48/+22 |
2006-03-07 | more ground work for ninja/GS | Vicious | 2 | -8/+99 |
2006-03-07 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5496 54... | blackhole89 | 1 | -2/+3 |
2006-03-07 | - Some overflow protections on calculation of max hp. Now when max hp becomes... | skotlex | 1 | -4/+13 |
2006-03-07 | @job ninja/gunslinger. you need latest exe | Vicious | 1 | -0/+3 |
2006-03-07 | - skill_blown flag&0x40000 now knocks back in a random direction. | skotlex | 2 | -1/+12 |
2006-03-07 | - Some code-speedups on reading the skill-requirements in skill_check_condition. | skotlex | 1 | -11/+20 |