Age | Commit message (Expand) | Author | Files | Lines |
2006-09-19 | Fixed some gcc4 warnings | toms | 5 | -6/+7 |
2006-09-19 | - Fixed Spider Web fire damage bonus. | skotlex | 3 | -16/+16 |
2006-09-18 | - Merged Meruru's update to socket.c, which includes a rewritten parse functi... | skotlex | 1 | -213/+168 |
2006-09-18 | - High-Jump is usable everywhere now, except that on maps where it previously... | skotlex | 3 | -18/+25 |
2006-09-18 | - Moved the equipment/card resistances to status ailments outside of status_g... | skotlex | 2 | -12/+15 |
2006-09-18 | - Modified the Asura code (again), hopefully movement sprite issues are fixed... | skotlex | 2 | -5/+23 |
2006-09-18 | - Reloading scripts will no longer eliminate mobs with no respawn data. Watch... | skotlex | 3 | -15/+13 |
2006-09-18 | - Reenabled client requesting to self mute, as the whole knockback packet iss... | skotlex | 1 | -4/+2 |
2006-09-17 | - Fixed NPC_INVISIBLE's cloak ending after attacking once. | skotlex | 4 | -13/+10 |
2006-09-16 | - Moved some speed adjustments in status_calc_pc to where they belong. | skotlex | 1 | -8/+8 |
2006-09-16 | - Added monster_ai&256. When set, a monster will pick a random starting posit... | skotlex | 1 | -2/+2 |
2006-09-16 | - Fixed the status change duration reduction equation was was totally wrong, ... | skotlex | 1 | -1/+1 |
2006-09-15 | - Now mobs won't do a distance check to lose their target on every ai iterati... | skotlex | 2 | -2/+2 |
2006-09-15 | - Reverted the Summon Flora change where all plants were being summoned in on... | skotlex | 2 | -38/+0 |
2006-09-15 | - Moved the weapon repair effect to where it belongs (after successfully repa... | skotlex | 1 | -3/+2 |
2006-09-15 | - Added config setting "friend_auto_add" (battle/player.conf), if set, when y... | skotlex | 3 | -1/+21 |
2006-09-15 | - Changed Extremity Fist's code to make you actually walk past your target, w... | skotlex | 1 | -21/+20 |
2006-09-15 | - Updated the item_db search functions so that when returning the dummy-item,... | skotlex | 1 | -1/+5 |
2006-09-14 | - Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh... | skotlex | 1 | -1/+3 |
2006-09-14 | - Likely fixed "half" of the alliance being saved, which ends up in guilds th... | skotlex | 1 | -2/+6 |
2006-09-14 | - Added deleting of saved Status changes on character delete for the Char-TXT... | skotlex | 1 | -0/+3 |
2006-09-14 | - Fixed the can-act delay never being checked when requesting to use Homuncul... | skotlex | 1 | -1/+2 |
2006-09-14 | - Fixed warmth skills draining SP of the target, not the caster. | skotlex | 3 | -4/+9 |
2006-09-14 | - Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ... | skotlex | 4 | -3/+57 |
2006-09-14 | - Shadow Jump no longer goes over walls. | skotlex | 3 | -5/+3 |
2006-09-14 | - Corrected Smokie's pet script to use petskillbonus instead of "bonus" | skotlex | 7 | -24/+35 |
2006-09-13 | - SC_CHANGE cannot override itself anymore. This fixes being able to "recast"... | skotlex | 1 | -0/+1 |
2006-09-13 | - Changed a bit the dnsbl lookup in the login servers to make it faster. | skotlex | 3 | -108/+112 |
2006-09-13 | - Fixed compilation for native windows builds. | skotlex | 1 | -1/+1 |
2006-09-13 | - Modified the nocommand mapflag so you can specify the GM range that is bloc... | skotlex | 5 | -9/+15 |
2006-09-13 | - Modified the char-server TXT whisper system to use the online_db to know to... | skotlex | 3 | -43/+97 |
2006-09-13 | - Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag... | skotlex | 1 | -4/+4 |
2006-09-13 | - Modified the login SQL server so that case insensitive lookups use "where n... | skotlex | 1 | -20/+5 |
2006-09-12 | - Improved sql-query to check if name already exists when creating new chars. | skotlex | 1 | -1/+1 |
2006-09-12 | - Moved the morph restrictions from skill_additional_effect to mob_class_chan... | skotlex | 2 | -4/+12 |
2006-09-12 | Fixed 'range' might be used uninitialized warning | toms | 1 | -4/+3 |
2006-09-12 | - Added manual deletion of sc_data entries when deleting a character (char-SQL) | skotlex | 1 | -0/+10 |
2006-09-12 | - Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us... | skotlex | 5 | -13/+32 |
2006-09-12 | - Moved the packet_len variable in login.c to the login parse case, since it'... | skotlex | 5 | -8/+11 |
2006-09-12 | - Baphomet splash damage will now hit nearby enemies regardless of flee (but ... | skotlex | 2 | -1/+6 |
2006-09-11 | - Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod... | skotlex | 2 | -27/+21 |
2006-09-11 | - CG_MOONLIT is no longer castable in WoE grounds. | skotlex | 1 | -1/+1 |
2006-09-11 | - Added a comment explaining what a comment is to login/char/map config files... | skotlex | 2 | -7/+6 |
2006-09-11 | - Summoned and slave mobs won't show up on @showmobs anymore. | skotlex | 4 | -23/+29 |
2006-09-11 | git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54... | Lupus | 2 | -8/+8 |
2006-09-09 | - Added a crash protection in case mapfreeblock unlock tries to free a null p... | skotlex | 1 | -1/+2 |
2006-09-09 | - Moved perfect_hiding from state to special_state, so that it clears out whe... | skotlex | 5 | -7/+12 |
2006-09-09 | - Fixed a npc-timer memory leak on npc_unload ("[Warning]: ers_obj_destroy: X... | skotlex | 1 | -1/+6 |
2006-09-08 | - Unified the rest and ganstar paradise code into a single function. | skotlex | 7 | -102/+61 |
2006-09-08 | - Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting. | skotlex | 5 | -53/+37 |