Mercurial > fife-parpg
log engine/python/fife/extensions/soundmanager.py @ 614:567d53c1c010
age | author | description |
---|---|---|
2010-07-02 | prock | - Updated the soundmanager extension to reflect changes made in last commit. |
2010-05-14 | prock | Positional sounds now work. There are some odd things happening when the sound does not have positional data and I assign the listeners position to the emitters position. There is a little more work required here. |
2010-05-14 | prock | Added listener position to the soundmanager. |
2010-05-14 | nihathrael | Added positioning to the soundmanager classes |
2010-05-11 | prock | Added a new log module called Script. This should be used by the python modules. |
2010-05-10 | prock | Fixing the epydoc markup. Did some more commenting. |
2010-05-07 | prock | Adapted rio_do_hola to use the new SoundManager. |
2010-05-07 | prock | Moved the SoundManager and the 2D math function (helpers) from the shooter demo to the fife extensions. |