Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The current string "Alles aus" is too long for the game specific
option and gets trunkated.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This completes making Mac* classes engine-agnostic.
|
|
|
|
|
|
|
|
|