aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2011-11-24KYRA: (HOF CD Demo) - check shouldQuit() during ending text loopathrxx
2011-11-23KYRA: (HOF) - fix ending text in the playable demoathrxx
2011-11-21ALL: Remove unnecessary forward declarations.Christoph Mallon
2011-11-18KYRA: "Fix" bug #3166235 "KYRA: Crash on startup on OS X due to invalid PAK f...Johannes Schickel
2011-11-18KYRA: Add some assert for debugging purposes.Johannes Schickel
2011-11-17Merge pull request #114 from tsoliman/keymapper2Eugene Sandulenko
2011-11-16LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE)Strangerke
2011-11-16KYRA: Make message about missing save file a warning and no error.Johannes Schickel
2011-11-16COMMON: Rename Common::set_to to Common::fill.Johannes Schickel
2011-10-30KYRA: Fix some copy paste error in LoL keymap keycodesTarek Soliman
2011-10-28KYRA: Remove usage of using namespace Common in the keymap codeTarek Soliman
2011-10-28KYRA: Move kKeymapName to be inside LoLEngineTarek Soliman
2011-10-27KYRA: Cleanup game keymaps on RTLTarek Soliman
2011-10-27KYRA: Added basic game keymap for LoLTarek Soliman
2011-10-24KYRA: On demand of lordHoto, remove GUIO_NOASPECT as Jap. games are in 640x40...Strangerke
2011-10-23LAUNCHER: Add GUIO_NOASPECT to KyraStrangerke
2011-10-23AD: Switched rest of the engines to new GUIOEugene Sandulenko
2011-10-22KYRA: Fix memory leak when a sound is started but no free handles are left.Johannes Schickel
2011-10-02KYRA: Fix minor bug in AdLibDriver::primaryEffect1.Johannes Schickel
2011-10-02KYRA: Fix bumping into a wall AdLib SFX in Lands of Lore.Johannes Schickel
2011-10-02KYRA: Name another variable in the AdLib output code.Johannes Schickel
2011-10-02KYRA: Some minor cleanup.Johannes Schickel
2011-10-01KYRA: fix typoathrxx
2011-10-01KYRA: Never allow slots 0 and 990-999 to be overwritten.Johannes Schickel
2011-09-22KYRA: workaround to get maemo to even compileTarek Soliman
2011-11-14KYRA: Cleanup _saveSlots array sorting.Johannes Schickel
2011-11-14KYRA: Add comment hopefully explaining _saveSlotsWillem Jan Palenstijn
2011-11-14KYRA: Whitespace fixes.Johannes Schickel
2011-11-14KYRA: Fix bug #3437647 "LOL: Unexpected missing save file".Johannes Schickel
2011-11-08KYRA: fix bug #3429455athrxx
2011-11-06AUDIO: Implement a basic VocStream class.Johannes Schickel
2011-11-04KYRA: add missing (maybe unused) case to LoLEngine::olol_getGlobalVar()athrxx
2011-11-04KYRA: replace invalid memset call and add a warningathrxx
2011-11-04KYRA: (LOL) minor fix, cleanup and renamingathrxx
2011-11-04KYRA: fix monster hp in LoLathrxx
2011-11-04KYRA: rename script proc and fix some debug messagesathrxx
2011-11-04KYRA: Reduce size of KyraEngine_LoK::_entranceMouseCursorTracks.Johannes Schickel
2011-11-04KYRA: Use "0xFF" instead of "0xFFFF" as memset's second parameter.Johannes Schickel
2011-11-04KYRA: Remove FIXME, which should've been removed with 4410e61...Johannes Schickel
2011-11-04KYRA: Simplify getMoveTableSize.Johannes Schickel
2011-11-03KYRA: fix minor bug in LoLEngine::playCharacterScriptChat()athrxx
2011-11-03KYRA: Added FIXMEs for two odd checksFilippos Karapetis
2011-11-01KYRA: Fix Common::List::erase usage.Johannes Schickel
2011-10-29KYRA: Update engine description comment.Johannes Schickel
2011-10-29KYRA: Add another delay for new tracks in the AdLib driver.Johannes Schickel
2011-10-29KYRA: Fix haltTrack and beginFadeOut for AdLib driver.Johannes Schickel
2011-10-29KYRA: Simplify AdLib output code a bit.Johannes Schickel
2011-10-29KYRA: Mark overwritten methods of SoundAdLibPC as virtual.Johannes Schickel
2011-10-29KYRA: Get rid of old-style loadSoundFile in SoundAdLibPC.Johannes Schickel
2011-10-29KYRA: Move MixedSoundDriver implementation to sound.cpp.Johannes Schickel