Results 643 comments of Anders Jenbo

@eranif does stale bot only ignore `important` and `feature`?

I'm getting reports of some Android 10 users still being affected by this issue (right click not working in the game)

It's affecting devices all the way up to, and including, Android 10. Which makes up 1/3 of our user base. So I would suggest not removing it, but the current...

We have been getting several reports from users, on recent versions of Android, that right click is not working. There is also several [metionings online](https://www.reddit.com/r/oneplus/comments/lfhqme/mouse_right_click_no_longer_navigate_back_on/) of this behavior in general....

We have tried enabling `SDL_HINT_ANDROID_TRAP_BACK_BUTTON`, but it did not result in the game receiving the `SDL_SCANCODE_AC_BACK` as documented. Though I should probably point out that it doesn't look like it's...

A bot will have a limit of around 1500x game speed. I don't think switching to uint32 would be a problem if this is critical to someone...

Since the text rendere can render multiple lines, maybe we can feed it just a single text, and just adjust the y offset of the first line and line height...

https://github.com/diasurgical/devilutionX/blob/master/Source/engine/render/text_render.hpp#L187

Don't support a mix of multi line an single line with line breaks. Ideally we would only support a single entry with line breaks. Multiple lines should be migrated to...

Might not even have to break them up, just count the line breaks, and adjust the line height and y offset before drawing the text.