Age | Commit message (Expand) | Author |
2010-01-29 | Fix yet another use of possibly undefined behavior reported by syke. | Johannes Schickel |
2010-01-29 | Fix use of undefined behavior. (Thanks to syke for reporting) | Johannes Schickel |
2010-01-27 | Fix invalid sample position on Timestamp to sample conversion for Stereo stre... | Johannes Schickel |
2010-01-26 | Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec... | Max Horn |
2010-01-25 | Remove HACK, which is obsolete because of r47336. | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-24 | Fixed warning. | Torbjörn Andersson |
2010-01-24 | LOL: save/load menu speed up | Florian Kagerer |
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn |
2010-01-23 | Paranoia change: add some explicit terminating 0 after some strncpy uses. | Johannes Schickel |
2010-01-23 | Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe... | Max Horn |
2010-01-22 | Silenced some more cppcheck warnings. Some of these may seem silly, but the way | Torbjörn Andersson |
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn |
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn |
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn |
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn |
2010-01-18 | LOL: minor key map fix | Florian Kagerer |
2010-01-18 | LOL: cleanup last commit | Florian Kagerer |
2010-01-18 | LOL: fixed spell array size | Florian Kagerer |
2010-01-17 | Delay the time a sysEx takes to send instead of the old (incorrect) way of de... | Johannes Schickel |
2010-01-16 | Switch most AudioStream factories to use DisposeAfterUse::Flag | Max Horn |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2010-01-10 | - Add a SubLoopingAudioStream, which loops a nested part of a stream and thus... | Johannes Schickel |
2010-01-09 | Replace AppendableAudioStream by QueuingAudioStream | Max Horn |
2010-01-08 | Switch Mixer::playInputStream 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-08 | Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play... | Johannes Schickel |
2010-01-06 | - Simplify Audio::calculateSampleOffset. | Johannes Schickel |
2010-01-06 | Adapt KYRA to use the new FLAC, Vorbis and MP3 factories. | Johannes Schickel |
2010-01-05 | Properly adapt AUDStream to be a SeekableAudioStream and switched KYRA3 to us... | Johannes Schickel |
2010-01-05 | Remove unsafe getTotalPlayTime from AudioStream. | Johannes Schickel |
2010-01-05 | Add a "getLength" function to SeekableAudioStream. | Johannes Schickel |
2010-01-05 | - Add a new SeekableAudioStream interface. Soon to be used to replace audio s... | Johannes Schickel |
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson |
2010-01-02 | Use Common::StackLock. | Johannes Schickel |
2010-01-01 | LOL: cleanup | Florian Kagerer |
2010-01-01 | Merge update_nop1 and update_nop2. | Johannes Schickel |
2010-01-01 | - Fix out of bounds array access. | Johannes Schickel |
2010-01-01 | - Add some asserts | Johannes Schickel |
2010-01-01 | Fix out of bounds access reported by syke. | Johannes Schickel |
2009-12-28 | LOL: fixed debug message | Florian Kagerer |
2009-12-26 | LOL: - added workaround for portrait speech animations which would sometimes ... | Florian Kagerer |
2009-12-26 | LOL: fixed minor bug in lamp code | Florian Kagerer |
2009-12-24 | LOL: fixed minor bug in lamp code | Florian Kagerer |
2009-12-20 | LOL: removed unused variable | Florian Kagerer |
2009-12-20 | LOL: fixed text fading | Florian Kagerer |
2009-12-13 | LOL: fixed regression | Florian Kagerer |
2009-12-13 | LOL: some cleanup for recent code changes | Florian Kagerer |
2009-12-12 | LOL: fixed regression | Florian Kagerer |
2009-12-12 | LOL: fix compilation when the LOL engine is disabled | Florian Kagerer |