Commit History

Автор SHA1 Съобщение Дата
  Lance 020b35d68a * Using malloc for memory allocations that doesn't need to be pre-initialized. преди 19 години
  skotlex f8db64c952 - Added constant MAX_MOB_DROP to specify the amount of normal drops a mob has. The mob_db reading code will automatically parse the file according to the number of drops expected (the Mexp/Mper and MVP item rewards must still be after the normal drops). Set to 10 currently. преди 19 години
  skotlex 11bb133151 - Fixed base-level up @ command giving stat points instead of taking them away when leveling down. преди 19 години
  skotlex af55aa1e6e - Updated item_db.sql to current. преди 19 години
  skotlex d66d94cd80 - Item use interval is set to a default of 100ms now. преди 19 години
  skotlex dfca545bcf - When Taekwons level up they get Bless and Agi Up level 10 instead of the S.Novice bonuses. преди 19 години
  skotlex 56571363d2 - Wedding Dress/Tuxedo now handle view-change using the onequip/onunequip scripts. преди 19 години
  skotlex d44188210b - Renamed skill_clear_element_field to skill_clear_group, it accepts a flag to determine what to erase. &1 for elemental fields, &2 for traps. Also rewrote how it works to prevent missing elements (since each time an element is erased, the array contents shift) преди 19 години
  skotlex 34fa41861e - Added -fstack-protector to the Makefile, commented out by default. преди 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 bd17bad4eb - Fixed items not really getting unequipped when they should. преди 19 години
  skotlex e49d9e7dac - Fixed the equip/unequip scripts not triggering for compounded cards. преди 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 6b9fd3cf04 - Removed message 592 from trade.c преди 19 години
  skotlex 6ec369963a - skill_clear_unitgroup is now invoked in unit_remove_map only on death if the applicable battle setting is set. It is now also invoked in unit_free. преди 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 3522a7f83e - Fixed Magnum break's animation not showing if the fire-elemental bonus did not start. преди 19 години
  skotlex 5b9305fe41 - Removed the ->prev != NULL checks in skill_attack due to the fact that the code should check elsewhere how it should behave (eg: if traps are not cleared on death, stepping on one afterwards SHOULD cause damage) преди 19 години
  skotlex 0ef81c9d08 - Implemented use of ers for skill_unit_groups to reduce memory usage. NEEDS TESTING преди 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 8f20e263b2 - Added function status_change_init to initialize all the sc timers. Added sc_data initialization to the npc structures who were missing them. преди 19 години
  skotlex 3b5c9e1f78 - Moved the devotion damage reduction to the block that only executes if flag is zero in battle_damage. преди 19 години
  skotlex 4dc9cb89ad - Fixed pc_setpos ignoring the clrtype sent to it. преди 19 години
  skotlex 3c79b79483 - Fixed an error on the error-message when job_db1 doesn't has enough columns. преди 19 години
  skotlex f3d9444348 - Added a define list for weapon types in pc.h преди 19 години
  skotlex add318fc2f - Some cleanup of clif_parseloadendack, fixed guild-member list being sent on all map-changes. преди 19 години
  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 години
  skotlex fa1d4e5bf8 - Fixed pc_setpos using unit_remove_map with type 0 instead of 3, which confuses clients and makes them think the character in question is still standing on the spot where it was removed. преди 19 години
  skotlex cabad21166 - Cleaned up (fixed?) a possible overflow in pc_isUseitem, thanks to foobar. преди 19 години