0ad/source/soundmanager/scripting
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
..
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 convert most path.string().c_str() to path.string8() 2015-01-22 20:35:17 +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