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

More stuff for the ImGui text HUD tab #345

Merged
merged 5 commits into from
Sep 17, 2024

Conversation

UncraftedName
Copy link
Contributor

I added all of the spt_hud cvars to the HUD tab in ImGui except for ent_info. It looks like this now:
Screenshot_24

Internally, the ImGui tab sorts cvars by their wrangled (legacy) name and spt_hud sorts by a custom sort key. Is it okay if I change the spt_hud logic to sort by name instead of using a sort key so that way they match up? We haven't been grouping the HUD cvars in any meaningful way so I think it should be fine to change the order.

@UncraftedName UncraftedName mentioned this pull request Sep 17, 2024
@lipsanen
Copy link
Collaborator

Any type of alphabetical sorting should be fine, I guess I'd be most concerned how to make it as easy as possible to find stuff from the user perspective.

@lipsanen lipsanen merged commit c9d1280 into YaLTeR:master Sep 17, 2024
8 checks passed
@lipsanen
Copy link
Collaborator

tyvm

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.

2 participants