Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
SHERLOCK: Fix code formatting issues and comment spelling mistakes
|
|
|
|
|
|
|
|
|
|
|
|
script patch, so that points are awarded, when
changing back clothes. You have to clean out the
bank account again, because that's the problematic
script. Also happened in original interpreter.
Only happened for Space Quest 4 CD
worked in floppy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SHERLOCK: Replace scumm_stricmp() with equalsIgnoreCase()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The original script patch only worked when speed
slider was all the way up.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix crash and wrong fullscreen mode listing when switching to OpenGL
|
|
|
|
|
|
Conflicts:
engines/sherlock/decompress.cpp
engines/sherlock/objects.cpp
engines/sherlock/objects.h
engines/sherlock/scene.cpp
engines/sherlock/scene.h
engines/sherlock/sound.cpp
|
|
|
|
|
|
|
|
We set a custom video mode that might have a different BPP from the default. To ensure that other graphics managers will get the proper results when listing available video modes, we need to restore the initial BPP when unloading.
This fixes an issue when switching to OpenGL on Windows 8 and later. On those OSes, fullscreen OpenGL only has a 32bpp mode. It is correctly listed in the options but we call SLD_SetVideoMode later in the surface graphics manager. When we list the mode again after a switch, the internally selected BPP is still 16 and we fail to find any available fullscreen modes.
|
|
It can be returned when there are no dimensions available for the currently selected pixel format
|
|
|