log engine/core/audio/soundemitter.h @ 697:ecaa4d98f05f tip

age author description
Fri, 02 Jul 2010 06:02:21 +0000 helios2000 * Changed getID() to getId(). fixes[ticket:461]
Mon, 03 May 2010 19:58:16 +0000 prock Moved the shooter demo Timer() class to helpers.py.
Fri, 30 Apr 2010 15:33:27 +0000 prock Added SoundEmitter::getDecodedLength and SoundEmitter::getDuration. The getDuration function will allow a timer to be registered to fire after the sound has been played. This is not a callback as requested but it does provide the functionality if required. I will be committing an example of it in the shooter demo shortly. [t:346]