Age | Commit message (Collapse) | Author |
|
This is a tweaked version of a patch from eriktorbjorn.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Originally, the render table needed int32 (x, y) coords, so I created a copy of
Common::Point that used int32. After some code changes, the render table
reverted to int16 coords. Therefore, this class is unnessessary since
Common::Point uses int16 coords.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the screen not updating after e.g., scaler changes.
Bug #3594245.
|
|
Confirmed by Mnemonic.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
TSAGE: Fix uninitialized variable.
|
|
This was caused by commit 81a2892229a053bb9c76dea4dbfb63ca13164946.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Format is:
common/scummsys.h (Only if a .cpp file)
header file for this file (Only if a .cpp file)
zengine includes
other includes, grouped by module
|
|
|
|
|
|
Instead of being global variables.
|
|
|