Age | Commit message (Collapse) | Author |
|
SCUMM: Fix bug #2285 (ZAK C64/V1/V2 Caponians dont disguise after using crystal)
|
|
|
|
SCUMM: V0/V1: Fix two graphical issues
|
|
|
|
|
|
COMMON: Add Span to common library
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes Trac#9648.
|
|
In PQ4CD, when leaving the shooting range through the front door,
some transition screen items will be generated that have invalid
dimensions. SSCI simply clips these rectangles to zero.
|
|
|
|
PQ4CD and several other games contain a hack in two renderer
methods to avoid rendering invalid screen items with zero or
negative-dimension target rects. This prevents PQ4CD from
crashing during the fifth phase of target practice.
|
|
|
|
|
|
|
|
|
|
|
|
This should ensure that any future cut-and-paste for new backends do not
repeat this same warning issue.
|
|
There is no need for ABS() call as the parameters called on are both
unsigned integers.
|
|
|
|
|
|
|
|
These are emitted when using the MinGW compiler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|