summaryrefslogtreecommitdiff
path: root/Changelog-Trunk.txt
AgeCommit message (Expand)AuthorFilesLines
2006-04-15Added an update by ALZ. Refer to changelog.Zido1-0/+4
2006-04-14- Updated sql-files/mob_db.sql to current.skotlex1-0/+1
2006-04-14- Fixed being able to do all the stuff you shouldn't be able to during the pe...skotlex1-0/+3
2006-04-14- Updated sql-files/item_db.sql to current.skotlex1-0/+1
2006-04-13- Added an Info message when pinging the SQL servers.skotlex1-1/+1
2006-04-13- Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attackskotlex1-0/+3
2006-04-13- Cleaned atcommand_param against overflows and also to make it standard C so...skotlex1-0/+5
2006-04-13Small mapflag changesMasterOfMuppets1-0/+2
2006-04-13- Halved the aftercast delay of auto-casted spells.skotlex1-0/+2
2006-04-13- Changed slave chasing from using unit_walktobl to map_search_freecell + uni...skotlex1-0/+3
2006-04-12- Added cast time to pick stone of 3 secs and 500ms delayskotlex1-0/+2
2006-04-12- Expanded the warp warning so that it also warns when a warps takes you to a...skotlex1-0/+2
2006-04-12- Simplified the mob-drops structure by using a single timer with a linked li...skotlex1-0/+3
2006-04-12- Added special_state changebase to identify when a character has a special-v...skotlex1-0/+4
2006-04-12- Removed the piece of code that "guesses" that job classes between 24 and 68...skotlex1-0/+3
2006-04-12- Fixed Landmine's level 1 duration.skotlex1-0/+2
2006-04-11- Changed clif_damage/clif_skill_damage to return the walk-delay based on the...skotlex1-0/+5
2006-04-11- Added ers handling for skill_timerskill structures.skotlex1-0/+1
2006-04-11- You don't get critical'ed when in counter-attack stance anymore.skotlex1-0/+2
2006-04-11- Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ...skotlex1-0/+3
2006-04-11- Modified battle_check_range to do a path-check on distances less than 2 (ra...skotlex1-0/+2
2006-04-11- Modified unit_walktoxy_sub to always move at least one cell when a large ch...skotlex1-0/+4
2006-04-11- Fixed Looted items always dropping in quantities of 1.skotlex1-0/+4
2006-04-11* Temperory replaced strtoll to strtoul until the function changes.Lance1-0/+1
2006-04-11- Multiple optimizations to the unit_data auto-chase upgrade, also simplified...skotlex1-0/+4
2006-04-11- Finished fixing the unit_data auto-case update. Still need to do some optim...skotlex1-0/+2
2006-04-11- Fixes to the unit_data update that lets characters auto-chase while attacking.skotlex1-0/+3
2006-04-10- Modified the unit_data structure to handle automatically switching between ...skotlex1-2/+7
2006-04-10- Updated the subnet support to not require specifying the subnet mask, it is...skotlex1-0/+4
2006-04-09- Added the missing last_thinktime initialization to pets.skotlex1-0/+3
2006-04-09- Changed use of strtol to strtoll as strtol's result is just a signed int, a...skotlex1-0/+5
2006-04-09- Modified @warp/@rura to prevent causing pc_setpos position error messages.skotlex1-0/+4
2006-04-09- Fixed @npcmove not sending the correct packets to make the moving refresh c...skotlex1-0/+6
2006-04-09* Fixed map_waterheight prefixing extra "data\"Lance1-0/+1
2006-04-09- Mob_ai update. The attacked checks will trigger even if the mob can't move....skotlex1-0/+3
2006-04-09- Changed the default of multi_hit_delay from 230 to 80 which seems more offi...skotlex1-0/+9
2006-04-08- Fixed skill_nocast_db reading so that when the same skill is specified mult...skotlex1-0/+3
2006-04-08- Fixed @movenpcskotlex1-0/+5
2006-04-08- The IRC bot now reads a configuration file (irc.c) instead of it all being ...Zido1-0/+2
2006-04-08- Wedding Sprites fixedZido1-0/+4
2006-04-08- Fixed irc.c, no more crashesZido1-0/+3
2006-04-08- Likely fixed a mob not returning to their original class view on respawn af...skotlex1-0/+2
2006-04-08- Modified the equip_job field in the item_db to be a hexadecimal value for e...skotlex1-0/+8
2006-04-07- Moved the devotion damage reduction to the block that only executes if flag...skotlex1-0/+4
2006-04-07- IRC User access levels now refresh on a mode set and join/partZido1-0/+1
2006-04-07- Added missing creation/destruction of the expcache_ers in guild.cskotlex1-0/+4
2006-04-07- Fixed pc_setpos ignoring the clrtype sent to it.skotlex1-0/+5
2006-04-06- Hopefully fixed the wedding item-trade restriction.skotlex1-0/+1
2006-04-06- Removed mapflag noreturn from pvp maps.skotlex1-0/+2
2006-04-06- Rewrote the guild exp cache code to prevent overflows and to use the ers sy...skotlex1-0/+2