Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCI: Added several Atari ST games.
|
|
SCUMM: Add detection for Monkey Island 1+2 Unofficial SE Talkies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We were hitting integer overflow which lead to shadow artifacts.
|
|
|
|
|
|
Since we have ((color & 0x1f) * 6) / 6, it cannot be > 0x1f, thus removing these
checks as redundant.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|