Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 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 * Workaround for garbled sender message (#107) * Added validator to prevent the same roll from being used for Roll1 and Roll2 * Adding skillchain builder to Trust UI * Adding ability to save skillchain from builder * Fixing scroll delta in JobAbilityPickerView * Fixing issues with skillchain builder and JP client * Bumping Trust version to 9.4.0 * Fixing merge issue * PR feedback * Adding ability to combine multiple combat skill types in the skillchain builder * Adding Marksmanship and Archery to skillchain builder * Adding Reset button to skillchain builder * Adding paging to skillchain builder results * Adding IpcMessage to sync main and ranged weapons for party members * Adding ability to choose party members for each step of the skillchain * Broadcasting main and ranged weapon id when a new IpcConnection is established * Updating version update notes * Streamlining skillchain builder menu items * PR feedback * Fixing edge cases with shadows * Fixing edge case with send commands for party skillchain builder * Bumping Trust version to 9.4.1 * Adding Prime weapon skills to skillchainer * Updating text from Confirm to Search in skillchain builder * Fixing typo * Adding Distance to PullSettings as well as config editor * Increasing approach pull distance to 35 * Adding Distance to PullSettings for all jobs * Adding Nuker, MagicBurster and Debuffer roles to Ninja trust * Updating default Ninja trust settings * Adding Puller role to Ninja trust * Updating release notes * Fixing typo * Adding AlterEgoSettingsMenuItem * Bumping Trust version to 9.5.0 * PR feedback * Fixing issue where Status > Debuffs would show for jobs without Debuffer role * Setting text in info bar when selecting a mode * Removing debug text * Sorting debuffs and buffs in picker view alphabetically * Adding Once and Repeat to path menu item * Adding path renaming * Fixing spacing in job/load settings views * Adding condition settings editor to self and party spell buffs * Adding weapon skill id on on_weapon_skill_finish event * Adding editor for has_buff_condition * Adding conditions editor to job abilities * Updating release notes * Adding conditions to pull abilities * Updating editor size for pull target editor * Adding ability to click trust status widget action marquee to toggle Trust on and off * Adding ability to toggle the menu by clicking on the main/sub job name in trust status widget * PR feedback * Automatically clearing assist target when setting AutoTargetMode to anything but Off * Adding Nuker and MagicBurster roles to Paladin and updating default job settings file * Disengaging when targeting self but engaged --------- Co-authored-by: cyritegamestudios <> Co-authored-by: Sean Pryor <[email protected]> Co-authored-by: furiex-ffxi <[email protected]>
- Loading branch information