gzdoom-gles/wadsrc/static/zscript/ui/menu
Alexander d6396e79fb add empty line after standard options
Rationale:
When a mod adds a custom option menu, it adds a space before it, like this:
```
AddOptionMenu OptionsMenu
{
  StaticText ""
  Submenu "$MYTITLE", MyOptions
}
```
to prevent custom option menu being in the same block as the last entries in the
standard options list. It's okay.

But when more than one such mod is loaded, each one of them adds a space before
their option menu entry, and Options Menu becomes unnecessary bloated.

This simple edit allows mods to not add a space, still be separated from
standard options.
2019-08-31 21:34:09 +02:00
..
search localize custom menu titles in option search results 2019-06-12 17:37:29 +02:00
colorpickermenu.zs - made the colorset names and the texts in the color picker localizable. 2019-05-19 18:57:39 +02:00
conversationmenu.zs - fixed core script warnings with developer CVAR set to 2 or greater 2019-08-13 14:48:40 +03:00
joystickmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
listmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
listmenuitems.zs - added some UTF-8 utilities to FString. 2019-04-13 09:31:36 +02:00
loadsavemenu.zs - switched the input grid to the new font. Also use the same scale as the rest of the menus. 2019-03-31 10:08:09 +02:00
menu.zs - do not blur the background for portrait-less conversations. 2019-08-09 15:22:52 +02:00
menuitembase.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
messagebox.zs - check for presence of fonts in message box menu 2019-06-07 11:49:01 +03:00
newplayermenu.zs - fixed: The color sliders in the player setup menu may not be selected when inactive. 2019-04-19 07:50:52 +02:00
optionmenu.zs add empty line after standard options 2019-08-31 21:34:09 +02:00
optionmenuitems.zs - use the proper virtual methods for setting and retrieving the string in OptionMenuItemTextField. 2019-03-31 10:33:46 +02:00
playercontrols.zs - switched the input grid to the new font. Also use the same scale as the rest of the menus. 2019-03-31 10:08:09 +02:00
playerdisplay.zs - removed debug output. 2019-04-19 07:24:23 +02:00
playermenu.zs - reimplemented as an OptionsMenu. 2019-04-14 14:03:24 +02:00
readthis.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-02-23 12:08:27 +01:00
reverbedit.zs - consolidate the dependencies on the font in the option menu. 2019-03-17 18:32:48 +01:00
textentermenu.zs - added some UTF-8 utilities to FString. 2019-04-13 09:31:36 +02:00