From 1f9dddd6d55be511de61e34a2cc4ac54324da97f Mon Sep 17 00:00:00 2001 From: cyrite <123847593+cyrite@users.noreply.github.com> Date: Mon, 1 Jul 2024 20:22:07 -0700 Subject: [PATCH] v9.3.4 (#123) * Adding workflows files * Automated commit to update trust * Re-adding README.md * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Update weapon_skill.lua * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Update README.md * Automated commit to update trust * Automated commit to update trust * Update README.md * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Automated commit to update trust * Removing duplicate Trust/commands folder (#112) * Updating .gitignore to ignore player specific settings (#113) * Removing duplicate Trust/commands folder * Updating .gitignore to ignore player specific settings * Updating .gitignore * Updating .gitignore * Updating .gitignore * Bumping Trust version to 9.2.2 * Update to use the new target distance logic This should be way more robust for large targets and max melee range. The calc is now: ``` target.distance:sqrt() > self.melee_distance + self_mob.model_size + target.model_size - 0.1 ``` The 0.1 is a correction for distance for smaller model enemies. This calc is based on the calc in distanceplus, so it should now match those calculations * Adding icons for spell picker views * Changing sizes of editors and integrating icons * Moving vertical scroll bar over background * More UI migrations * Adding job abilities icon * Updating size of FFXITextInputView and adding section header * Fixing issue removing buffs * Hiding jobs picker on self buffs * Refactoring several more screens to use new design language * Fixing issue with SongSettingsEditor * Migrating BloodPact UI * Adding Geomancy icons * Adding songs picker item * Fixing bugs * Increasing width of SkillchainAbilityPickerView * Adding editor to configure logger settings * Adding menu to edit follow distance * Adding icons for blood pacts * Updating settings view * Fixing crashes * Bumping Trust version to 9.3.0 * Fixing issue where DRK trust pull settings would be ignored * Adding Absorb and Drain spells to self buffs * Adding Light Arts and Dark Arts to UI * Fixing scroll issue on status ailment blacklist picker view * Copy update * Updating copy * Adding auto cancel of copy image when casting Utsusemi * Adding temporary fix for Utsusemi: Ichi and Ni * Adding support for Utsusemi * Fixing shadows on sub job * PR feedback * Fixing edge case with Buff where you do not know any tier of the spell * Reverting change that causes buffs not to save --------- Co-authored-by: cyritegamestudios <> Co-authored-by: Sean Pryor