-
Notifications
You must be signed in to change notification settings - Fork 23
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
A morbillion ImGui features #349
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
UncraftedName
force-pushed
the
imgui-qol-cheats
branch
6 times, most recently
from
September 24, 2024 00:44
7b2fae1
to
ae6cdf7
Compare
Also simplify tab/section logic for user callback registration
UncraftedName
force-pushed
the
imgui-qol-cheats
branch
from
September 27, 2024 06:30
ae6cdf7
to
ce1922a
Compare
- Add QoL & cheat tab - Add IHUD/JHUD tabs in addition to text HUD tab - Add misc section to drawing tab - Add RTA time to timer feature
UncraftedName
force-pushed
the
imgui-qol-cheats
branch
from
September 27, 2024 06:38
ce1922a
to
0701bf8
Compare
lipsanen
reviewed
Sep 27, 2024
ImGui::SameLine(); | ||
SptImGui::CmdHelpMarkerWithName(y_spt_set_collision_group_command); | ||
}); | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would this be better with a dropdown with the names of the collision groups? more effort though
other than that looks good to me |
tyvm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
GUI Changes:
Internal changes:
The distinction between the QoL & the Cheats tab is pretty muddy. Some of that may be organized differently or shifted around in the future ¯\(ツ)/¯.
Independent scrolling region:
QoL tab:
Cheats tab: