Age | Commit message (Expand) | Author |
2011-07-28 | TSAGE: Fixed a problem with only the first Fx sound being played | Paul Gilbert |
2011-07-28 | TSAGE: Clarified some method names in the sound code | Paul Gilbert |
2011-07-28 | TSAGE: Sound Fx is now playing | Paul Gilbert |
2011-07-28 | TSAGE: Fix problem with sound Fx start method being called multiple times | Paul Gilbert |
2011-07-27 | TSAGE: Beginning of implementation of Fx method #32 | Paul Gilbert |
2011-07-25 | TSAGE: Re-factored sound driver method #32 with extra parameters needed by So... | Paul Gilbert |
2011-07-24 | TSAGE: Reverted to using a single thread for audio playback | Paul Gilbert |
2011-07-04 | TSAGE: Replace usage of deprecated Adlib OPL functions | Paul Gilbert |
2011-07-02 | TSAGE: Remove outdated extra channel variable | Paul Gilbert |
2011-07-02 | TSAGE: Linked in the (in progress) SoundBlaster Fx class | Paul Gilbert |
2011-07-02 | TSAGE: Beginnings of SoundBlaster sound driver | Paul Gilbert |
2011-06-27 | TSAGE: Separated the sound manager processing into it's own thread | Paul Gilbert |
2011-06-26 | TSAGE: Silence GCC warnings | eriktorbjorn |
2011-06-26 | TSAGE: Several bugfixes for sound output to match the original | Paul Gilbert |
2011-06-26 | TSAGE: Fix for properly initialising the _voiceTypeStructPtrs array | Paul Gilbert |
2011-06-23 | TSAGE: Silence GCC warnings. | eriktorbjorn |
2011-06-23 | TSAGE: Added saving/restoring of playing sounds to savegames | Paul Gilbert |
2011-06-22 | TSAGE: Remove out of date TODO comments where applicable | Paul Gilbert |
2011-06-22 | TSAGE: Fix sounds not getting registered in Globals::_sounds | Paul Gilbert |
2011-06-22 | TSAGE: Bugfix for sound assert in scene 20 | Paul Gilbert |
2011-06-21 | TSAGE: Bugfix for properly stopping playing sounds | Paul Gilbert |
2011-06-21 | TSAGE: Fix updating the volume when changed in the Options dialog | Paul Gilbert |
2011-06-21 | TSAGE: Fixes for sound fading | Paul Gilbert |
2011-06-21 | TSAGE: Fix for un-used variable in _sfRethinkVoiceTypes | Paul Gilbert |
2011-06-20 | TSAGE: Replaced integer counters used as mutexes with Common::Mutex usage | Paul Gilbert |
2011-06-20 | TSAGE: Loop variables are meant to be integers rather than bools | Paul Gilbert |
2011-06-20 | TSAGE: Bugfix for crash when exiting whilst a sound is playing | Paul Gilbert |
2011-06-20 | TSAGE: Sound is now working! | Paul Gilbert |
2011-06-20 | TSAGE: Corrections to the sound fading code | Paul Gilbert |
2011-06-20 | TSAGE: Bugfix for properly decrementing _disabledServerCount | Paul Gilbert |
2011-06-20 | TSAGE: Initial implementation of AudioStream interface for sound driver | Paul Gilbert |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn |
2011-06-19 | TSAGE: Fix signalling an action when a song stops | Paul Gilbert |
2011-06-19 | TSAGE: Silence GCC warnings (hopefully without breaking anything) | eriktorbjorn |
2011-06-19 | TSAGE: Cleaned up the write() method | Paul Gilbert |
2011-06-19 | TSAGE: Fixed problem with number of voices not being reset | Paul Gilbert |
2011-06-16 | TSAGE: Minor bugfix to sound fading code | Paul Gilbert |
2011-06-16 | TSAGE: Bugfix for _sfRethinkVoiceTypes type 1 handling | Paul Gilbert |
2011-06-15 | TSAGE: Properly destroy OPL instance on shutdown | Paul Gilbert |
2011-06-15 | TSAGE: Bugfixes for sound channel updates | Paul Gilbert |
2011-06-15 | TSAGE: Bugfix to load correct patch bank for Adlib | Paul Gilbert |
2011-06-15 | TSAGE: Bugfix for correctly persisting patch data | Paul Gilbert |
2011-06-14 | TSAGE: Fix channel field copy in _sfRethinkVoiceTypes | Paul Gilbert |
2011-06-14 | TSAGE: Bugfixes for sound channel updates | Paul Gilbert |
2011-06-13 | TSAGE: Bugfixes for priming channel data | Paul Gilbert |
2011-06-13 | TSAGE: Completed initial implementation of _sfRethinkVoiceTypes | Paul Gilbert |
2011-06-10 | TSAGE: Finished implementing _sfRethinkVoiceTypes | Paul Gilbert |
2011-06-09 | TSAGE: Started work on main area of _sfRethinkVoiceTypes | Paul Gilbert |
2011-06-08 | TSAGE: Finished implementing voice type 1 post processing for _sfRethinkVoice... | Paul Gilbert |
2011-06-08 | TSAGE: Finished implementing voice type 0 post-processing for _sfRethinkVoice... | Paul Gilbert |