Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Right now, a few places in the frontend code still use printf and
consorts. We mark the affected files with a FIXME for now, and
add a dedicated exception for each. To be fixed!
Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always
enforce a compiler error
|
|
|
|
The 5650 16-bit format doesn't include alpha bits and is treated as having alpha by the PSP hardware. Other formats such as 5551 don't have their alpha bit set in the cursor buffer. Instead of adding it, we just turn on the 'reverse alpha' feature for these bits. The problem was not making an exception for 5650.
|
|
|
|
|
|
|
|
|
|
playable until scene group 10
|
|
|
|
|
|
|
|
|
|
|
|
Just "make package".
|
|
|
|
|
|
directory.
|
|
|
|
|
|
For further discussion check here:
https://github.com/scummvm/scummvm/pull/16
Conflicts:
graphics/png.cpp
|
|
|
|
#9500
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the vertical black line glitch in the QfG3 start menu (#3293351)
|
|
|
|
|
|
This fixes a problem with the text being removed, but the game still waiting for the original period until doing another action
|
|
|
|
|
|
Can't test it because I have no Pixi but at least it still works on the Pre.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|