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

[QoL Enhancement] Resizeable maproom with support up to HD resolution #126

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

AMXBus
Copy link
Contributor

@AMXBus AMXBus commented Feb 3, 2025

Resize logic and function were obviously there but never implemented.

  • Added the resize function and handler to the Update() event function.
  • Setup resize logic and smoothing so that the UI elements do not jitter all on their own when resizing (currently happens with all UI elements that are independent of each other or their parent).
  • Expanded cell container cells on both axis to support up to HD resolutions.

Currently buggy:

  • View blockers when popups show up (they are the same resolution as the screen when the popups happen and gray out the screen but do not resize so it is possible to resize the screen and click on something else).
  • Small dynamic UI elements like bookmarks do not update coordinates properly as they are not initialized as objects at the start of the map.
  • Ofc huge frames start dropping when we want to fast scroll on larger resolutions.

@React1-X React1-X added enhancement New feature or request client Client related issues labels Feb 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Client related issues enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants