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 text Poeverflow on Poes hint #4598

Merged
merged 1 commit into from
Dec 3, 2024

Conversation

Pepper0ni
Copy link
Contributor

@Pepper0ni Pepper0ni commented Nov 29, 2024

fixes #4589 . This implements checks for the various control characters with operands to Auto-format to not consider /x01's there newlines.

Build Artifacts

Comment on lines +387 to +397
case '\x05'://COLOR
case '\x06'://SHIFT
case '\x07'://TEXTID
case '\x0C'://BOX_BREAK_DELAYED
case '\x0E'://FADE
case '\x11'://FADE2
case '\x12'://SFX
case '\x13'://ITEM_ICON
case '\x14'://TEXT_SPEED
case '\x15'://BACKGROUND
case '\x1E'://POINTS/HIGH_SCORE
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could these use the macros from message_data_fmt?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are name overlaps between CustomMessageManager's helper functions and some of the defines in message_data_fmt, causing build errors if I include it. It could be fixed with better src and CustommessageManager intergration, but it would be beyond the scope of this bugfix.

@Malkierian Malkierian merged commit e704c55 into HarbourMasters:develop Dec 3, 2024
5 checks passed
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.

Poe collector hint text is overflowing.
3 participants