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

dtr bar display #412

Merged
merged 4 commits into from
Aug 11, 2024
Merged

dtr bar display #412

merged 4 commits into from
Aug 11, 2024

Conversation

xanunderscore
Copy link
Collaborator

With icon:
image

without:
image

umbra version:
image

popup:
image

the popup is kind of small but it is the exact same scale as the regular autorotation window - i wonder if it would be a good idea to make it bigger...

@Herculezz55
Copy link
Contributor

Herculezz55 commented Aug 10, 2024

Looks nice I'll remove the dtrbar from my pull In lieu of yours

@@ -81,6 +82,9 @@ public unsafe Plugin(IDalamudPluginInterface dalamud, ICommandManager commandMan
_ai = new(_rotation, _amex);
_broadcast = new();
_ipc = new(_rotation, _amex);
_dtr = new(_rotation);

Service.Framework.Update += OnUpdate;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need it to happen on framework update, rather than on usual plugin update (which happens during draw)?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh no idea I copied this from vnavmesh, i can move it

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When you update it, pls merge to master, i've recently merged other PR which added some dtr stuff, I think it's duplicated now.

@xanunderscore
Copy link
Collaborator Author

Updated, I moved herc's DTR bar into this class

@awgil awgil merged commit 65d8dd0 into awgil:master Aug 11, 2024
1 check passed
@xanunderscore xanunderscore deleted the dtr branch August 11, 2024 21:16
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.

3 participants