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

Console text disappears with small font and many characters visible #135

Open
aufau opened this issue Apr 26, 2020 · 2 comments
Open

Console text disappears with small font and many characters visible #135

aufau opened this issue Apr 26, 2020 · 2 comments
Labels
bug good first issue Issues recommended for new contributors

Comments

@aufau
Copy link
Member

aufau commented Apr 26, 2020

Due to renderer queue overflow.
To fix add renderer command that draws a number of characters instead of one by one (doesn't Font_Draw* already do this?)
Furthermore it makes screenshot and video commands not work (due to overflow)
Screenshot from 2020-04-26 20-34-17

@aufau aufau added the bug label Apr 26, 2020
@aufau
Copy link
Member Author

aufau commented Apr 30, 2020

I've commited a fix that makes console command prompt being drawn first and never disappear. Higher part of the console may still be truncated, but fixing this has lower priority.

@aufau
Copy link
Member Author

aufau commented May 9, 2020

This is a rather straight forward task with moderate volume of changes required so if someone outside of mvdevs wants to pick it up, I can explain how to fix it and offer a code review.

@aufau aufau added the good first issue Issues recommended for new contributors label May 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug good first issue Issues recommended for new contributors
Projects
None yet
Development

No branches or pull requests

1 participant