Age | Commit message (Expand) | Author |
2009-11-04 | Moved sound sync related variables inside the AudioPlayer class and fixed com... | Filippos Karapetis |
2009-11-04 | Moved most of the code for playing sound effects and speech into a separate c... | Filippos Karapetis |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-22 | Applied a modified version of patch #2881486 - "Add volume changing to SCI" | Filippos Karapetis |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-18 | Mark an old change made for SQ4 in updateMultiSong() in rev. #39347 as a work... | Filippos Karapetis |
2009-10-16 | Moved sci_ffs() inside iterator.cpp, the only place where it's actually used,... | Filippos Karapetis |
2009-10-13 | SCI: Doxygenify comments in class SfxPlayer | Max Horn |
2009-10-13 | SCI: Merge some sfx related global funcs into SfxState. | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-06 | SCI: Rename player -> s_player and made it static; allocate MemoryReadStream ... | Max Horn |
2009-09-02 | Some renaming: | Filippos Karapetis |
2009-08-25 | - Simplified the parameters of some functions | Filippos Karapetis |
2009-08-21 | Truly fix endianness in the SOL decoder. Raw sounds are always in little endi... | Matthew Hoops |
2009-08-20 | Fix 16-bit SOL audio on little endian systems. Fixes the white noise in the G... | Matthew Hoops |
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 |