aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2014-11-30Merge pull request #527 from rrebello/bugfix-6679Filippos Karapetis
SCUMM: Fix bug #6679 - INDY3 DOS-EGA: book of maps graphic glitch
2014-11-30SCUMM: Fix bug #6679 - INDY3 DOS-EGA: book of maps graphic glitchRodrigo Rebello
Force correct width value for room 64 (book of maps) in Indy3. This works around the wrong value stored in the data files of a specific version of the game (DOS/EGA v1.0, according to scumm-md5.txt).
2014-11-29SCUMM: Maniac V0: If boxes are neighbors, walk directly to the new box. ↵Robert Crossfield
Remove extra call to 'animateCostume'. Remove now unnecessary V0 walk calc functions
2014-11-28SCUMM: Maniac V0: Implement the original Walk Code (to fix some anim ↵Robert Crossfield
glitches), fix opcode to use _moving correctly (as V0 is different)
2014-11-28Merge pull request #533 from segrax/masterKirben
SCUMM: Fix bug #2034 - MANIAC V2: Early Collision with Green Tentacle
2014-11-23SCUMM: MANIAC V1 Demo: GF_DEMO was not being setRobert Crossfield
2014-11-23SCUMM: Fix bug #2034 - MANIAC V2: Early Collision with Green TentacleRobert Crossfield
2014-11-01SCUMM: Correct file size for Dutch Windows demo of Let's Explore the Farm ↵Kirben
with Buzzy.
2014-10-31SCUMM: Add Dutch Windows demo of Let's Explore the Farm with Buzzy.Kirben
2014-10-31SCUMM: Fix bug #6742 - PJGAMES: Crash upon playing Happy Fun Squares on Hard.Kirben
2014-10-29Merge pull request #523 from BenCastricum/fixforbug6739Filippos Karapetis
SCUMM: Fix bug 6739 - Untranslated dialogs
2014-10-29SCUMM: Disallow saving while a room 'prequel' is shown in v0-v3 gamesFilippos Karapetis
These are cases where the screen is completely blank, showing text. In such cases, no room is set, thus no room resources are available. An example is the screen shown after the credits in the Zak FM-TOWNS intro ("The next day..."). Thanks to segrax for finding this case. This commit is based off pull request 522, but completely disallows saving in such scenes, instead of adding explicit checks for them
2014-10-28SCUMM: Remove trailing whitespaceFilippos Karapetis
2014-10-27SCUMM: Fix bug 6739 - Untranslated dialogsBen Castricum
2014-10-27SCUMM: Identify several windows variants as suchBen Castricum
2014-10-27SCUMM: freddicove - Detect dutch game variant found on CD EAN 8716051020172Ben Castricum
2014-10-27SCUMM: freddi1 - Add support for 'FREDDI_ROBO' CD sold with Packard Bell PCs.Ben Castricum
2014-10-27SCUMM: balloon - There is no spanish version.Ben Castricum
2014-10-04SCUMM: Update list of files that contain translatable stringsThierry Crozat
2014-09-19SCUMM: Correct fix for regressions in The Dig demos, and remove the hack for ↵Kirben
demos.
2014-09-19SCUMM: Fix regression in demo versions of The Dig.Kirben
2014-09-10SCUMM: Fix regression in updated Russian version of Freddi Fish 1.Kirben
2014-08-20SCUMM: Add support for quit script in HE90+ games.Kirben
2014-08-20SCUMM: Fix Bug #6711- Wrong quit message shown in Pajama Sam Lost and Found.Kirben
2014-08-09Merge pull request #484 from wonst719/korean-workEugene Sandulenko
SCUMM: Improve non-Towns CJK text rendering
2014-08-03Fix non-MSVC buildwonst719
2014-07-24SCUMM: Refine SMUSH Korean text shadow rendering to match the original ↵wonst719
version as close as possible
2014-07-24SCUMM: Implement text shadow in Korean COMIwonst719
2014-07-23SCUMM: Fix Korean/Taiwanese text line break in The DIGwonst719
2014-07-23SCUMM: Fix text shadow in The DIG Korean.wonst719
2014-07-23SCUMM: Fix non-Towns CJK text renderingwonst719
2014-07-23SCUMM: Fix Ctrl+t key code combination to affect speech mode.Johannes Schickel
Formerly, the key code combination didn't unmute speech at all.
2014-07-23SCUMM: Make sure digital SFX are played even when speech is muted.Johannes Schickel
This makes sure that digital SFX are started even when speech is muted (when using subtitles only mode). This is, for example, noticable in the Sam&Max CD intro.
2014-07-23SCUMM: Use correct sound type for digital sfx.Johannes Schickel
This makes sure that digital sfx in pre digital iMuse games are using the SFX sound type rather than the speech sound type. This allows proper volume control.
2014-07-22SCUMM: Add workaround for script bugs that caused problems in Jumping Bean ↵Kirben
mini games of Pajama Sam: Games to Play on Any Day.
2014-07-22SCUMM: Add HE100 differences when resetting sprites.Kirben
2014-07-12SCUMM: Fix potential crash in o5_setClass()Torbjörn Andersson
If 'obj' was exactly equal to _numActors, derefActor() would have complained about it being an invalid actor. I haven't seen any bug reports about this, so presumably it never actually happened.
2014-07-05SCUMM: Cleanup.Johannes Schickel
2014-07-05SCUMM: Simplify index file handling for Steam versions.Johannes Schickel
This also makes sure that all extra needed detection data for the Steam releases is located inside detection.cpp.
2014-07-05SCUMM: Fix a subtle bug in Sound::getCDStatus() for Loom SteamFilippos Karapetis
2014-07-05SCUMM: Slight formatting fixes.Johannes Schickel
2014-07-05SCUMM: Remove unused variable.Johannes Schickel
2014-07-05SCUMM: Use spaces instead of tabs in comments.Johannes Schickel
2014-07-05SCUMM: Remove empty line before license header.Johannes Schickel
2014-07-04SCUMM: Add support for CD audio tracks in the Steam versions of LoomFilippos Karapetis
Many Thanks to Ben Castricum for the original patch
2014-07-03SCUMM: Add support for Steam versions of Indy 3, Indy 4, Loom and DigFilippos Karapetis
Many Thanks to Ben Castricum for the original patch
2014-06-25SCUMM: Add UK Windows version of Freddi Fish 3.Kirben
2014-06-22SCUMM: Do not let music reallocate its own channels in AD player.Johannes Schickel
This makes it conform to the original.
2014-06-22SCUMM: Change channel/slot (re)allocation strategy in AD player.Johannes Schickel
This makes sure that always the channel/slot with the lowest priority is reallocated in case none is free. This fixes some music oddities in Indy3.
2014-06-22SCUMM: Don't allow SFX to reallocate their own channels in AD player.Johannes Schickel