summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-09-15- Added config setting "friend_auto_add" (battle/player.conf), if set, when y...skotlex3-1/+21
2006-09-15- Changed Extremity Fist's code to make you actually walk past your target, w...skotlex1-21/+20
2006-09-15- Updated the item_db search functions so that when returning the dummy-item,...skotlex1-1/+5
2006-09-14- Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh...skotlex1-1/+3
2006-09-14- Likely fixed "half" of the alliance being saved, which ends up in guilds th...skotlex1-2/+6
2006-09-14- Added deleting of saved Status changes on character delete for the Char-TXT...skotlex1-0/+3
2006-09-14- Fixed the can-act delay never being checked when requesting to use Homuncul...skotlex1-1/+2
2006-09-14- Fixed warmth skills draining SP of the target, not the caster.skotlex3-4/+9
2006-09-14- Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ...skotlex4-3/+57
2006-09-14- Shadow Jump no longer goes over walls.skotlex3-5/+3
2006-09-14- Corrected Smokie's pet script to use petskillbonus instead of "bonus"skotlex7-24/+35
2006-09-13- SC_CHANGE cannot override itself anymore. This fixes being able to "recast"...skotlex1-0/+1
2006-09-13- Changed a bit the dnsbl lookup in the login servers to make it faster.skotlex3-108/+112
2006-09-13- Fixed compilation for native windows builds.skotlex1-1/+1
2006-09-13- Modified the nocommand mapflag so you can specify the GM range that is bloc...skotlex5-9/+15
2006-09-13- Modified the char-server TXT whisper system to use the online_db to know to...skotlex3-43/+97
2006-09-13- Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag...skotlex1-4/+4
2006-09-13- Modified the login SQL server so that case insensitive lookups use "where n...skotlex1-20/+5
2006-09-12- Improved sql-query to check if name already exists when creating new chars.skotlex1-1/+1
2006-09-12- Moved the morph restrictions from skill_additional_effect to mob_class_chan...skotlex2-4/+12
2006-09-12Fixed 'range' might be used uninitialized warningtoms1-4/+3
2006-09-12- Added manual deletion of sc_data entries when deleting a character (char-SQL)skotlex1-0/+10
2006-09-12- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us...skotlex5-13/+32
2006-09-12- Moved the packet_len variable in login.c to the login parse case, since it'...skotlex5-8/+11
2006-09-12- Baphomet splash damage will now hit nearby enemies regardless of flee (but ...skotlex2-1/+6
2006-09-11- Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod...skotlex2-27/+21
2006-09-11- CG_MOONLIT is no longer castable in WoE grounds.skotlex1-1/+1
2006-09-11- Added a comment explaining what a comment is to login/char/map config files...skotlex2-7/+6
2006-09-11- Summoned and slave mobs won't show up on @showmobs anymore.skotlex4-23/+29
2006-09-11git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54...Lupus2-8/+8
2006-09-09- Added a crash protection in case mapfreeblock unlock tries to free a null p...skotlex1-1/+2
2006-09-09- Moved perfect_hiding from state to special_state, so that it clears out whe...skotlex5-7/+12
2006-09-09- Fixed a npc-timer memory leak on npc_unload ("[Warning]: ers_obj_destroy: X...skotlex1-1/+6
2006-09-08- Unified the rest and ganstar paradise code into a single function.skotlex7-102/+61
2006-09-08- Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting.skotlex5-53/+37
2006-09-08- Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_du...skotlex3-4/+20
2006-09-08- Added upgrade_svn8675.sql in case, for some reason, your guild table still ...skotlex3-7/+2
2006-09-08- Fixed alliance/opposition making not cancelling out map-server-side when th...skotlex3-8/+19
2006-09-08- Fixed SC_BERSERK setting Hp to 100 when dispelled by unnatural means (eg: w...skotlex1-1/+1
2006-09-07- Changed the default of sg_angel_skill_ratio to 10 based on recent informati...skotlex5-13/+21
2006-09-07- Removed the Warmth "stacking" code.skotlex7-26/+64
2006-09-07- Added error message when attempting to use deprecated bonus bAspd.skotlex2-4/+6
2006-09-06- Fixed the memset in status_calc_pc, corrects some mysterious bugs such as i...skotlex2-2/+3
2006-09-06- Corrected SC_INCREASEAGI and SC_DECREASEAGI speed-change formula.skotlex1-5/+13
2006-09-06- Updated skill_require_db's entry for Abracadabra, it requires yellow 2 gems...skotlex2-2/+2
2006-09-06Applied Orn's modification on speed increases/reductions with increase/decrea...toms1-2/+2
2006-09-05- Removed setting mob_show_hp, it's been replaced now by mob_show_info, which...skotlex4-15/+24
2006-09-05- Fixed Signum Crucis Def reduction being 10+2*lv% instead of 10+4*lv%skotlex1-1/+1
2006-09-05- applied the Ultra Mage's suggestion to have the map server strip trailing s...skotlex1-3/+14
2006-09-05- Fixed status change resistance not being invoked at all for pretty much all...skotlex1-1/+1