aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2009-08-29Fix regression, which caused skipping of some dialogue lines to fail in Kyran...Johannes Schickel
2009-08-29Move Amiga SFX tables to kyra.dat.Johannes Schickel
2009-08-29Fix the default save game path setting in HE98+ games.Travis Howell
2009-08-29Add Macintosh version of Blue's ABC Time Activities.Travis Howell
2009-08-29Use Common::String::clear instead of assigning "".Johannes Schickel
2009-08-29- Added static and const to static data.Johannes Schickel
2009-08-29Fix the default save game path setting in Macintosh versions of HE72+ games.Travis Howell
2009-08-28Playtoons - Add new freeSprite function for Playtoons & Bambou. This fixes th...Arnaud Boutonné
2009-08-28Playtoons - Save temp sprites. This fixes some of the Bambou graphical issues...Arnaud Boutonné
2009-08-28Suppress useless game type for Playtoons CKArnaud Boutonné
2009-08-28The first part of the selector table (the first 83 entries) is almost the sam...Filippos Karapetis
2009-08-28- Removed the unused selectors "prevSignal", "who" and "distance" from the qu...Filippos Karapetis
2009-08-28Added missing parameter size specifiers for the DW-GRA Palace Guards script f...Paul Gilbert
2009-08-28Removed the unused selectors (edgeHit, semanticFail and baseSetter)Filippos Karapetis
2009-08-27Stop loading opcodes from vocab.998. They are the same in all SCI games and a...Filippos Karapetis
2009-08-27Throw a warning when kGetSaveDir is called with a parameterMatthew Hoops
2009-08-27Fixing a typo and copy-paste errorSven Hesse
2009-08-27Removed the signature check from GetSaveDir in order to let the scripts in GK...Filippos Karapetis
2009-08-27Slight formatting and changed searchHotspot to be const.Johannes Schickel
2009-08-27code formattingArnaud Boutonné
2009-08-27fix compilationJoost Peters
2009-08-27Playtoons - Modify oPlaytoons_F_1B so that it only warns when the functions i...Arnaud Boutonné
2009-08-27Playtoons/Adi2 - Add rudimentary Hotspots search function based on shortId. T...Arnaud Boutonné
2009-08-27Playtoons - delayed bgstop only when frame == -9Arnaud Boutonné
2009-08-27Add the minor differences of SCI3 to the SCI2.1 kernel table.Matthew Hoops
2009-08-26- Fix the opcode formats for some opcodes in SCI32 (some arguments are now wo...Matthew Hoops
2009-08-26Missed another comma....Matthew Hoops
2009-08-26Committed a slight patch by clone2727, which contains debug code to dump the ...Filippos Karapetis
2009-08-26Added a safeguard to avoid getting stuck in an endless loop when initializing...Filippos Karapetis
2009-08-26Further work on the fallback detector: added several demosFilippos Karapetis
2009-08-26If a resource map entry can't be read, retry with the volume version instead,...Filippos Karapetis
2009-08-26FormattingFilippos Karapetis
2009-08-26Oops! Missed a comma.Matthew Hoops
2009-08-26Added code to distinguish between the demo and full versions of fairytalesFilippos Karapetis
2009-08-26Started working on distinguishing the Sierra game demos. Also added a note ab...Filippos Karapetis
2009-08-26WordingFilippos Karapetis
2009-08-26Added automatic detection of the game language to the fallback detectorFilippos Karapetis
2009-08-25Disabled the signature checks for kNewWindow and kGetEvent, which are differe...Filippos Karapetis
2009-08-25- Finished automatic detection of the game platform in the fallback detectorFilippos Karapetis
2009-08-25Fixed compilation when ENABLE_SCI32 is not setFilippos Karapetis
2009-08-25Fix for bugs #2843081 "FW: Assert starting demo (regression)" and #2843080 "O...Johannes Schickel
2009-08-25- Split SCI_VERSION_32 into SCI_VERSION_2, SCI_VERSION_2_1, and SCI_VERSION_3...Matthew Hoops
2009-08-25Whitespace fix.Johannes Schickel
2009-08-25Add fade to black effect at the end of Kyra1 CD demo.Johannes Schickel
2009-08-25Fix uninitialized variable.Johannes Schickel
2009-08-25Implement support for the Kyrandia 1 CD demo.Johannes Schickel
2009-08-25TUCKER: skip sound file loading if not available in compressed bundleGregory Montoir
2009-08-25TOUCHE: disable flag 777 update (not checked by any scripts)Gregory Montoir
2009-08-25TUCKER: add support for commpressed intro sound effectsGregory Montoir
2009-08-25TUCKER: some dirty rects handling fixesGregory Montoir