Age | Commit message (Expand) | Author | Files | Lines |
2006-09-28 | - Merged the necessary changes to make the script engine support negative con... | skotlex | 2 | -14/+17 |
2006-09-27 | - Cleaned up status_get_party/guild_id, it should also fix a possible crash w... | skotlex | 1 | -23/+39 |
2006-09-27 | - Merged some splash changes from stable. Sharp-Shooting will now display a s... | skotlex | 3 | -8/+19 |
2006-09-26 | - Yet again messed with the packet sent during a splash attack, but this time... | skotlex | 1 | -19/+7 |
2006-09-26 | - Added function skill_dance_switch which handles converting overlapping song... | skotlex | 1 | -73/+89 |
2006-09-26 | - Updated battle_check_target so that non-offensive skills cannot be used on ... | skotlex | 3 | -29/+12 |
2006-09-25 | - Added an ugly check so that Heal will display 0 when healing a berserked ch... | skotlex | 1 | -14/+16 |
2006-09-25 | - Disabled again client-self-muting since it's causing too much trouble. | skotlex | 1 | -29/+8 |
2006-09-25 | - Merged FlavioJS's script patch which should fix stuff like "mes ();" causin... | skotlex | 1 | -1/+9 |
2006-09-25 | - Fixed item group 35 (lottobox) in item_misc.txt | skotlex | 1 | -1/+4 |
2006-09-25 | - Oops, fixed a pretty bad typo on the fix for #baselvup | skotlex | 1 | -1/+1 |
2006-09-25 | - Fixed #baselevelup adding instead of substracting status points when used w... | skotlex | 1 | -1/+3 |
2006-09-25 | - Removed config setting allow_atcommand_when_mute as it's no longer used (se... | skotlex | 4 | -6/+0 |
2006-09-25 | - Applied FlavioJS's suggestion of expanding WFIFOPOS to also take the direct... | skotlex | 1 | -13/+9 |
2006-09-25 | - Changed the order of packets in TK_HIGHJUMP, may fix the reports of getting... | skotlex | 2 | -16/+16 |
2006-09-24 | - When the code auto-guesses that a skill should require ammo, it will accept... | skotlex | 1 | -1/+1 |
2006-09-22 | - Probably fixed a signed/unsigned mismatch warning on the new socket code. | skotlex | 1 | -2/+2 |
2006-09-22 | - Fixed the "map server claims to have char online, but this other map server... | skotlex | 2 | -5/+13 |
2006-09-22 | - Fixed a bug on "select" when skipping empty entries when the selected entry... | skotlex | 1 | -1/+1 |
2006-09-21 | - Improved a bit RFIFOFLUSH as suggested by Harbin. | skotlex | 2 | -3/+10 |
2006-09-21 | - Removed the unrecognized class error messages from pc_mapid2jobid and pc_jo... | skotlex | 2 | -5/+1 |
2006-09-20 | - A mob's HP is set temporarily to 0 before invoking it's on-death script, pr... | skotlex | 2 | -14/+22 |
2006-09-20 | - Cleaned up some more party_sub_count, so that idle_no_share will also disab... | skotlex | 1 | -4/+5 |
2006-09-20 | - Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was... | skotlex | 2 | -3/+9 |
2006-09-20 | - Fixed nocommand mapflag causing the "you can't use commands on this map" me... | skotlex | 2 | -18/+22 |
2006-09-19 | - Added support for skipping empty string menu entries for the select() comma... | skotlex | 1 | -1/+6 |
2006-09-19 | - Corrected undisguise not working if you don't pass any parameters to it (wh... | skotlex | 1 | -1/+1 |
2006-09-19 | - Fixed pc_set_hate_mob letting you place mobs on any of the three positions ... | skotlex | 1 | -0/+2 |
2006-09-19 | - Made the report_Src function also report name of non-bl objects. | skotlex | 7 | -36/+19 |
2006-09-19 | - Simplified the code for @storage | skotlex | 2 | -12/+24 |
2006-09-19 | Fixed some gcc4 warnings (oops ^^) | toms | 1 | -1/+3 |
2006-09-19 | Fixed some gcc4 warnings | toms | 1 | -1/+1 |
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 |