История коммитов

Автор SHA1 Сообщение Дата
  skotlex 827f003768 - Fixed standing up not really standing you up. 19 лет назад
  skotlex 5a5d30b660 - Removed OPTION_XMAS, it seems to not exist.... 19 лет назад
  skotlex 14413f8ec6 - Added function map_foreachinshootrange, behaves the same way as map_foreachinrange, but it also performs a "shoot-path" check before invoking the function. Used in the skill subtimer function if skill_wall_check is defined. 19 лет назад
  skotlex ffea9656f8 - Removed attack_type from sd->state structure (it's only use was for soul-drain!) 19 лет назад
  Lupus cdffe16fba fixed STEAL. now working 19 лет назад
  LuzZza c2276ce3e2 Added @noask command: enable/disable deals/invites autorejecting. 19 лет назад
  Lupus 687b2210a7 Updated STEAL skill (WIP), added a battle config option: 'skill_steal_max_tries' to set max number of stealing tries. It could help to fix stealing exploit on mobs with few drops 19 лет назад
  skotlex af55aa1e6e - Updated item_db.sql to current. 19 лет назад
  skotlex 56571363d2 - Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scripts. 19 лет назад
  shinomori 1f3b70b776 19 лет назад
  skotlex 41a6c38e23 - Added SC_KEEPING/SC_BARRIER to calc_flag in status_change_end 19 лет назад
  skotlex 3ffd7ebdb9 - Updated the HP/SP leech structures to have race-data attached to them. 19 лет назад
  skotlex c69118e1e5 - Added two columns to item_db: equip_script and unequip_script are scripts that are executed once when the corresponding item is equipped or unequipped respectively. 19 лет назад
  skotlex 63eec80717 - Added support for n to specify minutes to @charban. 19 лет назад
  skotlex 6b9fd3cf04 - Removed message 592 from trade.c 19 лет назад
  Lance c0b1eb7787 * Shinomori's method (kinda) of remote script execution with interaction. 19 лет назад
  skotlex 3a2c267be6 - Added state.running to unit_data to make it easier to check for running characters (saves having to get the sc data and check for the corresponding timer all the time) 19 лет назад
  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 лет назад
  skotlex 97af776e02 - Added special_state changebase to identify when a character has a special-view associated with some equipment to correctly revert the look when you take off said equipment (fixes tuxedo/wedding dress when you use modify_wedding_display: yes) 19 лет назад
  skotlex 3a0621b9ae - Added ers handling for skill_timerskill structures. 19 лет назад
  skotlex 0ef81c9d08 - Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS TESTING 19 лет назад
  skotlex 42c6f89d86 - Multiple optimizations to the unit_data auto-chase upgrade, also simplified the mob and pet ai routines. 19 лет назад
  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 лет назад
  skotlex de8f8cb6f7 - Removed the flag variable from the npc_data structure. Disabled NPCs are now handled through nd->sc.option&OPTION_INVISIBLE checks. Should fix disable/enablenpc calls not working. 19 лет назад
  Lance e051037bce * Dynamic shops support with script callback. (needs testing) 19 лет назад
  skotlex e9c44b50c8 - Added structure view_data to handle sprite information for all characters (equipment, weapons, hair, dyes, etc). Unified a bunch of clif functions now that you only need to handle the view_data (so instead of clif_spawn[pc/mob/npc/pet] you just have clif_spawn) 19 лет назад
  skotlex cb5e2ff339 - Added a debug function to locate all "looping warps" 19 лет назад
  skotlex 57b2638e54 - Added a missing escape in logging chats. 19 лет назад
  skotlex ec6a69b266 - Fixed Warp Portal. 19 лет назад
  skotlex 77e57852cc - Added function map_search_freecell to locate an available cell around an area (for recall/warping skills) 19 лет назад