Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionUpdater, MajorUpdater, DrawAbout, and updated resources #533

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

LTS-FFXIV
Copy link
Member

This pull request includes several changes across multiple files to improve the functionality and performance of the application. The most important changes include updates to the GeneralGCD method logic, modifications to animation lock times, additions to hostile casting areas and knockback lists, and improvements to the DrawAbout method.

Updates to GeneralGCD method logic:

Modifications to animation lock times:

Additions to hostile casting areas and knockback lists:

Improvements to DrawAbout method:

Other enhancements:

Fixed ActionUpdater.cs to correct StopMovingTime and MovingTime to correctly track player movement

Fixed MajorUpdater.cs to replace the foreach loop with a for loop to iterate over DataCenter.VfxDataQueue.
This avoids modifying the collection while enumerating it, preventing the InvalidOperationException, maybe.

Added Null handling to drawabout countclick section

Expanded AnimationLockTime, HostileCastingArea, and HostileCastingKnockback lists

Adjusted downtime and out of combat Eurkrasia
@LTS-FFXIV LTS-FFXIV merged commit c50d967 into main Jan 6, 2025
@LTS-FFXIV LTS-FFXIV deleted the NullResourceUpdate branch January 6, 2025 04:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant