Age | Commit message (Collapse) | Author |
|
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.
|
|
It wasn't used in the original engine either.
|
|
|
|
Wait until after we have the destination rect. Unfortunately, this
does not fix any of the graphical glitches during the intro.
|
|
This is cosmetic, just to keep the detector from saying that Tony
Tough is a DOS game.
|
|
Apparently, in this case the cursor is updated before _precalcTable
has been created. Added safeguard against that.
|
|
|
|
|
|
This works by adding a wrapper function for copyRectToScreen(). As
far as the engine is concerned, it still draws everything in color.
The mouse cursors are still in color, but that can be fixed later.
|
|
|
|
|
|
|
|
on-screen
|
|
The loop uses _ctx->msg, so don't delete it until the loop is done.
|
|
|
|
|
|
|
|
|
|
This just removes the original code and replaces it with a quickly-
written trivial implementation similar to clone2727's sfx code. It
seems to at least sort of work. :-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|