Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-10 | Use pow() instead of powf() when compiling with MinGW32 to work around a ↵ | Andre Heider | |
libstdc++ cross-compile bug, see #2673362 svn-id: r39309 | |||
2009-03-09 | Added some more Audio::Timestamp unit tests | Max Horn | |
svn-id: r39262 | |||
2009-03-09 | Added some comments to Audio::Timestamp | Max Horn | |
svn-id: r39257 | |||
2009-03-08 | Patch #2658710: "Add comments to specify which engines use which decoders" | Eugene Sandulenko | |
svn-id: r39236 | |||
2009-03-04 | Added Audio::Timestamp class, based on SCI's sfx_timestamp_t; also provide a ↵ | Max Horn | |
unit test for it, based on the old (and very outdated) timetest.cpp. To be used by Audio::Mixer one day... svn-id: r39112 | |||
2009-02-27 | Fix typo. | Willem Jan Palenstijn | |
svn-id: r38940 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-15 | Add interleave parameter to FMOPL as needed by SCI engine | Eugene Sandulenko | |
svn-id: r38211 | |||
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r36236 | |||
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r36235 | |||
2009-02-07 | Fix sound noise regression in CD32 version of Simon the Sorcerer 1. | Travis Howell | |
svn-id: r36234 | |||
2009-02-04 | make readBufferTinsel*() output in native endianness, rather than little endian. | Joost Peters | |
svn-id: r36215 | |||
2009-02-01 | Fixed regression in the ADPCM decoder. DW2 music should be played correctly ↵ | Filippos Karapetis | |
again svn-id: r36195 | |||
2009-02-01 | Fixed incorrect usage of a boolean (boolean variables are not supposed to be ↵ | Filippos Karapetis | |
used as indexes to arrays...) svn-id: r36194 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2009-01-27 | Remove leftover comments. | Matthew Hoops | |
svn-id: r36098 | |||
2009-01-27 | Add support for looping ADPCM sounds. I'm also adding decoding of the ↵ | Matthew Hoops | |
"standard" IMA ADPCM code (aka Intel DVI ADPCM). This is from Mohawk. ;) svn-id: r36097 | |||
2009-01-27 | Add/Update comments. | Travis Howell | |
svn-id: r36094 | |||
2009-01-27 | Add looping support to makeVOCStream(). | Travis Howell | |
svn-id: r36093 | |||
2009-01-27 | Fix regression, the original stream shouldn't be deleted, unless ↵ | Travis Howell | |
disposeAfterUse is set. svn-id: r36092 | |||
2009-01-27 | Fix regression, the original stream shouldn't be deleted. | Travis Howell | |
svn-id: r36091 | |||
2009-01-27 | Extended makeWAVStream by a 'disposeAfterUse' param; changed makeWAVStream ↵ | Max Horn | |
to directly return the AudioStream created by makeADPCMStream svn-id: r36085 | |||
2009-01-24 | fixing #2531282: don't fall back to a real audio CD when playing enhanced ↵ | Willem Jan Palenstijn | |
midi tracks svn-id: r36030 | |||
2009-01-24 | remove 'HACK': don't use _cd.playing to indicate emulation | Willem Jan Palenstijn | |
svn-id: r36029 | |||
2009-01-03 | Removed a (hopefully) obsolete FIXME comment. | Torbjörn Andersson | |
svn-id: r35690 | |||
2008-12-31 | Rewrote to get rid of "condition is always false" warning. | Torbjörn Andersson | |
svn-id: r35639 | |||
2008-12-31 | Added possible FIXMEs | Filippos Karapetis | |
svn-id: r35637 | |||
2008-12-31 | Prevent erroneous access of negative array indices | Filippos Karapetis | |
svn-id: r35633 | |||
2008-12-31 | Fixed warning | Max Horn | |
svn-id: r35630 | |||
2008-12-31 | Fixed GCC warning. | Torbjörn Andersson | |
svn-id: r35628 | |||
2008-12-31 | Commented out part of the code that corrupts the heap for me | Filippos Karapetis | |
svn-id: r35627 | |||
2008-12-31 | Preliminary Shorten audio support for SAGA 2 games. It's still very wrong ↵ | Filippos Karapetis | |
and needs further work, but it's a start svn-id: r35626 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-12-19 | Custom percussion instruments for the AdLib MIDI driver (Slightly modified ↵ | Jordi Vilalta Prat | |
patch #2357165) svn-id: r35439 | |||
2008-12-13 | Whoops. Fix accidently wrong evaluation statement. | Johannes Schickel | |
svn-id: r35337 | |||
2008-12-13 | Cleanup. | Johannes Schickel | |
svn-id: r35336 | |||
2008-12-13 | Fix for bug #2423449 "AGOS: Music Looping broken (regression)". | Johannes Schickel | |
svn-id: r35335 | |||
2008-12-12 | Okay, removing my implementation of AppandableAudioStream::getTotalPlayTime ↵ | Sven Hesse | |
(I've apparently misunderstood its intent) and using Mixer::getSoundElapsedTime() instead svn-id: r35317 | |||
2008-12-03 | cleanup | Max Horn | |
svn-id: r35214 | |||
2008-12-02 | Apparently, constraining the number of mixing samples to be divisible by 4 ↵ | Sven Hesse | |
is too strict, so I'm changing readBufferTinsel6() around a bit to allow for any number of samples (at the cost of adding 2 variables and a bit complexity ;)) svn-id: r35209 | |||
2008-11-30 | - Extended MidiDriver::sysEx to allow 264 byte sysEx messages | Johannes Schickel | |
- Updated all drivers to allow 264+2 byte sysEx messages - Implemented sysEx processing for MT-32 for Kyra1 and HoF. MT-32 should now be working properly. svn-id: r35180 | |||
2008-11-30 | Initial version of proper MIDI support for KYRA. | Johannes Schickel | |
svn-id: r35174 | |||
2008-11-29 | Remove warnings from NDS build. | Robin Watts | |
svn-id: r35172 | |||
2008-11-17 | Fixed a warning on the DS build, added some clarifying comments, reformatted ↵ | Max Horn | |
the okiStepSize and imaStepTable tables (the former really is a subtable of the latter) svn-id: r35106 | |||
2008-11-17 | Factoring shared code of template classes into a shared base class saves ↵ | Max Horn | |
another 4-7kb code size svn-id: r35104 | |||
2008-11-17 | Saving 32kb DATA size | Max Horn | |
svn-id: r35103 | |||
2008-11-16 | Implementing getTotalPlayTime() for AppendableMemoryStream | Sven Hesse | |
svn-id: r35098 | |||
2008-11-15 | Added support for the ADPCM used in Discworld 2 | Sven Hesse | |
svn-id: r35089 | |||
2008-11-13 | Fixed compiling of MT32 emulator with -O2 and -Werror. | Johannes Schickel | |
svn-id: r35040 | |||
2008-11-12 | Verify sanity of LinearMemoryStream params in the factory function instead ↵ | Max Horn | |
of the constructor (which is replicated for each instantiation of the LinearMemoryStream template class) -> saves some bytes svn-id: r35014 |