aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2010-04-11Setup and destroy a dummy cursor and palette in the Engine class.Johannes Schickel
2010-04-11Fix KYRA's cursor handling by pushing a dummy cursor via CursorMan.pushCursor...Johannes Schickel
2010-04-11Fix bug #2985387 "KYRA1: Crash at the end of game".Johannes Schickel
2010-04-01Remove extra semicolonsOri Avtalion
2010-03-29COMMON: Cleanup ConfigManager codeMax Horn
2010-03-24Remove pointer dereferencation in a place, where the result is not used at all.Johannes Schickel
2010-03-22Patch #2973290: Semicolon cleanupMax Horn
2010-03-20Fix out of bounds access.Johannes Schickel
2010-03-18COMMON: Get rid of Common::StringListMax Horn
2010-03-18COMMON: Move Common::RandomSource to common/random.*Max Horn
2010-03-18Switch from Common::tag2string(foo).c_str() to tag2str(foo)Max Horn
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
2010-03-08Tweak makeVOCDiskStreamMax Horn
2010-03-04Fix item exchange string in Kyra 1 Amiga (both English and German).Johannes Schickel
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all en...Yotam Barnoy
2010-02-19Fix for bug #2954279 "KYRA: Error when loading non-existent savegame".Johannes Schickel
2010-02-17Use Common::KEYCODE_* instead of ASCII values for keycode comparison.Johannes Schickel
2010-02-17Use Common::KeyCode instead of int as key type for KeyMap.Johannes Schickel
2010-02-09LOL: fixed script bug in castle cimmeria that would cause out of bounds mem a...Florian Kagerer
2010-02-07LOL: fixed handling of invalid monster attack sfx in the Urbish mines (should...Florian Kagerer
2010-02-03- Rename FlacStream to FLACStream.Johannes Schickel
2010-01-30Replace use of Audio::makeRawMemoryStream by Audio::makeRawStream.Johannes Schickel
2010-01-29Fix yet another use of possibly undefined behavior reported by syke.Johannes Schickel
2010-01-29Fix use of undefined behavior. (Thanks to syke for reporting)Johannes Schickel
2010-01-27Fix invalid sample position on Timestamp to sample conversion for Stereo stre...Johannes Schickel
2010-01-26Moved audio stream implementations (for MP3, FLAC, etc.) to new dir sound/dec...Max Horn
2010-01-25Remove HACK, which is obsolete because of r47336.Johannes Schickel
2010-01-25Strip trailing spaces/tabs.Johannes Schickel
2010-01-24Fixed warning.Torbjörn Andersson
2010-01-24LOL: save/load menu speed upFlorian Kagerer
2010-01-23Reorder params to Audio::makeRawMemoryStreamMax Horn
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