aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-07-02Fixed glitch: protection code appearing over prompt.Nicola Mettifogo
svn-id: r27848
2007-07-02Correct typos.Travis Howell
svn-id: r27846
2007-07-02Use warning for that last work around.Travis Howell
svn-id: r27845
2007-07-02Add work around for possible script bug in Elvira 2.Travis Howell
svn-id: r27844
2007-07-01Fix bug #1746107 - Elvira 2: Crash Catacombs lev2.Travis Howell
svn-id: r27842
2007-07-01Add cases for using '-' and '+' keys on the keypad too.Travis Howell
svn-id: r27841
2007-07-01Fix bug ##1746094 - Elvira 2: Strange behavior a - counter of P.P.Travis Howell
svn-id: r27839
2007-07-01Fix for bug #1746112 (SCUMM: Crash when pressing SPACE (Pause))Max Horn
svn-id: r27836
2007-07-01Applied new flatBlitCnv and little refactoring to dialogue code.Nicola Mettifogo
svn-id: r27834
2007-07-01Introduced new flatBlitCnv to reduce code duplication.Nicola Mettifogo
svn-id: r27833
2007-07-01Fix for bug #1746059 (WEEN: The intro hangs, and sound is corrupted)Max Horn
svn-id: r27832
2007-07-01Re-added __attribute__(packed)Max Horn
svn-id: r27830
2007-07-01Wrapped dialogue functions into a new DialogueManager, and some basic ↵Nicola Mettifogo
refactoring. svn-id: r27827
2007-07-01Correct md5 checksum for restart state file in the French DOS version of ↵Travis Howell
Elvira 2. svn-id: r27821
2007-07-01Update comment.Travis Howell
svn-id: r27820
2007-07-01Removing non-ASCII chars from source codeMax Horn
svn-id: r27818
2007-07-01Removed some paranoia screen updates. May cause some minor glitches.Nicola Mettifogo
svn-id: r27817
2007-07-01Applying agentq's screenshot loading fix to the trunk as wellSven Hesse
svn-id: r27816
2007-06-30Split Engine::pauseEngine: It now does pauseLevel handling, while engines ↵Max Horn
can provide a simpler pauseEngineIntern method; provided default implementation of the latter which simply (un)pauses the mixer svn-id: r27801
2007-06-30Changed AGOS to use full KeyState, not just ascii value, in key eventsMax Horn
svn-id: r27800
2007-06-30Added Engine::pauseEngine method (allows outside code, like the backend, to ↵Max Horn
pause/resume the active engine); made the global 'confirm exit' dialog use that feature; implemented ScummEngine::pauseEngine svn-id: r27797
2007-06-30Don't tracke time we take for loading (it should be less than a second anyway)Max Horn
svn-id: r27795
2007-06-30AGOS code cleanupMax Horn
svn-id: r27794
2007-06-30Also update menus.cpp with ChildType enumMax Horn
svn-id: r27793
2007-06-30AGOS: Introduced ChildType enumMax Horn
svn-id: r27792
2007-06-30Added global support for the (so far undocumented) confirm_exit config keyMax Horn
svn-id: r27788
2007-06-30Changed GUI system to use Common::KeyState stateMax Horn
svn-id: r27786
2007-06-30MI SegaCD related cleanupMax Horn
svn-id: r27785
2007-06-30Removed/clarified various FIXME commentsMax Horn
svn-id: r27784
2007-06-30SCUMM: Moved code which re-mapped arrow keysMax Horn
svn-id: r27783
2007-06-30Move the redrawing of dialog windows (options, save, load, ...) so that we doTorbjörn Andersson
not redraw it in the middle of changing to a different dialog. This should fix bug #1745090 ("TOUCHE: Glitch in the menu"). svn-id: r27781
2007-06-29Introduced ClickArea enum, some related cleanup in runInputScript and ↵Max Horn
checkExecVerbs svn-id: r27778
2007-06-29SCUMM: Handle all triggers for the debugger console in the same spot, to ↵Max Horn
ensure uniform behavior svn-id: r27777
2007-06-29SCUMM: Moved code for handling KBD_ALT combos (well, really only one: Alt-W) ↵Max Horn
in MI2 to processKeyboard; some cleanup svn-id: r27776
2007-06-29Oops. An extra comma in the enum list's end. Removed.Kari Salminen
svn-id: r27775
2007-06-29Set AGI monitor type variable (vMonitor/v26) according to render mode.Kari Salminen
svn-id: r27774
2007-06-29Fix display of experience in Elvira 2.Travis Howell
svn-id: r27772
2007-06-29Fix some scripts failing to start in Elvira 2, due code difference in ↵Travis Howell
isCalled opcode. svn-id: r27770
2007-06-28Changed GOB to use common/frac.hMax Horn
svn-id: r27763
2007-06-28Whitespace fixMax Horn
svn-id: r27762
2007-06-28Removed superfluous comment and converted an int to bool conversion to a ↵Kari Salminen
more usual way. svn-id: r27757
2007-06-28Added a workaround to prevent the making fire animation from breaking at the ↵Filippos Karapetis
beehive scene in ITE svn-id: r27756
2007-06-28Added a debug message for game loadingFilippos Karapetis
svn-id: r27755
2007-06-27Fix compiler warning.Travis Howell
svn-id: r27739
2007-06-27Clear any paused OmniTV video, when playing another video. To fix crashes in ↵Travis Howell
The Feeble Files, when another video is played between the pause and restart of an OmniTV video. svn-id: r27737
2007-06-26Add support for compressed digital music in ITEFilippos Karapetis
svn-id: r27734
2007-06-26Remove some unneeded includesFilippos Karapetis
svn-id: r27733
2007-06-26increase mt-32 sysex delay to prevent buffer overflow (see FR#1393726)Willem Jan Palenstijn
svn-id: r27731
2007-06-26Fix saving & restoring with AGI256 and AGI256-2 games.Kari Salminen
(Should save, restore and use decodePicture's agi256-parameter correctly now). svn-id: r27730
2007-06-26Move to the correct file offset when using compressed sounds in ITEFilippos Karapetis
svn-id: r27729