aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2010-10-09SCUMM/FM-TOWNS: minor fix for sfx codeFlorian Kagerer
svn-id: r53103
2010-10-09KYRA: fix regression in Screen_v2::generateOverlay()Florian Kagerer
(very noticeable in LOL PC-98) svn-id: r53102
2010-10-09TOON: Fix black spots in title picture.Torbjörn Andersson
A "full palette" is, presumably, 256 colours, not 255. svn-id: r53101
2010-10-09TOON: Removed unnecessary "break"s (right after "return"s)Torbjörn Andersson
svn-id: r53100
2010-10-09TOON: Constify some more tables.Johannes Schickel
svn-id: r53099
2010-10-09TOON: Ran astyle over the toon engine (+ some manual corrections).Johannes Schickel
svn-id: r53098
2010-10-09TOON: More semi-colon cleanup.Torbjörn Andersson
svn-id: r53097
2010-10-09TOON: Semicolon cleanupOri Avtalion
svn-id: r53096
2010-10-09SCUMM/FM-TOWNS: cleanup sfx codeFlorian Kagerer
svn-id: r53095
2010-10-09TOON: Merge toondemo game id into toonMatthew Hoops
ADGF_DEMO already marks it as a demo, so labeling the id as "Demo" would be redundant. svn-id: r53094
2010-10-09TOON: String fixes for motoezx buildSylvain Dupont
svn-id: r53093
2010-10-09TOON: Make some static data tables const.Johannes Schickel
svn-id: r53092
2010-10-09VIDEO: Remove useless references in handleAudioTrack functionSylvain Dupont
svn-id: r53091
2010-10-08TOON: Normalized include pathsEugene Sandulenko
svn-id: r53089
2010-10-08TOON: Fixed guard definesEugene Sandulenko
svn-id: r53088
2010-10-08TOON: Merged Toon engine to ScummVM trunkEugene Sandulenko
svn-id: r53087
2010-10-08SCI: Support kGetTime modes 2 and 3 in SCI 0_LATEWillem Jan Palenstijn
This fixes bug #3083879 in Iceman. svn-id: r53077
2010-10-08SCUMM/FM-TOWNS: fixed threading issue in sfx codeFlorian Kagerer
svn-id: r53074
2010-10-08SCUMM/FM-TOWNS: fixed possible invalid mem access in sfx codeFlorian Kagerer
svn-id: r53073
2010-10-08SCI: Added a check for magnifier cursor multipliersFilippos Karapetis
Sierra SCI only allowed multipliers 1, 2 and 4, and errored out on unexpected values, thus we do the same svn-id: r53072
2010-10-08SCI: fixing mag cursor as far as possibleMartin Kiewitz
added TODO for real proper implementation at least the alignment and content shown is now correct svn-id: r53071
2010-10-08SCI: add global scaling again to kAddToPicMartin Kiewitz
fixes regression of r52887 - lb2 actors not scaled correctly bug #3083577 needs to get backported svn-id: r53068
2010-10-07SCUMM/FM-TOWNS: minor change in sfx codeFlorian Kagerer
svn-id: r53061
2010-10-07SCI: Fix for bug #3083151 - "QFG3: Long pause while loading specific savegame"Filippos Karapetis
svn-id: r53060
2010-10-07SCI: Add one more workaround for end of QfG3 AwariWillem Jan Palenstijn
svn-id: r53058
2010-10-07SCUMM: Silenced signed/unsigned warnings, removed unused variableFilippos Karapetis
svn-id: r53055
2010-10-07SCI: bugfix for magnifier cursorsFilippos Karapetis
When deleting the resources related to magnifier cursors, zero them out as well. Fixes crash when exiting a game after using a magnifier cursor svn-id: r53054
2010-10-07SCUMM/FM-TOWNS: cleanupFlorian Kagerer
svn-id: r53053
2010-10-07SCUMM/FM-TOWNS: improved sfx support for indy4 and monkey2Florian Kagerer
svn-id: r53052
2010-10-07SCI: Added a define to disable room transitionsFilippos Karapetis
This is only useful for development, for speedy runs of games, and should NOT be used in general, as it may introduce graphics glitches svn-id: r53049
2010-10-07SCI: Still show warning for uninit. reads in release modeWillem Jan Palenstijn
svn-id: r53047
2010-10-07SCI: unknown valgrind cases->fake 0 when officialMartin Kiewitz
we will fake 0 instead of error()ing out in official releases, when an uninitialized temp is read is supposed to get backported svn-id: r53046
2010-10-07SCI: fixing kBaseSetter on scaled viewsMartin Kiewitz
adding check, if view is scaleable also just copying nsRect now instead of recalculating - fixes lb2 regression at the docks (calling taxi hangs the game, bug #3982289) - i noticed this difference before but copying nsRect didnt work back then (i guess because of other bugs), that's why i recalculated it should get backported, but only after some more testing - maybe someone should play through lb2 again svn-id: r53045
2010-10-07GOB: Fix object videos with more than 255 framesSven Hesse
A regression of the CoktelDecoder rewrite. svn-id: r53043
2010-10-06LURE: Fix for #3062794 - Diermot cannot leave room 7Paul Gilbert
svn-id: r53039
2010-10-05GOB: Try to also open VMD files in Gob3 WinSven Hesse
Because the scripts reference it as IMD, while there are actually only VMDs files in the data files of the Windows version svn-id: r53037
2010-10-05GOB: Silence compiler warningsSven Hesse
svn-id: r53036
2010-10-05DRASCULA: Add MD5 for improved French version of the gameThierry Crozat
svn-id: r53034
2010-10-05SCUMM/FM-TOWNS: disable new graphics code in DS portFlorian Kagerer
svn-id: r53033
2010-10-05GOB: Fix text display in Gob3 Windows/ADISven Hesse
svn-id: r53032
2010-10-05LURE: Bugfix for #3008511 - Goewin stuck at counterPaul Gilbert
svn-id: r53029
2010-10-05SCI: Some fixes for zoom cursorsFilippos Karapetis
- Now the cursor buffer is initialized outside the mouse movement code, thus saving a memcpy there - Plugged some memory leaks - Removed an obsolete check svn-id: r53028
2010-10-05LURE: Bugfix for #3060480 - Ratpouch alternating between roomsPaul Gilbert
svn-id: r53026
2010-10-04SCUMM/FM-TOWNS: cleanupFlorian Kagerer
svn-id: r53016
2010-10-04SCI: fixing crash in mag cursor code for pharkasMartin Kiewitz
svn-id: r53014
2010-10-04SCI: Several corrections for magnifier cursorsFilippos Karapetis
svn-id: r53010
2010-10-03SCI: Fix AltInput crash in non-parser gamesWillem Jan Palenstijn
svn-id: r53008
2010-10-03SCI: Added missing initialization of _zoomBitmapFilippos Karapetis
svn-id: r53007
2010-10-03SCI: Added detection entry for KQ5/PC-98 (bug report #3073583)Filippos Karapetis
svn-id: r53005
2010-10-03SCI: Added support for SCI1.1+ magnifier cursors (bug #3034973).Filippos Karapetis
These are special cursors which zoom parts of a view dynamically. Examples are Freddy Pharkas, when reading the prescription with the whiskey and LB2, when using the magnifying glass on the Rosetta Stone svn-id: r53003