Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a regression in Serrated Scalpel from commit dbf82dd92a
|
|
|
|
|
|
|
|
|
|
|
|
This avoids the crash after the second intro scene
|
|
|
|
This is similar to IS_SERRATED_SCALPEL and IS_ROSE_TATTOO, and makes
the code a bit easier to read
|
|
It's a gcc warning, but can lead to crashes should a string with a specifier in it be passed in and no arguments on the stack.
|
|
|
|
|
|
action error messages are now localized too
|
|
|
|
|
|
|
|
checkObject needs to be called in checkSprite now, which is in
the Sprite class. So the method and a few others it depeends
on have been moved into BaseObject
|
|
|
|
|
|
|
|
fixes murder scene room crash
|
|
only adjust animation frame for walk.anim
map uses another set of images and the same sprite code
|
|
it's now possible to leave the first room
Conflicts:
engines/sherlock/objects.cpp
|
|
|
|
|
|
|
|
3DO has 110 animation frames, PC has 55
we adjust the requested frame number accordingly
so that the correct walking animation is chosen
|
|
|
|
data layout is also not the same as on PC
|
|
fixes door being locked in first room
|
|
|
|
|