aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2012-11-30DREAMWEB: Fix emergencyPurge checksWillem Jan Palenstijn
2012-11-30KYRA: Allow user to cancel saving in EoB via ESC.Johannes Schickel
2012-11-30CONFIGURE: Enable EoB by default.Johannes Schickel
2012-11-30KYRA: Change loop variable to uint, rather than size_t.D G Turner
2012-11-30DRASCULA: Change loop variable to uint, rather than size_t.D G Turner
2012-11-30DREAMWEB: Change various loop variables to uint, rather than size_t.D G Turner
2012-11-30DREAMWEB: Migrate object/inventory related functions out of stubs.D G Turner
2012-11-30DREAMWEB: Further migration to screen size constants.D G Turner
2012-11-30DREAMWEB: Fix usage of defines, rather than values for screen size.D G Turner
2012-11-30DREAMWEB: Remove dead code functions and minor formatting cleanup.D G Turner
2012-11-29DREAMWEB: Add debugging output for keyboard input.D G Turner
2012-11-29DREAMWEB: Correction of minor conversion mistake.D G Turner
2012-11-29DREAMWEB: Further cleanup to keyboard input buffer code.D G Turner
2012-11-29DREAMWEB: Simplify _lastHardKey usage and migrate to Common::KeyCode.D G Turner
2012-11-26PEGASUS: Improve descriptions for the keymapMatthew Hoops
2012-11-26SCI: Amended fix for palette related compiler warnings.D G Turner
2012-11-26SCI: Fix warningsFilippos Karapetis
2012-11-24KYRA: fix bug #3589442 (LOL Floppy - No speech during intro)athrxx
2012-11-24PEGASUS: Use the new VideoDecoder::setRate codeMatthew Hoops
2012-11-23COMPOSER: Fix order of directoryGlobs qualifiers.D G Turner
2012-11-23KYRA: Some slight cleanup.Johannes Schickel
2012-11-23KYRA: Fix bug #3589441 "KYRA: LOL DOS is broken".Johannes Schickel
2012-11-23KYRA: Remove unnecessary forward declaration.Johannes Schickel
2012-11-23KYRA: Move SoundDigital declaration to its own header.Johannes Schickel
2012-11-23KYRA: Rename kReadSaveHeaderError to ReadSaveHeaderError.Johannes Schickel
2012-11-23KYRA: Get rid of pointless SoundDigital::init method.Johannes Schickel
2012-11-23KYRA: Make Sound::hasSoundFile const again.Johannes Schickel
2012-11-23KYRA: Properly mark digital sfx as sfx in HoF and LoL again.Johannes Schickel
2012-11-22Merge pull request #283 from lordhoto/scumm-opl3Johannes Schickel
2012-11-22TINSEL: Fix typo in commentTorbjörn Andersson
2012-11-22TINSEL: Fix inventory scrollbar handle positionTorbjörn Andersson
2012-11-22TINSEL: Fix inventory scrollingTorbjörn Andersson
2012-11-21PEGASUS: Add a keymapMatthew Hoops
2012-11-20TONY: Fix compiler warnings about possible "used before set" variables.D G Turner
2012-11-19PARALLACTION: Mask unused, but set variable warning, by debug().D G Turner
2012-11-19TOLTECS: Remove unused, but set, variable, start.D G Turner
2012-11-19QUEEN: Fix compilation.D G Turner
2012-11-19QUEEN: Remove unused, but set variable, personWalking from Talk::talk().D G Turner
2012-11-19KYRA: Make "const type *const" use consistent.Johannes Schickel
2012-11-19KYRA: Make more static data tables const.Johannes Schickel
2012-11-19KYRA: Strip trailing whitespaces.Johannes Schickel
2012-11-19KYRA: Some formatting fixes.Johannes Schickel
2012-11-18PEGASUS: Fix timer not resuming on the WSC catwalk when using the AIMatthew Hoops
2012-11-18PEGASUS: Don't constantly redraw the overview text frameMatthew Hoops
2012-11-17PEGASUS: Fade out the main menu when using the quit buttonMatthew Hoops
2012-11-18KYRA: (EOB) - implement simplified EGA dithering for EOB IIathrxx
2012-11-18KYRA: (EOB) - cleaning up CGA/EGA graphics codeathrxx
2012-11-16SCUMM: Fix the "drafts" debugger command for Mac LoomTorbjörn Andersson
2012-11-16SCUMM: Remove obsolete part of the "drafts" debugger commandTorbjörn Andersson
2012-11-15GROOVIE: Added documentation for the GameSpeed enumFilippos Karapetis