0ad/source/soundmanager/scripting
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
..
JSInterface_Sound.cpp Slightly better options menu. 2014-02-20 22:45:43 +00:00
JSInterface_Sound.h big SoundManager checkin,futureproof javascript interface, isolate external calls to remove OpenAL references 2013-06-06 11:13:57 +00:00
SoundGroup.cpp Automatically replace %hs/%ls with %s in CLogger format strings. 2015-01-22 20:36:24 +00:00
SoundGroup.h add restricted flag to SoundGroup xml for sounds thatonly the owning player should hear 2013-06-17 02:30:40 +00:00