aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm
AgeCommit message (Collapse)Author
2009-07-25Move the event recorder to its own class (EventRecoder inside ↵Johannes Schickel
common/EventRecorder.[h/cpp]). svn-id: r42751
2009-07-25Whitespace fixesMax Horn
svn-id: r42742
2009-07-25Whitespace changes.Travis Howell
svn-id: r42740
2009-07-25Fixed GCC warnings.Torbjörn Andersson
svn-id: r42739
2009-07-25Add patch #2821100 - MM C64 Objects / Verb fixes, with minor clean up applied.Travis Howell
svn-id: r42737
2009-07-25Add patch #2816140 - MM C64 Costume Animation.Travis Howell
svn-id: r42736
2009-07-24Adjust workaround for bug #2826144, to use hard coded offset, that should be ↵Travis Howell
safe in all language versions. svn-id: r42695
2009-07-24Add workaround for bug #2826144 - SAM: Game hangs when talking to bigfoot guard.Travis Howell
svn-id: r42693
2009-07-24Fix cursor position, when entering a save game name in HE games.Travis Howell
svn-id: r42685
2009-07-24Bear Stormin' is the full mini game, and not a demo.Travis Howell
svn-id: r42681
2009-07-23Only autosave in supported scenes.Travis Howell
svn-id: r42677
2009-07-23Fix bug #1726909 - HE Games: Glitches after loading saved games, by ↵Travis Howell
restircting HE games to their original load/save interface. svn-id: r42675
2009-07-23Remove keyboard support for mouse buttons, since it interferes with ↵Travis Howell
load/save scripts in HE games and input scripts in others games (COMI, FT). It isn't much use anyway, since we dropped support for cursor movement via keyboard long ago. svn-id: r42674
2009-07-23Correct error in revision 26678.Travis Howell
svn-id: r42673
2009-07-23Simplify the code to check whether loading or saving a game is possible.Travis Howell
svn-id: r42672
2009-07-23Simplify the code to check whether loading or saving a game is possible.Travis Howell
svn-id: r42671
2009-07-22Fix bug #1745396: "MI: Saved game from the credits sequence fails to load".Eugene Sandulenko
Now we specifically disallow saves in room 0 for all v4+ games. Original has exactly this check in all versions, and such games are impossible to load. Still the problem is not resolved for v0-v3 and HE games. svn-id: r42664
2009-07-22Change the default target to CD version, for games which offer floppy and CD ↵Travis Howell
versions. So all GUI options are still available in fan translations. svn-id: r42655
2009-07-20Make ScummFile::eos() consistent with Stream::eos().Willem Jan Palenstijn
Remove usage of ioFailed from SCUMM engine. Fix reading up to the end of a SCUMM SubFile. This hopefully fixes #2820957. svn-id: r42632
2009-07-18add "-IQ" suffix test to SO_LOAD_STRING (same as SO_SAVE_STRING) ; fixes ↵Gregory Montoir
french version of atlantis svn-id: r42596
2009-07-18Add workaround for bug #1668393 - ZAK FM-TOWNS: Crash when entering Hostel ↵Travis Howell
from outside. svn-id: r42590
2009-07-17Fix bug #2821986 - COMI: setting to 'subtitles only' does not disable speech.Travis Howell
svn-id: r42548
2009-07-17Fix using subtitles only setting in The Dig.Travis Howell
svn-id: r42545
2009-07-16This commit is just for DrMcCoy. (forgot to fix two usages of whitespaces ↵Johannes Schickel
instead of tabs for indentation -.-) svn-id: r42539
2009-07-16Formatting fixes.Johannes Schickel
svn-id: r42538
2009-07-16Fixed bug 2820514 ("Help dialog causes crash")Vicent Marti
svn-id: r42537
2009-07-15Hack is no longer required, due to revision 42498.Travis Howell
svn-id: r42499
2009-07-15Fix bug #2821215 - DIG: Skipping planetarium animation disables F5 menu.Travis Howell
svn-id: r42498
2009-07-14Replaced char usage by int8, since char is unsigned on Linux/PPC by default.Johannes Schickel
svn-id: r42490
2009-07-13Refactor GUI options update into a function in Common: updateGameGUIOptions.Johannes Schickel
svn-id: r42446
2009-07-13Add transparent GUI options update for SCUMM too.Johannes Schickel
svn-id: r42445
2009-07-13Add one more type of IQ-points filename (for bug #2820803)Willem Jan Palenstijn
svn-id: r42436
2009-07-13Fix bug #2820472 - MAZE: Keyboard input fault.Travis Howell
svn-id: r42434
2009-07-12oops, fix propsKostas Nakos
svn-id: r42421
2009-07-12fix build with arm-asm routinesKostas Nakos
svn-id: r42420
2009-07-12ScummVM/PS2 bugs fixed by this commit:Max Lingua
- general file write corruption (eg. ScummVM.ini, etc.) - COMI specific save crash / corruption (added option in engines/scumm/saveload.cpp to disable thumbnails on PS2, as emergency fallback in case the fix should prove to be insufficient) - implemented _screenChange logic (fixes grabOverlay & COMI popup menu) - fixed higher pitch (chipmunk fx) - made NET IRXs optional to allow it to work on fat PS2 without net+hd - fixed cursor restore on RTL - added "." as R2 to skip single lines of dialog - added write cache svn-id: r42404
2009-07-11Fix pinball type mini game in Putt-Putt Enters The Race.Travis Howell
svn-id: r42382
2009-07-11Explicitely instantiate the decompressWizImage() templates, so that they ↵Sven Hesse
won't be optimized away, as they are also used in akos.cpp svn-id: r42380
2009-07-11Fix bug #2819628 - DETECTOR: Atlantis CD sets wrong gui options.Travis Howell
svn-id: r42364
2009-07-07Change all uses of FM-Towns/fm-towns to FM-TOWNS.Johannes Schickel
svn-id: r42235
2009-07-04Fix mismatching format arguments.Johannes Schickel
svn-id: r42105
2009-07-03Added more GCC_PRINTF attributes, and fixed resulting warnings in format stringsMax Horn
svn-id: r42054
2009-07-01Flag what looks like a bug in the CMS player code -- somebody should verify ↵Max Horn
and fix this properly svn-id: r42011
2009-07-01Fixed some more warnings observed on buildbotMax Horn
svn-id: r42010
2009-07-01- Added GCC_PRINTF attribute to several funcs where it makes senseMax Horn
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009
2009-06-18scumm: added the missing word "version" in a commentFabio Battaglia
svn-id: r41635
2009-06-18Correct actor layering method in HE90+ games.Travis Howell
svn-id: r41625
2009-06-06Use GameDescriptor::setGUIOptions instead of setting key "guioptions" directly.Johannes Schickel
svn-id: r41297
2009-06-06Fix printf format argument related warnings.Johannes Schickel
svn-id: r41289
2009-06-06Shut gcc warning.Eugene Sandulenko
svn-id: r41286