0ad/source/soundmanager
Ykkrosh 38a8e2e0d6 Automatically convert most path.string().c_str() to path.string8()
Done with:

  ag -l 'LOG.*string\(\).c_str\(\)' source | xargs perl -pi -e'1 while
s/(LOG.*string)\(\)\.c_str\(\)/${1}8()/g'

This was SVN commit r16186.
2015-01-22 20:35:17 +00:00
..
data Automatically convert most path.string().c_str() to path.string8() 2015-01-22 20:35:17 +00:00
items Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
scripting Automatically convert most path.string().c_str() to path.string8() 2015-01-22 20:35:17 +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 Automatically convert most path.string().c_str() to path.string8() 2015-01-22 20:35:17 +00:00
SoundManager.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