aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2009-08-30Add detection strings for multi-lang Windows version of Little Red Riding HoodArnaud Boutonné
svn-id: r43821
2009-08-30Correct title for Freddi Fish 5.Travis Howell
svn-id: r43816
2009-08-30Silence gcc warning.Matthew Hoops
svn-id: r43814
2009-08-30SCI: Add support for SetCursor with 4 args.Walter van Niftrik
svn-id: r43813
2009-08-30SCI: Add SetCursor detection. Cleanup.Walter van Niftrik
svn-id: r43812
2009-08-30SCI: CleanupWalter van Niftrik
svn-id: r43811
2009-08-29Fix bug #2846887: "MANIAC NES: incorrect background color?" by revertingEugene Sandulenko
commit r25657. In fact this was an incorrect fix introduced in 0.10.0 svn-id: r43805
2009-08-29Fix possible corruption of restart game save in Kyrandia 1.Johannes Schickel
svn-id: r43803
2009-08-29Correct regression in V1 DOS version of Zak McKracken.Travis Howell
svn-id: r43802
2009-08-29Add patch #2846581 - MM C64: savedialog.Travis Howell
svn-id: r43801
2009-08-29There is no sentence script in SCUMM0.Travis Howell
svn-id: r43800
2009-08-29Removed the "op_" prefix from opcode names in the script debuggerFilippos Karapetis
svn-id: r43798
2009-08-29Add patch #2846476 - MM C64: german verbs fix.Travis Howell
svn-id: r43797
2009-08-29Whitespace fix.Johannes Schickel
svn-id: r43795
2009-08-29Fix regression, which caused skipping of some dialogue lines to fail in ↵Johannes Schickel
Kyrandia 1. svn-id: r43794
2009-08-29Move Amiga SFX tables to kyra.dat.Johannes Schickel
svn-id: r43793
2009-08-29Fix the default save game path setting in HE98+ games.Travis Howell
svn-id: r43791
2009-08-29Add Macintosh version of Blue's ABC Time Activities.Travis Howell
svn-id: r43789
2009-08-29Use Common::String::clear instead of assigning "".Johannes Schickel
svn-id: r43787
2009-08-29- Added static and const to static data.Johannes Schickel
- Slight formatting fixes. svn-id: r43786
2009-08-29Fix the default save game path setting in Macintosh versions of HE72+ games.Travis Howell
svn-id: r43784
2009-08-28Playtoons - Add new freeSprite function for Playtoons & Bambou. This fixes ↵Arnaud Boutonné
the crash that occurred when exiting the game. svn-id: r43783
2009-08-28Playtoons - Save temp sprites. This fixes some of the Bambou graphical ↵Arnaud Boutonné
issues, and the Playtoons menu (history selection) svn-id: r43782
2009-08-28Suppress useless game type for Playtoons CKArnaud Boutonné
svn-id: r43781
2009-08-28The first part of the selector table (the first 83 entries) is almost the ↵Filippos Karapetis
same in all SCI versions (up to and including the "z" selector), therefore the hardcoded selector tables can be simplified a lot svn-id: r43780
2009-08-28- Removed the unused selectors "prevSignal", "who" and "distance" from the ↵Filippos Karapetis
quick access selector array - Added the "motionCue" and "egoMoveSpeed" selectors to the selector array, to limit the places where findSelector() is used only in debugging functions - Reordered the selector initialization in mapSelectors(), so that their order matches the order found in vocab.997 svn-id: r43779
2009-08-28Added missing parameter size specifiers for the DW-GRA Palace Guards script ↵Paul Gilbert
fixes svn-id: r43777
2009-08-28Removed the unused selectors (edgeHit, semanticFail and baseSetter)Filippos Karapetis
svn-id: r43776
2009-08-27Stop loading opcodes from vocab.998. They are the same in all SCI games and ↵Filippos Karapetis
are hardcoded anyway (plus, vocab.998 is unreliable in some games, e.g. QFG3, or completely missing in others). Also hardcoded the opcode names for the script debugger, the only place they're actually used. The only place where vocab.998 is loaded on demand is when using the "opcodes" console command (for debug/verification purposes) svn-id: r43775
2009-08-27Throw a warning when kGetSaveDir is called with a parameterMatthew Hoops
svn-id: r43774
2009-08-27Fixing a typo and copy-paste errorSven Hesse
svn-id: r43773
2009-08-27Removed the signature check from GetSaveDir in order to let the scripts in ↵Filippos Karapetis
GK progress a bit further svn-id: r43771
2009-08-27Slight formatting and changed searchHotspot to be const.Johannes Schickel
svn-id: r43770
2009-08-27code formattingArnaud Boutonné
svn-id: r43769
2009-08-27fix compilationJoost Peters
svn-id: r43768
2009-08-27Playtoons - Modify oPlaytoons_F_1B so that it only warns when the functions ↵Arnaud Boutonné
is supposed to /really/ do something svn-id: r43767
2009-08-27Playtoons/Adi2 - Add rudimentary Hotspots search function based on shortId. ↵Arnaud Boutonné
The long Id checked is ShortId plus 0xD000, 0xB000 or 0x4000. svn-id: r43766
2009-08-27Playtoons - delayed bgstop only when frame == -9Arnaud Boutonné
svn-id: r43765
2009-08-27Add the minor differences of SCI3 to the SCI2.1 kernel table.Matthew Hoops
svn-id: r43763
2009-08-26- Fix the opcode formats for some opcodes in SCI32 (some arguments are now ↵Matthew Hoops
words instead of bytes). - Fix the SCI2.1 kernel table. - Add DoSound detection for SCI2. svn-id: r43762
2009-08-26Missed another comma....Matthew Hoops
svn-id: r43761
2009-08-26Committed a slight patch by clone2727, which contains debug code to dump the ↵Filippos Karapetis
selector table from a game. This is very useful to construct selector tables for games which don't have a vocab.997 resource, using dumped tables from similar versions or games svn-id: r43760
2009-08-26Added a safeguard to avoid getting stuck in an endless loop when ↵Filippos Karapetis
initializing some problematic scripts in certain demos (e.g. the EcoQuest 1 demo), and fixed the return values of script_instantiate_sci0() in the process svn-id: r43759
2009-08-26Further work on the fallback detector: added several demosFilippos Karapetis
svn-id: r43756
2009-08-26If a resource map entry can't be read, retry with the volume version ↵Filippos Karapetis
instead, if it's different than the map version svn-id: r43755
2009-08-26FormattingFilippos Karapetis
svn-id: r43754
2009-08-26Oops! Missed a comma.Matthew Hoops
svn-id: r43753
2009-08-26Added code to distinguish between the demo and full versions of fairytalesFilippos Karapetis
svn-id: r43752
2009-08-26Started working on distinguishing the Sierra game demos. Also added a note ↵Filippos Karapetis
about a potential problem with language detection with some SCI games svn-id: r43751
2009-08-26WordingFilippos Karapetis
svn-id: r43750