1
0
forked from 0ad/0ad
0ad/source/soundmanager
Ykkrosh e06a7b37d8 Convert debug_printf to take UTF-8 strings instead of wchar_t.
This fixes the problem where passing a non-ASCII string to
debug_printf(L"%hs", s) caused vswprintf_s to fail on Linux (because it
doesn't know what encoding the char* is meant to have). Now debug
messages will remain as UTF-8 until they reach the OS.

Fixes #3021.

This was SVN commit r16332.
2015-02-14 01:45:13 +00:00
..
data Move gain config setting retrieval to the sound manager. Fixes #3030. 2015-02-02 13:44:06 +00:00
items Move gain config setting retrieval to the sound manager. Fixes #3030. 2015-02-02 13:44:06 +00:00
scripting Move gain config setting retrieval to the sound manager. Fixes #3030. 2015-02-02 13:44:06 +00:00
ISoundManager.h Fixes rare crash in sound manager, due to worker thread dereferencing global pointer before it had been assigned. Fixes #2333, refs #2387, #2317. 2014-06-02 02:09:58 +00:00
SoundManager.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
SoundManager.h Move gain config setting retrieval to the sound manager. Fixes #3030. 2015-02-02 13:44:06 +00:00