aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2010-01-23Paranoia change: add some explicit terminating 0 after some strncpy uses.Johannes Schickel
2010-01-23Get rid of deprecated makeRawDiskStream variants; rename deprecated makeRawMe...Max Horn
2010-01-22Silenced some more cppcheck warnings. Some of these may seem silly, but the wayTorbjörn Andersson
2010-01-19Move raw audio flags from sound/mixer.h to sound/raw.hMax Horn
2010-01-19Get rid of Mixer::FLAG_AUTOFREE.Max Horn
2010-01-19Move raw audio streams to new header sound/raw.hMax Horn
2010-01-19Rename 'Linear' audio streams to 'raw'Max Horn
2010-01-18LOL: minor key map fixFlorian Kagerer
2010-01-18LOL: cleanup last commitFlorian Kagerer
2010-01-18LOL: fixed spell array sizeFlorian Kagerer
2010-01-17Delay the time a sysEx takes to send instead of the old (incorrect) way of de...Johannes Schickel
2010-01-16Switch most AudioStream factories to use DisposeAfterUse::FlagMax Horn
2010-01-12Rename 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-09Replace AppendableAudioStream by QueuingAudioStreamMax Horn
2010-01-08Switch Mixer::playInputStream to use DisposeAfterUse::FlagMax Horn
2010-01-08Move DisposeAfterUse::Flag from Common to global namespace, and into a new he...Max Horn
2010-01-08Since AudioStream looping is no longer handled by the Mixer, drop Mixer::play...Johannes Schickel
2010-01-06- Simplify Audio::calculateSampleOffset.Johannes Schickel
2010-01-06Adapt KYRA to use the new FLAC, Vorbis and MP3 factories.Johannes Schickel
2010-01-05Properly adapt AUDStream to be a SeekableAudioStream and switched KYRA3 to us...Johannes Schickel
2010-01-05Remove unsafe getTotalPlayTime from AudioStream.Johannes Schickel
2010-01-05Add 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-03Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is nullTorbjörn Andersson
2010-01-02Use Common::StackLock.Johannes Schickel
2010-01-01LOL: cleanupFlorian Kagerer
2010-01-01Merge update_nop1 and update_nop2.Johannes Schickel
2010-01-01- Fix out of bounds array access.Johannes Schickel
2010-01-01- Add some assertsJohannes Schickel
2010-01-01Fix out of bounds access reported by syke.Johannes Schickel
2009-12-28LOL: fixed debug messageFlorian Kagerer
2009-12-26LOL: - added workaround for portrait speech animations which would sometimes ...Florian Kagerer
2009-12-26LOL: fixed minor bug in lamp codeFlorian Kagerer
2009-12-24LOL: fixed minor bug in lamp codeFlorian Kagerer
2009-12-20LOL: removed unused variableFlorian Kagerer
2009-12-20LOL: fixed text fadingFlorian Kagerer
2009-12-13LOL: fixed regressionFlorian Kagerer
2009-12-13LOL: some cleanup for recent code changesFlorian Kagerer
2009-12-12LOL: fixed regressionFlorian Kagerer
2009-12-12LOL: fix compilation when the LOL engine is disabledFlorian Kagerer
2009-12-12LOL: moved TIM animation code into a separate classFlorian Kagerer
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-07Hopefully silencing C4121 in MSVC.Johannes Schickel
2009-12-06Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 flo...Johannes Schickel
2009-12-01Removed unnecessary semi-colons.Torbjörn Andersson
2009-11-29Formatting.Johannes Schickel
2009-11-29Cleanup.Johannes Schickel
2009-11-29KYRA/PC98: fixed regressionFlorian Kagerer
2009-11-29KYRA: fixed pc98 intro sfx (regression)Florian Kagerer