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 fixes the dress bug, aka Rosemary appearing "jigsawed" when passing
over her with the cursor when she is facing east.
See bug #3592907
|
|
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.
|
|
This is a regression from 19fa89b8f58df702c5cb16d03a9cb51c1acce7ab. Thanks to
fuzzie for noticing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WINTERMUTE: Wintermute rotozoom 3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* for floor/ceil output in transform_tools.cpp
* for projX/Y in transparent_surface.cpp
* in transpaprent_surface.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
transform_struct.h
|
|
|
|
|
|
engines/wintermute/base/gfx/osystem/base_render_osystem.h
|
|
Introduced in 37b1ff3, broke fade-in/fade-outs
|
|
|
|
|
|
|
|
|