0ad/source/soundmanager/data
Ykkrosh e02d7ad949 Automatically replace %hs/%ls with %s in CLogger format strings.
Everything is char* now, so we don't need to mess around with different
string types.

Done with:

  ag -ls 'LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR)' source | xargs perl
-pi -e'1 while
s/(LOG(MESSAGE|MESSAGERENDER|WARNING|ERROR).*)%[hl]s/$1%s/g'

This was SVN commit r16187.
2015-01-22 20:36:24 +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 Manually fix the less trivial CLogger format strings. 2015-01-22 20:32:06 +00:00
OggData.h log warning when stereo sounds are played at position 2013-06-01 01:52:05 +00:00
SoundData.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
SoundData.h log warning when stereo sounds are played at position 2013-06-01 01:52:05 +00:00