Age | Commit message (Expand) | Author | Files | Lines |
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 |
2006-03-07 | - Some corrections due to the guild skill position change. | skotlex | 6 | -60/+58 |
2006-03-06 | - Fixed npc_event doing a map-check when the npc is not on any map. | skotlex | 1 | -1/+1 |
2006-03-06 | - Fixed a debug message showing up on skill castend nodamage id when using a ... | skotlex | 6 | -6/+16 |
2006-03-05 | * Removed my EXP limit as it did not do what it was supposed to [Codemaster] | codemaster | 1 | -33/+19 |
2006-03-05 | - Fixed remove trap by updating the definition of INF_GROUND_SKILL (it should... | skotlex | 2 | -4/+3 |
2006-03-05 | - Fixed animation of Redemptio | skotlex | 1 | -1/+1 |
2006-03-05 | - Fixed a pair of missing map_freeblock_unlock | skotlex | 5 | -41/+41 |
2006-03-05 | * Fixed easter.txt typo. | Lance | 1 | -4/+6 |
2006-03-04 | - Fixed a bug on the last fix :P | skotlex | 3 | -11/+11 |