aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2008-03-28Committed shared pointer implementation of patch #1895703 "COMMON: Managed Li...Johannes Schickel
2008-03-28Fixed showing of cauldron animations processing while the inventory is not sh...Johannes Schickel
2008-03-28Implemented command text fadeout.Johannes Schickel
2008-03-28Finished o2_delay implementation.Johannes Schickel
2008-03-28Oops fixed wrong o2_delaySecs.Johannes Schickel
2008-03-28- Clear input queue after loading game via hotkeys.Johannes Schickel
2008-03-28Implemented savegame loading via command line params -x/--save-slot.Johannes Schickel
2008-03-28Properly set sfx flag when playing digital SFX.Johannes Schickel
2008-03-28Implemented opcodes:Johannes Schickel
2008-03-28- some accuracy changes for KyraEngine_v2::snd_playSoundEffect()Florian Kagerer
2008-03-27- Implemented opcodes:Johannes Schickel
2008-03-27Implemented opcode 74: o2_setSceneAnimPos2.Johannes Schickel
2008-03-27Implemented opcodes:Johannes Schickel
2008-03-27Oops added missing return, should fix crashed on trying to load non-existant ...Johannes Schickel
2008-03-27fix for bug 1922560 (HoF: wheels entrance gfx wrong)Florian Kagerer
2008-03-27Made some more former kyra1 specific debug commands available for HoF.Johannes Schickel
2008-03-27Removed much code duplication in Hand of Fate savefile loading with SeekableS...Johannes Schickel
2008-03-27Readded warning when loading HoF saves from original interpreter.Johannes Schickel
2008-03-27- Implemented support for --list-saves in Kyra engineJohannes Schickel
2008-03-27Enabled gamespeed debug command also for Kyra1.Johannes Schickel
2008-03-27Fixed palette loading debug command for amiga version.Johannes Schickel
2008-03-27Added debugger command to set screen palette.Johannes Schickel
2008-03-27Update hack comment in o2_updateSceneAnim.Johannes Schickel
2008-03-27Fix for bug #1926838 "HoF: Animation plays too fast".Johannes Schickel
2008-03-27Add work around for script bug in The Feeble Files.Travis Howell
2008-03-26this should fix item #1926532 (HoF: ScummVM quits on ESCaping "Virgin" and "W...Florian Kagerer
2008-03-26Prevents adding of events to input queue, which will not be processed anyway.Johannes Schickel
2008-03-26Init the _fmtownsBuf in the constructor, not in setupScumm() (fixes a leak, a...Max Horn
2008-03-26Fixed GCC warning. It warns about "if (a = b)" unless you put an extra set ofTorbjörn Andersson
2008-03-26Fixed typo.Johannes Schickel
2008-03-26- reworked skip flag handling in some places againJohannes Schickel
2008-03-26- fixed multiple voices playing at once (see bug #1926547 "HoF: Right mouse b...Johannes Schickel
2008-03-26Set delay time for the hack in o2_updateSceneAnim to the value Raziel^ suggests.Johannes Schickel
2008-03-26Possible fix for part 1 of bug #1926547 "HoF: Right mouse button messes up ga...Johannes Schickel
2008-03-26Added support for HoF savefile from the original interpreter.Johannes Schickel
2008-03-26Extended savegame type checks.Johannes Schickel
2008-03-26Added a simple hack which adds delay between animation frames of some scene a...Johannes Schickel
2008-03-26Modified Patch #1925352: Memory leak fixesMax Horn
2008-03-26Fix bug #1923638 "HoF: Marco missing animation frames".Johannes Schickel
2008-03-26And don't attempt to play sound, when the sound file isn't loaded in The Feeb...Travis Howell
2008-03-26Remove error for missing sound files in The Feeble Files, due to fault in Fre...Travis Howell
2008-03-26Move code to ignore invalid characters.Travis Howell
2008-03-26Ooops, correct error in conversion of The Feeble Files font data.Travis Howell
2008-03-26Always ignore invalid characters, when using charset data.Travis Howell
2008-03-26Switch all font data to hexadecimal and sort by language name.Travis Howell
2008-03-25Fix palette glitches in Amiga OCS version of Simon the Sorcerer 1.Travis Howell
2008-03-24fixed skip flag reset for sequence playerFlorian Kagerer
2008-03-24improved skip flag handling for intro and outro (see tracker item #1922556)Florian Kagerer
2008-03-24Correct background color when displaying saved game list in Amiga versions of...Travis Howell
2008-03-23Fix name locking in Waxworks, and cleanup.Travis Howell