Mercurial > fife-parpg
log
age | author | description |
---|---|---|
Thu, 29 Apr 2010 16:09:56 +0000 | prock | Modified the SoundManager to not create unique FIFE sound emitters for each object. There is now only one FIFE emitter per unique sound. |
Thu, 29 Apr 2010 13:51:45 +0000 | helios2000 | * Merged the view performance branch back into trunk. fixes[ticket:419] |
Wed, 28 Apr 2010 21:33:11 +0000 | prock | Added a SoundEmitter class that encapsulates the FIFE sound emitter. The SoundManager is now a factory for SoundEmitters. Also working on getting a callback going for when the sound is finished playing. |