blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
15 stars 6 forks source link

Replace remaining commands *gui -> *_ui #181

Closed robalni closed 3 years ago

robalni commented 3 years ago

Since we're moving from gui commands to _ui I thought it would be a good idea to complete that move. Doing this fixes the "TIP: press to open this menu at any time" texts for e.g. the help menu, that would not show any key since there was a mismatch between gui and *_ui.

Screenshot of menu not showing correct tip: screenshot of bug

MoonPadUSer commented 3 years ago

I think the reason we didn't change that was because it is used in inline-cubescript inside of C++ somewhere and also in custom-scripts (which we still need to write a compatibility layer for O_o)

robalni commented 3 years ago

What is used where?

MoonPadUSer commented 3 years ago

newgui, cleargui, etc

MoonPadUSer commented 3 years ago

but I am not sure about that anymore, I'll have to check it

MoonPadUSer commented 3 years ago

ok, I just looked it up, I was wrong