gzdoom/wadsrc/static/zscript/engine/ui/menu
Chris Cowan faead1c733 Fix bug where down arrow does nothing after clicking the main menu
This issue was previously fixed in 0c2ed71cdd, but that change added a bug that would trigger an infinite loop on scrolling in a list without any selectable items. Then 4fdbe81a13 restored the old behavior, reintroducing the issue.

This new fix does handle lists without any selectable items correctly.
2024-09-16 16:40:43 -04:00
..
search fix options search when menus are defined recursively 2021-09-03 19:40:55 +02:00
colorpickermenu.zs - made adjustments for proper int type promotion to allow internal ZScript to compile with it on. 2022-08-03 10:26:29 +02:00
custommessagebox.zs Allow custom MessageBox menu selector 2023-08-02 00:37:33 -04:00
imagescroller.zs Added animation support for OptionMenus 2022-11-25 00:39:05 +01:00
joystickmenu.zs Allow XInput joysticks to work while the game is unfocused 2024-08-09 18:04:51 -03:00
listmenu.zs Fix bug where down arrow does nothing after clicking the main menu 2024-09-16 16:40:43 -04:00
listmenuitems.zs Fixed missing lines in listmenuitems 2024-01-30 14:46:22 -05:00
loadsavemenu.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00
menu.zs Allow XInput joysticks to work while the game is unfocused 2024-08-09 18:04:51 -03:00
menucustomize.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00
menuitembase.zs - use original menu spacing for skill and episode menus if all elements are patches. 2021-08-10 21:08:26 +02:00
messagebox.zs Allow custom MessageBox menu selector 2023-08-02 00:37:33 -04:00
optionmenu.zs Added animation support for OptionMenus 2022-11-25 00:39:05 +01:00
optionmenuitems.zs Add graycheckVal, expose hud_oldscale/hud_scalefactor to the menu 2024-04-26 21:37:01 -03:00
reverbedit.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00
textentermenu.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00