gzdoom/wadsrc/static/zscript/engine/ui/menu
Christoph Oelckers 3563c99ead - made adjustments for proper int type promotion to allow internal ZScript to compile with it on.
* Emit a warning when relational comparisons are made between signed and unsigned ints.
* Handle shift operators so that they do not fail for constant definitions.
* changed return type of Array::Size() to signed int as most code out there is using it this way and would otherwise drown in warnings.
* fixed a few deprecation warnings.
2022-08-03 10:26:29 +02: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
imagescroller.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
joystickmenu.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00
listmenu.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00
listmenuitems.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00
loadsavemenu.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00
menu.zs - Backend update from Raze 2022-06-06 12:09:29 +02: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 - Backend update from Raze 2022-06-06 12:09:29 +02:00
optionmenu.zs - Backend update from Raze 2022-06-06 12:09:29 +02:00
optionmenuitems.zs localize "Unknown" option menu string 2022-07-30 17:54:19 +02: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