aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2010-05-17Some more enforcement of our formatting conventions in KYRA too.Johannes Schickel
2010-05-05Replace KYRA's strncpy and strncat usages by strlcpy/strlcat.Johannes Schickel
2010-05-04Reduce indirect header dependencies furtherMax Horn
2010-05-04Move DebugChannel related code to new headerMax Horn
2010-05-04Move initGraphics and initCommonGFX from to new header.Max Horn
2010-05-01KYRA: fixed some cppcheck warningsFlorian Kagerer
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
2010-04-12Revert "Fix use of "friend" keyword in KYRA for strict C++ compilers."Johannes Schickel
2010-04-12Fix use of "friend" keyword in KYRA for strict C++ compilers.Johannes Schickel
2010-04-12AUDIO: Rename Mixer::playInputStream to playStreamMax Horn
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