qzdoom/src/menu
Christoph Oelckers e82565373f - 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.
2019-12-16 23:52:39 +01:00
..
joystickmenu.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
loadsavemenu.cpp - Fixed ancient ZDoom savegame slot selection bug. When creating new autosaves LastAccessed and LastSaved were not updated accordingly. 2019-09-19 18:43:18 +02:00
menu.cpp - separated the channel number from the flags in the sound interface so that the 8 channel limit can be eliminated. 2019-12-16 23:52:39 +01:00
menu.h - do not blur the background for portrait-less conversations. 2019-08-09 15:22:52 +02:00
menudef.cpp - fixed: IfGame else branch was ignored in MENUDEF 2019-11-03 16:56:24 +02:00
messagebox.cpp - separated the channel number from the flags in the sound interface so that the 8 channel limit can be eliminated. 2019-12-16 23:52:39 +01:00
optionmenu.cpp Removed all superfluous #include's 2018-04-24 14:30:35 +03:00
playermenu.cpp - reimplemented as an OptionsMenu. 2019-04-14 14:03:24 +02:00
resolutionmenu.cpp - set resolution selector to auto detected resolution at startup, remove the entries from the config file 2019-01-23 21:45:09 +01:00