gzdoom/src/sound
Christoph Oelckers ebd4ebf298 StringTable cleanup and improvements
cleaned up function interface to avoid referencing the file system in the worker functions.
replaced StringTable's operators with functions.. The main reason is that these are far easier to look up when browsing the source.
This also fixes a premature translation in SBARINFO that was done in the parsing stage, not the printing stage.
2024-04-21 10:34:44 +02:00
..
s_advsound.cpp do MIDI device lookup by lump index as well, for the same reasons as doing it for the volume. 2023-12-28 17:10:33 +01:00
s_doomsound.cpp StringTable cleanup and improvements 2024-04-21 10:34:44 +02:00
s_doomsound.h added even more explicit GetChars() calls. 2023-10-03 15:55:08 +02:00
s_sndseq.cpp - removed the string assignment operators. 2022-11-24 23:52:52 +01:00
s_sndseq.h - migrate a large part of the sound code to FSoundIDs. 2022-11-24 23:52:52 +01:00
s_sound.h - fixed sound issues with DSDHacked. 2023-09-13 18:44:14 +02:00