Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We want the address right after the last element of _fadePaletteMap.
There was probably no actual damage done since _paletteMap[] would
likely be right after in memory, and that's zeroed as well. But it
was still wrong.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also implement a couple of functions used by scene 1200
|
|
|
|
|
|
sub1B007() is still stubbed as _field312 usage is conflicting with IDB structure
|
|
|
|
This reverts commit f69dfba21a5d4be8cc60a20a0dd0628717fa5373.
|
|
|
|
|
|
disableControl() with parameters
Also remove several obsolete warnings
|
|
|
|
|
|
This should help improve performance when scalers are being used.
|
|
|
|
|
|
|
|
They were false positives, but easy to work around.
|
|
|