Age | Commit message (Expand) | Author | Files | Lines |
2006-09-25 | - Fixed #baselevelup adding instead of substracting status points when used w... | skotlex | 1 | -0/+3 |
2006-09-25 | - Applied FlavioJS's suggestion of expanding WFIFOPOS to also take the direct... | skotlex | 1 | -0/+4 |
2006-09-25 | - Changed the order of packets in TK_HIGHJUMP, may fix the reports of getting... | skotlex | 1 | -0/+6 |
2006-09-24 | - When the code auto-guesses that a skill should require ammo, it will accept... | skotlex | 1 | -0/+4 |
2006-09-22 | - Probably fixed a signed/unsigned mismatch warning on the new socket code. | skotlex | 1 | -0/+2 |
2006-09-22 | - Fixed the "map server claims to have char online, but this other map server... | skotlex | 1 | -0/+3 |
2006-09-22 | * Fixed some maps in db/mapindex.txt being under the wrong id and added comme... | Zephiris | 1 | -0/+6 |
2006-09-22 | - Fixed a bug on "select" when skipping empty entries when the selected entry... | skotlex | 1 | -0/+2 |
2006-09-21 | - Improved a bit RFIFOFLUSH as suggested by Harbin. | skotlex | 1 | -0/+2 |
2006-09-20 | - A mob's HP is set temporarily to 0 before invoking it's on-death script, pr... | skotlex | 1 | -0/+4 |
2006-09-20 | - Fixed party_sub_count (TK_POWER) failing when the idle_no_share setting was... | skotlex | 1 | -0/+4 |
2006-09-20 | - Fixed nocommand mapflag causing the "you can't use commands on this map" me... | skotlex | 1 | -0/+3 |
2006-09-19 | - Added support for skipping empty string menu entries for the select() comma... | skotlex | 1 | -0/+2 |
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 | 1 | -0/+6 |
2006-09-19 | - Simplified the code for @storage | skotlex | 1 | -0/+3 |
2006-09-19 | Fixed some gcc4 warnings | toms | 1 | -76/+77 |
2006-09-19 | - Fixed Spider Web fire damage bonus. | skotlex | 1 | -0/+5 |
2006-09-18 | - Merged Meruru's update to socket.c, which includes a rewritten parse functi... | skotlex | 1 | -0/+7 |
2006-09-18 | - High-Jump is usable everywhere now, except that on maps where it previously... | skotlex | 1 | -0/+3 |
2006-09-18 | - Moved the equipment/card resistances to status ailments outside of status_g... | skotlex | 1 | -0/+3 |
2006-09-18 | - Modified the Asura code (again), hopefully movement sprite issues are fixed... | skotlex | 1 | -0/+2 |
2006-09-18 | - Reloading scripts will no longer eliminate mobs with no respawn data. Watch... | skotlex | 1 | -0/+8 |
2006-09-18 | - Reenabled client requesting to self mute, as the whole knockback packet iss... | skotlex | 1 | -0/+4 |
2006-09-17 | - Fixed NPC_INVISIBLE's cloak ending after attacking once. | skotlex | 1 | -0/+8 |
2006-09-16 | - Added monster_ai&256. When set, a monster will pick a random starting posit... | skotlex | 1 | -0/+3 |
2006-09-16 | - Fixed the status change duration reduction equation was was totally wrong, ... | skotlex | 1 | -0/+3 |
2006-09-15 | - Now mobs won't do a distance check to lose their target on every ai iterati... | skotlex | 1 | -0/+5 |
2006-09-15 | - Reverted the Summon Flora change where all plants were being summoned in on... | skotlex | 1 | -0/+2 |
2006-09-15 | - Moved the weapon repair effect to where it belongs (after successfully repa... | skotlex | 1 | -0/+2 |
2006-09-15 | - Added config setting "friend_auto_add" (battle/player.conf), if set, when y... | skotlex | 1 | -0/+4 |
2006-09-15 | - Changed Extremity Fist's code to make you actually walk past your target, w... | skotlex | 1 | -0/+3 |
2006-09-15 | - Updated the item_db search functions so that when returning the dummy-item,... | skotlex | 1 | -0/+4 |
2006-09-14 | - Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh... | skotlex | 1 | -0/+2 |
2006-09-14 | - Likely fixed "half" of the alliance being saved, which ends up in guilds th... | skotlex | 1 | -0/+2 |
2006-09-14 | - Added deleting of saved Status changes on character delete for the Char-TXT... | skotlex | 1 | -0/+2 |
2006-09-14 | - Fixed the can-act delay never being checked when requesting to use Homuncul... | skotlex | 1 | -0/+2 |
2006-09-14 | - Fixed warmth skills draining SP of the target, not the caster. | skotlex | 1 | -0/+3 |
2006-09-14 | - Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ... | skotlex | 1 | -0/+5 |
2006-09-14 | - Shadow Jump no longer goes over walls. | skotlex | 1 | -0/+1 |
2006-09-14 | - Corrected Smokie's pet script to use petskillbonus instead of "bonus" | skotlex | 1 | -0/+10 |
2006-09-13 | - SC_CHANGE cannot override itself anymore. This fixes being able to "recast"... | skotlex | 1 | -0/+3 |
2006-09-13 | - Changed a bit the dnsbl lookup in the login servers to make it faster. | skotlex | 1 | -0/+7 |
2006-09-13 | - Modified the nocommand mapflag so you can specify the GM range that is bloc... | skotlex | 1 | -0/+3 |
2006-09-13 | - Modified the char-server TXT whisper system to use the online_db to know to... | skotlex | 1 | -0/+3 |
2006-09-13 | - Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag... | skotlex | 1 | -0/+3 |
2006-09-13 | - Modified the login SQL server so that case insensitive lookups use "where n... | skotlex | 1 | -0/+8 |
2006-09-12 | - Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible w... | skotlex | 1 | -0/+2 |
2006-09-12 | - Moved the morph restrictions from skill_additional_effect to mob_class_chan... | skotlex | 1 | -0/+3 |
2006-09-12 | Fixed 'range' might be used uninitialized warning | toms | 1 | -0/+1 |