1
0
forked from 0ad/0ad
0ad/source/sound
Ykkrosh fba692c8b5 # Fixed some warnings and potentially misleading code
* Removed ToJSVal<jsval> because it's treated as ToJSVal<long> and
causes minor confusion and/or compiler errors.
   Changed script interface functions to return either C++ types or a
jsval_t wrapper.
 * Replaced some C casts with static_cast to avoid significant confusion
and to cause compiler errors instead.
 * Removed some redundant argument-checking code. Simplified some
string-generating code.
 * Fixed some "dereferencing type-punned pointer will break
strict-aliasing rules" warnings (from `g++ -O3`).

This was SVN commit r5115.
2007-05-29 19:01:21 +00:00
..
ambient_design.txt design notes from meeting: ambient sound 2006-01-08 02:05:44 +00:00
CMusicPlayer.cpp . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
CMusicPlayer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
CPlayList.cpp # SwEng 2007-05-02 12:07:08 +00:00
CPlayList.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
JSI_Sound.cpp # Fixed some warnings and potentially misleading code 2007-05-29 19:01:21 +00:00
JSI_Sound.h # Fixed some warnings and potentially misleading code 2007-05-29 19:01:21 +00:00
license.txt add license files that are now referenced from some source files (instead of direct author/copyright/license notices in the source) 2007-05-08 14:02:06 +00:00
SoundGroup.cpp # SwEng/cleanup 2007-05-18 00:14:26 +00:00
SoundGroup.h Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00
SoundGroupMgr.cpp Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00
SoundGroupMgr.h Add some missing file comments in source/lib. 2007-05-08 15:11:53 +00:00