Commit History

Author SHA1 Message Date
  ai4rei 10638473e4 * Various additions and updates to the comments and documentation of packets in clif. 14 years ago
  ai4rei c8cae9e659 * Removed clif_weather_sub and clif_misceffect2 in favor of clif_specialeffect_single and clif_specialeffect (all of them are ZC_NOTIFY_EFFECT2). 14 years ago
  L0ne_W0lf 521a0280af Monsters spawned with mob-generating items now have MD_ANGRY applied to them. 14 years ago
  ai4rei a313575e51 * Added packet 0x1b1 (ZC_SHOWDIGIT). 14 years ago
  ai4rei ca36918486 * Confirmed packet 0x291 (ZC_MSG) to be general-purpose msgstringtable.txt packet and updated all functions using it (related r12245 and r13126). 14 years ago
  ai4rei 5c84df6a15 * Fixed using main chat nick longer than 15 characters would cause a buffer overflow (bugreport:2671, since r5013). 14 years ago
  ai4rei 0b5563ac28 * Fixed bAutoSpellOnSkill bonuses could not be chained (bugreport:4421, since r13596). 14 years ago
  ai4rei 9808dfb86b * Fixed NPC_TALK message being displayed with EOL character attached (bugreport:4596, since r14270). 14 years ago
  ai4rei 459d8fd961 * Reverted change from r14533 and restored the 3rd field of mob_avail.txt being optional (bugreport:4599, since r14532). 14 years ago
  ai4rei fe818bf27a * Updated example in mob_avail.txt to match the format description and actual implementation (bugreport:4599, follow up to r14532). 14 years ago
  ai4rei 0781024807 * Monster database reading now utilizes sv_readdb. 14 years ago
  ai4rei 279ea12459 * Fixed out-of-bound access to percentrefinery array causing refine bonuses stop working (bugreport:4598, since r14526). 14 years ago
  ai4rei cc4608e666 * Fixed class being used instead of idx in status_readdb_job2 (bugreport:4597, since r14526). 14 years ago
  ai4rei 947d2c8ae4 * Fixed a mistake (excess dummy name) in dead branch list fallback value (since r32). 14 years ago
  ai4rei c792e189e4 * Moved function 'exists' (file presense check) to utils.c, so that it is available to code outside of lock.c 14 years ago
  ai4rei df022f175d * Resolved missing script documentation (bugreport:4578). 14 years ago
  ai4rei 91aee9b80c * Made job_db1.txt, job_db2.txt, size_fix.txt and refine_db.txt reading use sv_readdb. 14 years ago
  ai4rei 739d77f80f * Added SV_READDB_MAX_FIELDS define for configuration of the sv_readdb limit. 14 years ago
  ai4rei cbc43338bf * Made skill_tree.txt reading use sv_readdb. [Ai4rei] 14 years ago
  ai4rei 6cb2c681c9 * Added a define for star gladiator feel/hate info array length (follow up to r8721 and r11840). 14 years ago
  ai4rei 72c5290837 * Fixed script command getusers causing 'player not attached' errors when asking for character count in entire server (bugreport:4591, since r14495). 14 years ago
  ai4rei c634198301 * Resolved issues with item delay system. 14 years ago
  ai4rei b870941ee0 * Insignificant code tweaks: removal of excess function declarations and self assignments. 14 years ago
  ai4rei c82e8e36f1 * Added an option to re-roll the /dice emotion server-side, to prevent cheats during events (bugreport:4194). 14 years ago
  ai4rei 93e376eac5 * Added emotion_type enumeration for clif_emotion constants. 14 years ago
  ai4rei 5d1bbf6c2a * Added clr_type enumeration for vanish effect constants. 14 years ago
  ai4rei 8b5c0c742b * Resolved multiple issues with the party booking system (bugreport:4573, since r14412). 14 years ago
  ai4rei 7a092c2aca * Removed 'negative clrtype is used for skipping unauthed objects from saving' introduced in r9975, as it is no longer required/used (follow up to r12223). 14 years ago
  ai4rei 4d73f8ab86 * Made the party booking search pass results as array of pointers, rather than array of indexes, which require further lookup. 14 years ago
  ai4rei c13027baf7 * Replaced literal constants related to the party booking system with defines. 14 years ago