Age | Commit message (Expand) | Author | Files | Lines |
2006-04-17 | - Added state.running to unit_data to make it easier to check for running cha... | skotlex | 1 | -0/+7 |
2006-04-17 | - Fixed TK_RUN having a cast-bar when attempting to stop-running and generati... | skotlex | 1 | -0/+2 |
2006-04-17 | Updated DLLS to match libs. Please DO NOT update the libs from now on (except... | Lance | 1 | -0/+3 |
2006-04-17 | * Clearing the dummy npc after fooling the client. | Lance | 1 | -0/+3 |
2006-04-17 | - Fixed the first call to the walk timers having the tick interval halved, wh... | skotlex | 1 | -0/+9 |
2006-04-17 | - Changed the npc_id mismatch warning to be more informative. | skotlex | 1 | -0/+4 |
2006-04-16 | - Fixed char-sql server still reading the old lanconfig format rather than th... | skotlex | 1 | -0/+2 |
2006-04-16 | - Removed water_height.txt reading (since it is always done from the rsw now) | skotlex | 1 | -0/+5 |
2006-04-16 | - Fixed mysql ping setting being in minutes rather than hours. | skotlex | 1 | -0/+5 |
2006-04-16 | * Sending fake npc for inputs and menus for NPC without map coordinates. | Lance | 1 | -0/+1 |
2006-04-16 | * Missing lines in npc_parse_script! | Lance | 1 | -0/+1 |
2006-04-16 | * Experimental npc_event_doall_sub with queue and npc_id allocation when needed. | Lance | 1 | -1/+4 |
2006-04-16 | - Fixed wrong check of Deluge + Suiton which broke the water-requirement chec... | skotlex | 1 | -0/+2 |
2006-04-16 | - Cleared ud->target on remove-map, it should fix the phantom mob sprite issue. | skotlex | 1 | -0/+2 |
2006-04-16 | * Added pcre3.dll, zlib1.dll and libmysql.dll. DO NOT DELETE THEM. (Required ... | Lance | 1 | -0/+2 |
2006-04-16 | * Temperory fixed compiler warnings/errors. Please compile before commiting. ... | Lance | 1 | -0/+4 |
2006-04-15 | - Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out. | skotlex | 1 | -0/+2 |
2006-04-15 | - Removed the ->prev != NULL checks in skill_attack due to the fact that the ... | skotlex | 1 | -1/+7 |
2006-04-15 | Added an update by ALZ. Refer to changelog. | Zido | 1 | -0/+4 |
2006-04-14 | - Updated sql-files/mob_db.sql to current. | skotlex | 1 | -0/+1 |
2006-04-14 | - Fixed being able to do all the stuff you shouldn't be able to during the pe... | skotlex | 1 | -0/+3 |
2006-04-14 | - Updated sql-files/item_db.sql to current. | skotlex | 1 | -0/+1 |
2006-04-13 | - Added an Info message when pinging the SQL servers. | skotlex | 1 | -1/+1 |
2006-04-13 | - Fixed crash when looking for SC_MIRACLE in battle_calc_weapon_attack | skotlex | 1 | -0/+3 |
2006-04-13 | - Cleaned atcommand_param against overflows and also to make it standard C so... | skotlex | 1 | -0/+5 |
2006-04-13 | Small mapflag changes | MasterOfMuppets | 1 | -0/+2 |
2006-04-13 | - Halved the aftercast delay of auto-casted spells. | skotlex | 1 | -0/+2 |
2006-04-13 | - Changed slave chasing from using unit_walktobl to map_search_freecell + uni... | skotlex | 1 | -0/+3 |
2006-04-12 | - Added cast time to pick stone of 3 secs and 500ms delay | skotlex | 1 | -0/+2 |
2006-04-12 | - Expanded the warp warning so that it also warns when a warps takes you to a... | skotlex | 1 | -0/+2 |
2006-04-12 | - Simplified the mob-drops structure by using a single timer with a linked li... | skotlex | 1 | -0/+3 |
2006-04-12 | - Added special_state changebase to identify when a character has a special-v... | skotlex | 1 | -0/+4 |
2006-04-12 | - Removed the piece of code that "guesses" that job classes between 24 and 68... | skotlex | 1 | -0/+3 |
2006-04-12 | - Fixed Landmine's level 1 duration. | skotlex | 1 | -0/+2 |
2006-04-11 | - Changed clif_damage/clif_skill_damage to return the walk-delay based on the... | skotlex | 1 | -0/+5 |
2006-04-11 | - Added ers handling for skill_timerskill structures. | skotlex | 1 | -0/+1 |
2006-04-11 | - You don't get critical'ed when in counter-attack stance anymore. | skotlex | 1 | -0/+2 |
2006-04-11 | - Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS ... | skotlex | 1 | -0/+3 |
2006-04-11 | - Modified battle_check_range to do a path-check on distances less than 2 (ra... | skotlex | 1 | -0/+2 |
2006-04-11 | - Modified unit_walktoxy_sub to always move at least one cell when a large ch... | skotlex | 1 | -0/+4 |
2006-04-11 | - Fixed Looted items always dropping in quantities of 1. | skotlex | 1 | -0/+4 |
2006-04-11 | * Temperory replaced strtoll to strtoul until the function changes. | Lance | 1 | -0/+1 |
2006-04-11 | - Multiple optimizations to the unit_data auto-chase upgrade, also simplified... | skotlex | 1 | -0/+4 |
2006-04-11 | - Finished fixing the unit_data auto-case update. Still need to do some optim... | skotlex | 1 | -0/+2 |
2006-04-11 | - Fixes to the unit_data update that lets characters auto-chase while attacking. | skotlex | 1 | -0/+3 |
2006-04-10 | - Modified the unit_data structure to handle automatically switching between ... | skotlex | 1 | -2/+7 |
2006-04-10 | - Updated the subnet support to not require specifying the subnet mask, it is... | skotlex | 1 | -0/+4 |
2006-04-09 | - Added the missing last_thinktime initialization to pets. | skotlex | 1 | -0/+3 |
2006-04-09 | - Changed use of strtol to strtoll as strtol's result is just a signed int, a... | skotlex | 1 | -0/+5 |
2006-04-09 | - Modified @warp/@rura to prevent causing pc_setpos position error messages. | skotlex | 1 | -0/+4 |