0ad/source/soundmanager/items
Ykkrosh 49e2ecea63 Automatically convert all CLogger format strings from wchar_t* to char*.
Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs sed
-i 's/LOG\(MESSAGE\|MESSAGERENDER\|WARNING\|ERROR\)(L/LOG\1(/g'

This was SVN commit r16183.
2015-01-22 20:31:30 +00:00
..
CBufferItem.cpp Fix build warnings. Patch by Markus. Refs #1851. 2013-06-11 00:05:57 +00:00
CBufferItem.h handle initialization errors cleanly, clean stuff up 2013-04-18 03:24:20 +00:00
CSoundBase.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
CSoundBase.h add UI sound channel, clean up external interface and javascript calls 2013-06-10 13:58:43 +00:00
CSoundItem.cpp SoundManager supports playlists 2013-04-24 12:03:42 +00:00
CSoundItem.h handle initialization errors cleanly, clean stuff up 2013-04-18 03:24:20 +00:00
CStreamItem.cpp Fix build warnings. Patch by Markus. Refs #1851. 2013-06-11 00:05:57 +00:00
CStreamItem.h handle initialization errors cleanly, clean stuff up 2013-04-18 03:24:20 +00:00
ISoundItem.h add UI sound channel, clean up external interface and javascript calls 2013-06-10 13:58:43 +00:00