summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
AgeCommit message (Expand)AuthorFilesLines
2008-02-04- Some code cleanups.zephyrus1-0/+7
2008-02-03Fixes to Devotion (see topic:153345)ultramage1-0/+7
2008-02-03* Added an iterator to map.h/c.FlavioJS1-0/+4
2008-02-01Fixed sql charserver crashing when mapserver is disconnected and someone does...ultramage1-0/+2
2008-01-29- Plagiarize can no longer copy skill levels beyond their max skill_db value.skotlex1-0/+2
2008-01-29- Modified pc_dead so that the src is passed on to the master when it is a pe...skotlex1-0/+3
2008-01-27* Small update to the dgbhelpplug plugin:FlavioJS1-0/+5
2008-01-25Updated conversion tools for mob_db & item_dbtoms1-0/+3
2008-01-21Fixed battle config loading not applying the side-effects of battle_adjust_co...ultramage1-0/+4
2008-01-20- Fixed a comparison whn doing item searchesskotlex1-1/+7
2008-01-19* Added plugin dbghelpplug to generate more extensive crash reports in windows.FlavioJS1-0/+5
2008-01-17- Made battle_check_range fail whenever the distance between src/target is gr...skotlex1-0/+2
2008-01-17Icewalls can no longer be knocked back (see bugreport:38)ultramage1-0/+2
2008-01-15* Manner system fixingultramage1-0/+7
2008-01-14- Fixed missing mob_spawn call, which was making CR_CULTIVATION not actually ...skotlex1-0/+2
2008-01-14* Client packet correctionsultramage1-0/+7
2008-01-14Fixed card removal script functions' 'extra card' bug (bugreport:786)ultramage1-1/+2
2008-01-14Removed the hardcoded limit for numeric npc input boxes (bugreport:811)ultramage1-0/+1
2008-01-14Applied a temp patch to make some npc-executed atcommands work again (bugrepo...ultramage1-0/+2
2008-01-13- Fixed dangling pointer crashes when bleeding or Deadly poison kills a spawn...skotlex1-0/+6
2008-01-13- Fixed a possible ers_entry corruption if you die from bleeding while under ...skotlex1-0/+2
2008-01-13- Updated Safety wall so it does not blocks melee magic.skotlex1-0/+2
2008-01-13* Another possible fix to ers/status_change crashing.FlavioJS1-0/+4
2008-01-12* Modified npc_parsesrcfile to read the file as binary and let sv_parse handl...FlavioJS1-0/+1
2008-01-12* Possible fix to ers/status_change crashing. [FlavioJS]FlavioJS1-0/+12
2008-01-11- Implemented the extra damage bonus to TK_JUMPKICK when it is used while run...skotlex1-0/+3
2008-01-11- Corrected CR_CULTIVATION to cause summoned plants to expire after 5 minutes.skotlex1-0/+3
2008-01-10- Fixed getmonsterinfo to return "null" when returning the name of a non-exis...skotlex1-0/+6
2008-01-10Fixed Abracadabra unable to cast non-targeted skills (bugreport:186)ultramage1-0/+1
2008-01-10Another round of login server cleaningultramage1-0/+7
2008-01-10- Removed 'skill_steal_type' from skill.conf as said config no longer exists.skotlex1-0/+6
2008-01-09- corrected duration of sphere mines to be 30 secs regardless of skill levelskotlex1-0/+8
2008-01-08Added missing session auth checks to charserver.ultramage1-0/+2
2008-01-08- Made the pc reg variables receive a const char* as the argument, since they...skotlex1-0/+4
2008-01-08git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12031 5...reddozen1-0/+2
2008-01-08Added missing code to log main chat messages sent by whispering to main_chat_...ultramage1-0/+3
2008-01-06- Fixed Overthrust's timer not being able to be refreshed when recasting it (...skotlex1-0/+4
2008-01-06Extended the id range for npcs, now [400,700) will also be treated as NPC obj...ultramage1-1/+3
2008-01-06- Fixed a visual itemdupple bug on mail system.zephyrus1-0/+3
2008-01-04Fixed a mistake in r11991 that let knockback work through wallsultramage1-0/+1
2008-01-04Modified the map_setcell() code to to use a boolean flag instead of needing S...ultramage1-1/+12
2008-01-04- Fixed Music Lesson's effect on Assassin Cross of Sunset.skotlex1-0/+4
2008-01-03Changes to reduce the number of map cell typesultramage1-0/+4
2008-01-03Fixed npc unloading not clearing NPC touch cells (bugreport:595).ultramage1-0/+1
2008-01-03Map cell mechanism rewriteultramage1-1/+9
2008-01-03Moved extra junk from map_addblock/map_delblock to where it logically belongs...ultramage1-0/+2
2008-01-03Removed map_data's block_count, as (quote Yor/ja2160), "Perhaps useful for de...ultramage1-0/+4
2007-12-31* Fixed a crash in txt char-servers that the memory manager was hiding. onlin...FlavioJS1-0/+2
2007-12-31* Added code to reject double logins in clif_parse_WantToConnection and added...FlavioJS1-0/+5
2007-12-30* Fixed get_val2 not using the stack, which automatically frees the data, cau...FlavioJS1-0/+3