1
0
forked from 0ad/0ad
0ad/source/soundmanager/data
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
..
ogg.cpp eliminate most warnings produced by Cppcheck 2013-04-12 03:10:54 +00:00
ogg.h newest soundmanager patch, should give better battle sequences, and handle low resource situations correctly. 2013-03-01 14:22:28 +00:00
OggData.cpp Fix segmentation fault in the sound destructor. Happened when the sound file doesn't exist. Errors are shown by other code. 2014-06-24 11:07:39 +00:00
OggData.h log warning when stereo sounds are played at position 2013-06-01 01:52:05 +00:00
SoundData.cpp Automatically convert all CLogger format strings from wchar_t* to char*. 2015-01-22 20:31:30 +00:00
SoundData.h log warning when stereo sounds are played at position 2013-06-01 01:52:05 +00:00