summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
AgeCommit message (Expand)AuthorFilesLines
2006-09-18- Reloading scripts will no longer eliminate mobs with no respawn data. Watch...skotlex1-0/+8
2006-09-18- Reenabled client requesting to self mute, as the whole knockback packet iss...skotlex1-0/+4
2006-09-17- Fixed NPC_INVISIBLE's cloak ending after attacking once.skotlex1-0/+8
2006-09-16- Added monster_ai&256. When set, a monster will pick a random starting posit...skotlex1-0/+3
2006-09-16- Fixed the status change duration reduction equation was was totally wrong, ...skotlex1-0/+3
2006-09-15- Now mobs won't do a distance check to lose their target on every ai iterati...skotlex1-0/+5
2006-09-15- Reverted the Summon Flora change where all plants were being summoned in on...skotlex1-0/+2
2006-09-15- Moved the weapon repair effect to where it belongs (after successfully repa...skotlex1-0/+2
2006-09-15- Added config setting "friend_auto_add" (battle/player.conf), if set, when y...skotlex1-0/+4
2006-09-15- Changed Extremity Fist's code to make you actually walk past your target, w...skotlex1-0/+3
2006-09-15- Updated the item_db search functions so that when returning the dummy-item,...skotlex1-0/+4
2006-09-14- Added a clif_skill_nodamage packet when using Repair Weapon, just to see wh...skotlex1-0/+2
2006-09-14- Likely fixed "half" of the alliance being saved, which ends up in guilds th...skotlex1-0/+2
2006-09-14- Added deleting of saved Status changes on character delete for the Char-TXT...skotlex1-0/+2
2006-09-14- Fixed the can-act delay never being checked when requesting to use Homuncul...skotlex1-0/+2
2006-09-14- Fixed warmth skills draining SP of the target, not the caster.skotlex1-0/+3
2006-09-14- Estimation /Sense/ whatever will no longer hide the vit bonus to mdef2, as ...skotlex1-0/+5
2006-09-14- Shadow Jump no longer goes over walls.skotlex1-0/+1
2006-09-14- Corrected Smokie's pet script to use petskillbonus instead of "bonus"skotlex1-0/+10
2006-09-13- SC_CHANGE cannot override itself anymore. This fixes being able to "recast"...skotlex1-0/+3
2006-09-13- Changed a bit the dnsbl lookup in the login servers to make it faster.skotlex1-0/+7
2006-09-13- Modified the nocommand mapflag so you can specify the GM range that is bloc...skotlex1-0/+3
2006-09-13- Modified the char-server TXT whisper system to use the online_db to know to...skotlex1-0/+3
2006-09-13- Readded the setting TCP_NODELAY on socket.c to see if it fixes the walk-lag...skotlex1-0/+3
2006-09-13- Modified the login SQL server so that case insensitive lookups use "where n...skotlex1-0/+8
2006-09-12- Updated convert_engine.sql to use TYPE instead of ENGINE to be compatible w...skotlex1-0/+2
2006-09-12- Moved the morph restrictions from skill_additional_effect to mob_class_chan...skotlex1-0/+3
2006-09-12Fixed 'range' might be used uninitialized warningtoms1-0/+1
2006-09-12- Added manual deletion of sc_data entries when deleting a character (char-SQL)skotlex1-0/+9
2006-09-12- Updated battle_switch to use strncmpi instead of strcmpi, it makes it so us...skotlex1-0/+8
2006-09-12- Moved the packet_len variable in login.c to the login parse case, since it'...skotlex1-0/+1
2006-09-12- Baphomet splash damage will now hit nearby enemies regardless of flee (but ...skotlex1-0/+4
2006-09-11- Modified set_nonblocking and setsocketoptions in socket.c, using eApp's cod...skotlex1-0/+2
2006-09-11- Added a comment explaining what a comment is to login/char/map config files...skotlex1-0/+6
2006-09-11- Summoned and slave mobs won't show up on @showmobs anymore.skotlex1-0/+16
2006-09-11Added D-Kalck's fix of the TXT -> SQL converterPlaytester1-0/+2
2006-09-11git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@8698 54...Lupus1-0/+5
2006-09-10Updated item_db.sql and mob_db.sqlPlaytester1-0/+2
2006-09-09- Added a crash protection in case mapfreeblock unlock tries to free a null p...skotlex1-0/+2
2006-09-09- Moved perfect_hiding from state to special_state, so that it clears out whe...skotlex1-0/+3
2006-09-09- Fixed a npc-timer memory leak on npc_unload ("[Warning]: ers_obj_destroy: X...skotlex1-0/+4
2006-09-08- Unified the rest and ganstar paradise code into a single function.skotlex1-0/+4
2006-09-08- Cleaned up SG_HATE to use a new function, pc_set_hate_mob to handle setting.skotlex1-0/+1
2006-09-08- Removed sg_miracle_skill_duration, replaced it with sg_miracle_skill_min_du...skotlex1-0/+3
2006-09-08- Added upgrade_svn8675.sql in case, for some reason, your guild table still ...skotlex1-0/+3
2006-09-08- Fixed alliance/opposition making not cancelling out map-server-side when th...skotlex1-0/+4
2006-09-08- Fixed SC_BERSERK setting Hp to 100 when dispelled by unnatural means (eg: w...skotlex1-0/+2
2006-09-07- Changed the default of sg_angel_skill_ratio to 10 based on recent informati...skotlex1-0/+2
2006-09-07- Removed the Warmth "stacking" code.skotlex1-0/+12
2006-09-06- Fixed the memset in status_calc_pc, corrects some mysterious bugs such as i...skotlex1-0/+2