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

In AIM one panel uses ImGui for item info, the other does not #78785

Open
Brambor opened this issue Dec 27, 2024 · 2 comments
Open

In AIM one panel uses ImGui for item info, the other does not #78785

Brambor opened this issue Dec 27, 2024 · 2 comments
Labels
ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds Info / User Interface Game - player communication, menus, etc. (S1 - Need confirmation) Report waiting on confirmation of reproducibility

Comments

@Brambor
Copy link
Contributor

Brambor commented Dec 27, 2024

Describe the bug

Open AIM:
image

Examine aspirin on the left:
image

Examine smartphone on the right:
image

Swap panes:
image

Now left is ImGui and right is Old-time-gui:
image

Attach save file

N/A

Steps to reproduce

Expected behavior

ImGui on both sides.

Screenshots

No response

Versions and configuration

  • OS: Windows
    • OS Version: 10.0.19045.5247 (22H2)
  • Game Version: 0.G-16039-gfc514daf5b [64-bit] - master was 0664114
  • Graphics Version: Tiles
  • Game Language: English [en]
  • Mods loaded: [
    Dark Days Ahead [dda],
    Disable NPC Needs [no_npc_food],
    Portal Storms Ignore NPCs [personal_portal_storms],
    Slowdown Fungal Growth [no_fungal_growth]
    ]

Additional context

I am going to sleep. Sorry this report isn't good.

@Brambor Brambor added (S1 - Need confirmation) Report waiting on confirmation of reproducibility Info / User Interface Game - player communication, menus, etc. ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds labels Dec 27, 2024
@mqrause
Copy link
Contributor

mqrause commented Dec 27, 2024

They're actually different UIs, one is pure item info, the other is item actions + info. The latter is a bit more complicated and when I migrated item info there wasn't even imgui uilist for the actions, yet.

@Brambor
Copy link
Contributor Author

Brambor commented Dec 27, 2024

Thank you. I didn't investigate at all. I just found yet another bug while working on a bug while working on performance.

So the way to go is to migrate the actions to uilist?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ImGui Anything related to the new ImGui UI for SDL/tiles or ImTui for curses builds Info / User Interface Game - player communication, menus, etc. (S1 - Need confirmation) Report waiting on confirmation of reproducibility
Projects
None yet
Development

No branches or pull requests

2 participants