Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
The new algorithm is potentially slower, but it doesn't need
to use sort. Speed shouldn't be a problem because the function
isn't used that often and in each case the size of the container
is small.
|
|
This allows time decrementing to go negative instead of
wrapping to UINT_MAX. Which makes comparisons easier.
|
|
|
|
Replace with ColorMasks
|
|
|
|
|
|
Instead, use ColorMasks
|