1
1
forked from 0ad/0ad
0ad/source/sound
janwas dcd192cb60 refactor path interface:
- use wrapper class instead of std::wstring (reduces mixing of
strings/paths; allows safe+easy join via operator/ and convenient
case-insensitive comparison via operator==, avoids NativePathFromString,
similar to boost::filesystem)
- NativePath -> OsPath
- add hash and To/FromJSVal for Path
- add TS_ASSERT_PATH_EQUALS
- replace _wfopen_s with sys_OpenFile
- remove obsolete SortFiles/Directories

This was SVN commit r9107.
2011-03-23 13:36:20 +00:00
..
ambient_design.txt design notes from meeting: ambient sound 2006-01-08 02:05:44 +00:00
JSI_Sound.cpp refactor path interface: 2011-03-23 13:36:20 +00:00
JSI_Sound.h Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
SoundGroup.cpp refactor path interface: 2011-03-23 13:36:20 +00:00
SoundGroup.h Remove CSoundGroupMgr, since it is unnecessary and broken and leaks memory 2010-04-06 15:17:06 +00:00