vkdoom_m/src/common/scripting
Christoph Oelckers 65a26d6779 - removed the string constructors from FSoundID.
Due to C++ conversion rules this was a bit too volatile. There's really not enough places where being able to pass a string directly into the sound API was beneficial - the two most frequent functions now got overloaded variants.
2022-11-24 23:52:52 +01:00
..
backend - removed the string constructors from FSoundID. 2022-11-24 23:52:52 +01:00
core - removed the string constructors from FSoundID. 2022-11-24 23:52:52 +01:00
frontend - added 'foreach' loop to ZScript. 2022-11-15 21:34:45 +01:00
interface - quaternion improvements 2022-11-21 07:20:43 +01:00
jit - handle all remaining places of sound ID conversions after removing the conversion operators. 2022-11-24 23:52:52 +01:00
vm - handle all remaining places of sound ID conversions after removing the conversion operators. 2022-11-24 23:52:52 +01:00