Age | Commit message (Expand) | Author |
2016-04-14 | JANITORIAL: Reduce audio header dependencies | Ori Avtalion |
2014-02-18 | TINSEL: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-06-06 | TINSEL: Revert the incorrect flagging of DW2 entries as CD versions | Filippos Karapetis |
2013-04-12 | TINSEL: Add support for enhanced music in the Mac version of DW1 | Filippos Karapetis |
2013-02-23 | ALL: Fix typo (existant->existent) | Willem Jan Palenstijn |
2012-12-13 | TINSEL: Silence gcc warning | Matthew Hoops |
2012-12-13 | TINSEL: Fix a comment in playDW1MacMusic() | Filippos Karapetis |
2012-12-13 | TINSEL: Add support for the digitized music in DW1 Mac | Filippos Karapetis |
2012-12-13 | TINSEL: Clean up the sound code | Filippos Karapetis |
2012-12-11 | TINSEL: The speech file in DW1 Mac demo/full is LE | Filippos Karapetis |
2012-07-15 | TINSEL: Remove the GF_CD and GF_FLOPPY flags | Filippos Karapetis |
2012-07-15 | TINSEL: Remove the GF_DEMO flag | Filippos Karapetis |
2012-02-22 | TINSEL: Rename globals to add g_ prefix. | Alyssa Milburn |
2011-08-24 | AUDIO: Rename Vag to XA | Matthew Hoops |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-04-18 | Merge pull request "New mixer mute handling." | Johannes Schickel |
2011-04-14 | ALL: centre -> center | Max Horn |
2011-04-13 | TINSEL: Clean up code a bit, since we now handle digital audio muting differe... | Johannes Schickel |
2011-04-13 | TINSEL: Move custom ADPCM decoders to tinsel engine | Max Horn |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2010-11-20 | TINSEL: Preliminary functionality for reading BE data files | Paul Gilbert |
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn |
2010-10-22 | TINSEL: Load samples file for DW2 Demo | Paul Gilbert |
2010-09-11 | TINSEL: Fix for #3032780 - Mute not respected in DW1 | Paul Gilbert |
2010-09-11 | TINSEL: Fix for #3032778 - Mute not respected in DW2 | Paul Gilbert |
2010-04-17 | Fix warnings when FLAC&MP3&VORBIS is disabled; also fixes leak in Tinsel | Max Horn |
2010-04-12 | AUDIO: Rename Mixer::playInputStream to playStream | Max Horn |
2010-02-03 | Yet more Flac -> FLAC changes for consistency. | Johannes Schickel |
2010-02-03 | - Rename FlacStream to FLACStream. | Johannes Schickel |
2010-01-30 | Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream. | Johannes Schickel |
2010-01-28 | Hide VagStream implementation, only expose it via a factory method | Max Horn |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Convert more engines from Mixer::playRaw to Mixer::playInputStream | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new he... | Max Horn |
2010-01-07 | Make VagStream a RewindableAudioStream. | Johannes Schickel |
2009-12-15 | Got rid of ReadStream::ioFailed() | Max Horn |
2009-11-02 | TINSEL: Turn config code into a simple C++ class | Max Horn |
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn |
2009-10-27 | TINSEL: Formatting cleanup, remove a dead var, tweaked comment to Get/SetNoBl... | Max Horn |
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn |
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for con... | Max Horn |
2009-09-27 | TINSEL: cleanup | Max Horn |
2009-09-26 | FLAC support had a typo in detection, fixed | Martin Kiewitz |
2009-07-02 | Added support for compressed sample files (patch #2815426 by m_kiewitz) | Sven Hesse |