Page 1 of 1

Can't rotate tiles with GUI hidden

Posted: Sat Jun 09, 2018 11:39 pm
by Ravie
So, I mentioned this bug on the discord server and ChillerDragon told me it's more likely to get fixed if I report it.
When in the map editor once you press TAB (to hide the menus) you are no longer able to rotate/mirror tiles using keyboard shortcuts. This has been annoying me for a while now, it seems to have appeared in the latest update.

Re: Can't rotate tiles with GUI hidden

Posted: Mon Jun 11, 2018 3:19 pm
by worstwish
then don't press tab

Re: Can't rotate tiles with GUI hidden

Posted: Tue Jun 26, 2018 10:42 pm
by deen
It's a bit difficult to fix since the key bindings are connected to rendering the UI. So we might have to render the GUI outside of the screen when GUI is hidden.

Edit: Hack here: https://github.com/ddnet/ddnet/commit/8 ... 467aea8ffe

Re: Can't rotate tiles with GUI hidden

Posted: Thu Jun 28, 2018 12:11 am
by Prankster
deen wrote: Tue Jun 26, 2018 10:42 pm It's a bit difficult to fix since the key bindings are connected to rendering the UI. So we might have to render the GUI outside of the screen when GUI is hidden.

Edit: Hack here: https://github.com/ddnet/ddnet/commit/8 ... 467aea8ffe
Hacks are strictly forbidden!