Age | Commit message (Expand) | Author |
2009-07-01 | Fixed some more warnings observed on buildbot | Max Horn |
2009-06-12 | SCI: Moved audio code from AudioResource to the sfx core. | Walter van Niftrik |
2009-06-07 | SCI: Simplified SongLibrary code a bit | Max Horn |
2009-06-07 | SCI: Objectified Song struct 'a bit' | Max Horn |
2009-06-07 | SCI: Objectified SongLibrary | Max Horn |
2009-06-07 | SCI: Renamed various song/songlib related structs and members | Max Horn |
2009-06-05 | Cleanup | Filippos Karapetis |
2009-05-31 | Removed script_error_flag and script_debug_flag, which were used to error out... | Filippos Karapetis |
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson |
2009-05-31 | Typo. | Johannes Schickel |
2009-05-30 | SCI: Added constructor&destructor to SfxState | Max Horn |
2009-05-30 | SCI: Made vocab_version static again (a global static var is bad, but a reall... | Max Horn |
2009-05-30 | Removed the "sfx_debuglog" command. Sound debug messages are now shown if kDe... | Filippos Karapetis |
2009-05-30 | Removed/replaced BREAKPOINT | Filippos Karapetis |
2009-05-29 | SCI: Converted several fprintf(stderr) calls to warning/error (the remaining ... | Max Horn |
2009-05-28 | SCI: Turned SfxState into a proper class (i.e., convert the sfx_ funcs to mem... | Max Horn |
2009-05-28 | SCI: Merged NewPlayer and SfxPlayer | Max Horn |
2009-05-28 | SCI: Merged SfxPlayer/NewPlayer code into sfx/core.cpp | Max Horn |
2009-05-28 | SCI: Renamed sfx_state_t -> SfxState, preparing it to become a class eventually | Max Horn |
2009-05-28 | SCI: Some SFX player cleanup | Max Horn |
2009-05-26 | Fixed a crash when exiting, a regression from the latest music driver changes | Filippos Karapetis |
2009-05-26 | SCI: removed realtime and polled player, as well as the sfx/device dir, after... | Max Horn |
2009-05-26 | SCI: Turned sfx_player_t into a class SfxPlayer, and converted the existing p... | Max Horn |
2009-05-25 | Objectified the AudioResource code (used for speech and digitized music in CD... | Filippos Karapetis |
2009-05-12 | SCI: cleanup | Max Horn |
2009-05-12 | SCI: Replaced SFX_OK/SFX_ERROR by Common::Error, and got rid of sfx/sfx.h | Max Horn |
2009-04-25 | WIP (still non-working) code for speech sync in CD talkie games (like e.g. KQ... | Filippos Karapetis |
2009-04-15 | SCI: Added a new song player (work-in-progress). | Walter van Niftrik |
2009-03-11 | Fixed another crash right at the beginning of SQ4 | Filippos Karapetis |
2009-03-10 | SCI: Renamed SongIteratorMessage -> SongIterator::Message; cleanup | Max Horn |
2009-03-10 | SCI: More SongIterator refactoring. | Max Horn |
2009-03-09 | SCI: Rewrote handling of song wakeup times & (iterator) delays, to avoid roun... | Max Horn |
2009-03-06 | SCI: Reduce SFX header dependencies | Max Horn |
2009-03-06 | SCI: Continued C++ification of SongIterator code | Max Horn |
2009-03-06 | SCI: C++ifyed SongIterator and its subclasses | Max Horn |
2009-03-06 | SCI: Some cleanup to the SongIteratorMessage code | Max Horn |
2009-03-06 | SCI: Converted SongIterator::get_pcm_feed into a virtual method | Max Horn |
2009-03-06 | SCI: Renamed lots of classes related to song iterators; allocate song iterato... | Max Horn |
2009-03-04 | SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStream | Max Horn |
2009-03-04 | SCI: Merged sfx/mixer.cpp into sfx/player/polled.cpp | Max Horn |
2009-03-04 | SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear... | Max Horn |
2009-03-04 | SCI: mixer cleanup | Max Horn |
2009-03-03 | Fixed crash in SQ4 | Filippos Karapetis |
2009-03-01 | SCI: Reimplemented the SCI mixer based on the old SCI DC mixer by walter, and... | Max Horn |
2009-03-01 | SCI: Renamed some sfx header files | Max Horn |
2009-02-28 | SCI: Get rid around the first layer around the ScummVM audio mixer. Also reso... | Max Horn |
2009-02-28 | SCI: Get rid of extra layer around our timer manager | Max Horn |
2009-02-27 | Add FIXME: We need a pcm_device->exit() function, | Willem Jan Palenstijn |
2009-02-27 | Depend on backend timer API instead of a new mutex | Willem Jan Palenstijn |
2009-02-27 | Fix code formatting | Eugene Sandulenko |