gzdoom-gles/wadsrc/static/zscript/ui/menu
Christoph Oelckers c3759f389c - separated the channel number from the flags in the sound interface so that the 8 channel limit can be eliminated.
- added Marisa Kirisame's CHAN_OVERLAP flag.
- exported S_IsActorPlayingSomething to ZScript.

The sound API change required deprecating A_PlaySound and S_Sound. There are now new variants S_StartSound and A_StartSound which have two distinct parameters for channel and flags.

# Conflicts:
#	src/bbannouncer.cpp
#	src/fragglescript/t_func.cpp
#	src/g_shared/a_lightning.cpp
#	src/p_effect.cpp
#	src/p_mobj.cpp
#	src/p_switch.cpp
#	src/playsim/p_spec.cpp
#	src/sound/s_doomsound.cpp
#	src/sound/s_doomsound.h
#	wadsrc/static/zscript/base.zs

# Conflicts:
#	src/intermission/intermission.cpp
#	src/sound/s_doomsound.cpp
2020-01-06 15:00:05 +01:00
..
search localize custom menu titles in option search results 2019-06-13 15:54:19 +02:00
colorpickermenu.zs - separated the channel number from the flags in the sound interface so that the 8 channel limit can be eliminated. 2020-01-06 15:00:05 +01:00
conversationmenu.zs - separated the channel number from the flags in the sound interface so that the 8 channel limit can be eliminated. 2020-01-06 15:00:05 +01:00
joystickmenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
listmenu.zs fix bug when down arrow gave no result after mouse move in main menu 2019-09-30 21:38:48 +02:00
listmenuitems.zs - added some UTF-8 utilities to FString. 2019-05-14 19:35:21 +02:00
loadsavemenu.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
menu.zs - Added support for PrtSc and cosmetic changes. 2019-09-22 19:34:56 +02:00
menuitembase.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
messagebox.zs - separated the channel number from the flags in the sound interface so that the 8 channel limit can be eliminated. 2020-01-06 15:00:05 +01:00
newplayermenu.zs - Adjustments to the new player setup menu. 2019-07-16 01:53:29 +02:00
optionmenu.zs - separated the channel number from the flags in the sound interface so that the 8 channel limit can be eliminated. 2020-01-06 15:00:05 +01:00
optionmenuitems.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
playercontrols.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
playerdisplay.zs - Adjustments to the new player setup menu. 2019-07-16 01:53:29 +02:00
playermenu.zs - reimplemented new player setup menu as an OptionsMenu. 2019-07-15 20:37:36 +02:00
readthis.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00
reverbedit.zs - fixed issues with text entering 2019-05-14 17:38:21 +02:00
textentermenu.zs - added some UTF-8 utilities to FString. 2019-05-14 19:35:21 +02:00
videomenu.zs - reorganized the ZScript content in gzdoom.pk3 and changed the files' extensions to something unique for easier syntax highlighting. 2019-04-28 22:14:34 +02:00