Age | Commit message (Collapse) | Author |
|
For now, no RLE, or anything, but the infrastructure for it
is put in place here.
|
|
|
|
Also detect images with only binary alpha.
|
|
This gives a drawTickets() speed increase of about 10% in the JULIA demo
(on a core i7 920).
|
|
This reverts the changes in 4cf1d671.
Fixes the "notebook bug" - i.e. the notebook being only partially
drawn - in Dirty Split.
|
|
Width and height were computed incorrectly.
Also, the shift by _renderRect is not necessary since that was to compensate
for the coordinate translation done by the original SDL_RenderSetViewport,
which we don't perform.
|
|
|
|
Make Graphics::Surface::pixels protected.
|
|
|
|
|
|
|
|
WINTERMUTE: Wintermute rotozoom 3
|
|
|
|
|
|
|
|
|
|
|
|
transform_struct.h
|
|
|
|
|
|
engines/wintermute/base/gfx/osystem/base_render_osystem.h
|
|
Introduced in 37b1ff3, broke fade-in/fade-outs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
engines/wintermute/base/gfx/osystem/base_surface_osystem.cpp
This fixes the "TV static" bug in J.U.L.I.A.
|
|
|
|
Add actual rotation code, make ticket-system transformStruct-aware
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(Instead of using the bpp to detect it).
|