Age | Commit message (Expand) | Author | Files | Lines |
2006-04-11 | - Changed clif_damage/clif_skill_damage to return the walk-delay based on the... | skotlex | 9 | -128/+176 |
2006-04-11 | Changed item description in Sage Skills Quest (Blank Script -> Empty Script),... | foruken | 2 | -3/+5 |
2006-04-11 | - Added ers handling for skill_timerskill structures. | skotlex | 5 | -87/+88 |
2006-04-11 | bunch of updates.. | Vicious | 23 | -2668/+2889 |
2006-04-11 | - You don't get critical'ed when in counter-attack stance anymore. | skotlex | 3 | -3/+6 |
2006-04-11 | - Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ... | skotlex | 8 | -89/+104 |
2006-04-11 | - Modified battle_check_range to do a path-check on distances less than 2 (ra... | skotlex | 2 | -1/+3 |
2006-04-11 | - Modified unit_walktoxy_sub to always move at least one cell when a large ch... | skotlex | 2 | -10/+9 |
2006-04-11 | - Fixed various include lines in the map server (of the type <include "nullpo... | skotlex | 5 | -13/+14 |
2006-04-11 | - Fixed Looted items always dropping in quantities of 1. | skotlex | 3 | -2/+7 |
2006-04-11 | * Temperory replaced strtoll to strtoul until the function changes. | Lance | 2 | -2/+3 |
2006-04-11 | - Multiple optimizations to the unit_data auto-chase upgrade, also simplified... | skotlex | 8 | -157/+133 |
2006-04-11 | - Finished fixing the unit_data auto-case update. Still need to do some optim... | skotlex | 2 | -3/+15 |
2006-04-11 | - Fixes to the unit_data update that lets characters auto-chase while attacking. | skotlex | 6 | -30/+25 |
2006-04-10 | - Modified the unit_data structure to handle automatically switching between ... | skotlex | 9 | -239/+279 |
2006-04-10 | - Updated the subnet support to not require specifying the subnet mask, it is... | skotlex | 8 | -35/+47 |
2006-04-10 | fixed refiner items check | Lupus | 2 | -1/+6 |
2006-04-09 | - Added the missing last_thinktime initialization to pets. | skotlex | 3 | -1/+5 |
2006-04-09 | - Changed use of strtol to strtoll as strtol's result is just a signed int, a... | skotlex | 4 | -22/+28 |
2006-04-09 | - Modified @warp/@rura to prevent causing pc_setpos position error messages. | skotlex | 3 | -23/+21 |
2006-04-09 | - Fixed @npcmove not sending the correct packets to make the moving refresh c... | skotlex | 5 | -7/+15 |
2006-04-09 | - Small code cleanups. One should lower a bit function overhead when using mo... | skotlex | 3 | -4/+2 |
2006-04-09 | * Fixed map_waterheight prefixing extra "data\" | Lance | 2 | -2/+7 |
2006-04-09 | - Mob_ai update. The attacked checks will trigger even if the mob can't move.... | skotlex | 2 | -10/+6 |
2006-04-09 | - Changed the default of multi_hit_delay from 230 to 80 which seems more offi... | skotlex | 6 | -10/+19 |
2006-04-08 | - Fixed skill_nocast_db reading so that when the same skill is specified mult... | skotlex | 2 | -1/+4 |
2006-04-08 | - Fixed @movenpc | skotlex | 5 | -19/+31 |
2006-04-08 | - The IRC bot now reads a configuration file (irc.c) instead of it all being ... | Zido | 5 | -6/+102 |
2006-04-08 | - Wedding Sprites fixed | Zido | 2 | -2/+6 |
2006-04-08 | fixed job changer | Vicious | 3 | -143/+154 |
2006-04-08 | - Fixed irc.c, no more crashes | Zido | 2 | -23/+36 |
2006-04-08 | - Added function status_change_init to initialize all the sc timers. Added sc... | skotlex | 7 | -18/+28 |
2006-04-08 | - Likely fixed a mob not returning to their original class view on respawn af... | skotlex | 3 | -6/+7 |
2006-04-08 | - Modified the equip_job field in the item_db to be a hexadecimal value for e... | skotlex | 7 | -3725/+3858 |
2006-04-07 | GS related npcs | Vicious | 4 | -42/+289 |
2006-04-07 | - Moved the devotion damage reduction to the block that only executes if flag... | skotlex | 7 | -94/+94 |
2006-04-07 | - IRC User access levels now refresh on a mode set and join/part | Zido | 3 | -1/+21 |
2006-04-07 | - Fixed an already free'd pointer error in irc.c:144 | skotlex | 1 | -4/+1 |
2006-04-07 | - Added missing creation/destruction of the expcache_ers in guild.c | skotlex | 5 | -57/+73 |
2006-04-07 | - Fixed pc_setpos ignoring the clrtype sent to it. | skotlex | 4 | -8/+16 |
2006-04-07 | updated new items | Lupus | 1 | -15/+29 |
2006-04-07 | updated items | Lupus | 2 | -20/+40 |
2006-04-06 | - Hopefully fixed the wedding item-trade restriction. | skotlex | 2 | -1/+2 |
2006-04-06 | - Removed mapflag noreturn from pvp maps. | skotlex | 4 | -83/+88 |
2006-04-06 | - Rewrote the guild exp cache code to prevent overflows and to use the ers sy... | skotlex | 3 | -41/+60 |
2006-04-06 | Accidently left my IRC info in irc.c >.> we really need to make a .conf for it. | Zido | 1 | -4/+4 |
2006-04-06 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5935 54... | Zido | 3 | -19/+166 |
2006-04-06 | - Changed the default of skill_add_range to 0, said value now disables skill-... | skotlex | 3 | -3/+8 |
2006-04-06 | - Corrected the Soul Drain formula, thanks to Haplo for pointing it out. | skotlex | 2 | -1/+3 |
2006-04-06 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5930 54... | Lupus | 2 | -1/+4 |