0ad/source/sound
janwas 4663ac0fe7 split debug_assert into ENSURE and ASSERT as discussed in a previous meeting.
the old debug_assert always ran and tested the expression, which slows
down release builds. wrapping them in #ifndef NDEBUG is clumsy. the new
ASSERT behaves like assert and ENSURE like the old debug_assert. Let's
change any time-critical but not-super-important ENSURE to ASSERT to
speed up release builds. (already done in bits.h and unique_range.h)

This was SVN commit r9362.
2011-04-30 13:01:45 +00:00
..
ambient_design.txt design notes from meeting: ambient sound 2006-01-08 02:05:44 +00:00
JSI_Sound.cpp split debug_assert into ENSURE and ASSERT as discussed in a previous meeting. 2011-04-30 13:01:45 +00:00
JSI_Sound.h Support new SpiderMonkey API. 2010-11-16 23:00:52 +00:00
SoundGroup.cpp Remove rmgen tool. 2011-04-10 00:54:15 +00:00
SoundGroup.h Remove CSoundGroupMgr, since it is unnecessary and broken and leaks memory 2010-04-06 15:17:06 +00:00