Age | Commit message (Collapse) | Author |
|
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
|
|
|
|
|
|
|
|
Also translate some more Italian comments
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the "A LONG TIME AFTER..." screen when talking to the old
woman in the booth. Thanks to eriktorbjorn for noticing it.
|
|
This makes it match the relevant non-AA code, and fixes problems
due to the invalid rects. (Perhaps we don't need dirty rects here
at all though, since all the callers seem to call the non-AA code
first with the same parameters?)
|
|
This avoids an invalid dirty rect (width -1) during the
introduction scene inside Halloween Park.
|
|
This fixes - or at least work around - a failed assertion when
Pantagruel leaves the office at the beginning of the game.
|
|
Wait until after we have the destination rect. Unfortunately, this
does not fix any of the graphical glitches during the intro.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes a crash when the pop-up inventory was displayed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|