Commit History

Author SHA1 Message Date
  Lance 020b35d68a * Using malloc for memory allocations that doesn't need to be pre-initialized. 19 years ago
  skotlex af55aa1e6e - Updated item_db.sql to current. 19 years ago
  shinomori 1f3b70b776 19 years ago
  skotlex a2ba8edd25 - Fixed a typo in map_search_freecell which was returning incorrect cells according to the ranges given. Increased the max number of iteration for finding a suitable cell to 100. 19 years ago
  skotlex 3522a7f83e - Fixed Magnum break's animation not showing if the fire-elemental bonus did not start. 19 years ago
  skotlex 571402c435 - Removed water_height.txt reading (since it is always done from the rsw now) 19 years ago
  skotlex 47adb68d91 - Fixed mysql ping setting being in minutes rather than hours. 19 years ago
  skotlex dc8d892b45 - Added an Info message when pinging the SQL servers. 19 years ago
  skotlex 0a5c14f801 - Changed slave chasing from using unit_walktobl to map_search_freecell + unit_walktoxy, since the previous behaviour makes all slaves always end up on the same cell. 19 years ago
  skotlex 0ef81c9d08 - Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS TESTING 19 years ago
  skotlex e68983a063 - Fixes to the unit_data update that lets characters auto-chase while attacking. 19 years ago
  skotlex 418c98ea0a - Modified the unit_data structure to handle automatically switching between chasing and attacking a character. Note that it's a work in progress and not yet properly tested/finished... 19 years ago
  skotlex b6fa7be9e9 - Updated the subnet support to not require specifying the subnet mask, it is auto-acquired from the char/map IP and the subnet-mask. 19 years ago
  Lance d955a685c3 * Fixed map_waterheight prefixing extra "data\" 19 years ago
  Zido cb78101f64 - The IRC bot now reads a configuration file (irc.c) instead of it all being hardcoded 19 years ago
  skotlex 491228d9cc - Added inter config connection_ping_interval which specifies interval in hours at which mysql_ping's must be done on all connection handles to keep the mysql connection alive. Defaults to 0 (disabled) 19 years ago
  Lance 863806c1e4 - Fixed my fix on multi-map leak thanks to Buuyo^. 19 years ago
  Lance aad6982f1e Typo fix in map.c 19 years ago
  Lance 311e06085e * Loading waterheight aliases from resnametable.txt. 19 years ago
  skotlex 13e8924fa0 - Incremented the number of iterations to find a random stop to 100 as 50 seems to no be enough for certain maps. 19 years ago
  skotlex 77e57852cc - Added function map_search_freecell to locate an available cell around an area (for recall/warping skills) 19 years ago
  skotlex 7a8371273a - Merged the unit_data structure from jA for handling unit-related data (attack times, walking, auto-attack timers, skill related data) 19 years ago
  skotlex 7fac8ac102 - status_check_skilluse won't block skill-specific checks (silence, berserk, steel-body, etc) when the skill in use is an item-invoked skill. 19 years ago
  LuzZza 12408e51c3 Fix on not showing guildmembers logins/logouts messages. 19 years ago
  Lupus d740947921 warning msg typos fix 19 years ago
  skotlex 5cc553de0f - Small fix to prevent killer/killable states from allowing you to target yourself. 19 years ago
  skotlex cee086fece - Fixed handling of the char_gm_read config for packet 0x2af7 (reloadgmdb) 19 years ago
  Lance ceea8fde6c * Final fix on Juperos NPC. 19 years ago
  skotlex 1e302d8177 - Fixed compilation error on windows 19 years ago
  skotlex d770421a9d - Trick dead now ends on logout 19 years ago