Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
avi raw reader.
|
|
|
|
|
|
|
|
cursor image.
|
|
|
|
|
|
|
|
Should fix the AmigaOS4 build
|
|
|
|
|
|
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.
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In order to make the ZVision constructor as lightweight as possible
|
|
|
|
|
|
|
|
|
|
This was a code error left over from previous changes. We just create a
new TextFramgment each time and hand it to List::push_back()
|
|
|