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

fix ImTui rendering by defining the IMTUI define #76031

Merged
merged 1 commit into from
Aug 30, 2024

Conversation

db48x
Copy link
Contributor

@db48x db48x commented Aug 29, 2024

Summary

Interface "make ImTui render text as text, so that the players can read our spiffy new menus"

Purpose of change

So that the player can tell what the game is asking them, we should render text as text.

Describe the solution

We just need to actually add -DIMTUI to the command line. We do that by adding it to the DEFINES variable.

Testing

Ran the game. Can read the text in the Load Character menu!

Additional context

Fixes #75362

The OTHERS variable was already used further up in the Makefile to
construct CXXFLAGS. We should just modify DEFINES instead, which is
used below to construct the actual compiler commands.

Fixes CleverRaven#75362
@github-actions github-actions bot added Code: Build Issues regarding different builds and build environments <Bugfix> This is a fix for a bug (or closes open issue) astyled astyled PR, label is assigned by github actions json-styled JSON lint passed, label assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions labels Aug 29, 2024
@Maleclypse Maleclypse merged commit e19eb7e into CleverRaven:master Aug 30, 2024
24 of 26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions <Bugfix> This is a fix for a bug (or closes open issue) Code: Build Issues regarding different builds and build environments json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"?" and blanks in ui
2 participants