gzdoom-gles/src/fragglescript
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
..
t_cmd.cpp - exported all native components of APlayerPawn. 2019-04-25 17:42:11 +02:00
t_fs.h Normalize line endings 2016-03-01 09:47:10 -06:00
t_func.cpp - 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
t_load.cpp - split off all music code from s_sound.cpp 2019-09-28 14:20:21 +02:00
t_oper.cpp - removed the special conditions of the FraggleScript license, now that they are no longer needed. Also relicensed the two original files under the GPL for consistency. 2017-04-17 10:31:25 +02:00
t_parse.cpp - removed the special conditions of the FraggleScript license, now that they are no longer needed. Also relicensed the two original files under the GPL for consistency. 2017-04-17 10:31:25 +02:00
t_prepro.cpp - fixed many compilation errors with GCC and Clang 2019-04-26 17:14:12 +02:00
t_script.cpp - replaced some NULLs with nullptr. 2019-04-26 01:33:07 +02:00
t_script.h - replaced some NULLs with nullptr. 2019-04-26 01:33:07 +02:00
t_spec.cpp - removed the special conditions of the FraggleScript license, now that they are no longer needed. Also relicensed the two original files under the GPL for consistency. 2017-04-17 10:31:25 +02:00
t_variable.cpp - fixed many compilation errors with GCC and Clang 2019-04-26 17:14:12 +02:00