OpenTTD/src/sound
Rubidium eaae0bb5e7 Codechange: automatic adding of _t to (u)int types, and WChar to char32_t
for i in `find src -type f|grep -v 3rdparty/fmt|grep -v 3rdparty/catch2|grep -v 3rdparty/opengl|grep -v stdafx.h`; do sed 's/uint16& /uint16 \&/g;s/int8\([ >*),;[]\)/int8_t\1/g;s/int16\([ >*),;[]\)/int16_t\1/g;s/int32\([ >*),;[]\)/int32_t\1/g;s/int64\([ >*),;[]\)/int64_t\1/g;s/ uint32(/ uint32_t(/g;s/_uint8_t/_uint8/;s/Uint8_t/Uint8/;s/ft_int64_t/ft_int64/g;s/uint64$/uint64_t/;s/WChar/char32_t/g;s/char32_t char32_t/char32_t WChar/' -i $i; done
2023-07-19 19:30:14 +02:00
..
CMakeLists.txt Codechange: Make codestyle for CMake files consistent for 'control' statements 2020-09-25 14:43:13 +01:00
allegro_s.cpp Codechange: automatic adding of _t to (u)int types, and WChar to char32_t 2023-07-19 19:30:14 +02:00
allegro_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00
cocoa_s.cpp Codechange: convert printf DEBUG statements to fmt Debug statements 2021-06-13 12:45:45 +02:00
cocoa_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00
null_s.cpp Cleanup: Removed SVN headers 2019-11-10 17:59:20 +00:00
null_s.h Fix: useless warning with -snull and no BaseSounds available (#8361) 2020-12-08 10:24:59 +01:00
sdl2_s.cpp Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
sdl_s.cpp Codechange: Use std::string in the driver and blitter selection code. 2020-05-21 20:02:34 +02:00
sdl_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00
sound_driver.hpp Fix: useless warning with -snull and no BaseSounds available (#8361) 2020-12-08 10:24:59 +01:00
win32_s.cpp Codechange: use SignalObjectAndWait since we do not support older than Windows XP anymore 2023-06-28 23:22:14 +02:00
win32_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00
xaudio2_s.cpp Fix #9463: [Win32] Try to work around XAudio2 crashes by catching SEH exceptions. 2021-09-11 15:42:34 +02:00
xaudio2_s.h Codechange: Move Sound Driver parameter name listings (#10127) 2022-11-05 15:42:20 +01:00