Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
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.
|
|
This fixes the issues in J.U.L.I.A.
|
|
|
|
Add actual rotation code, make ticket-system transformStruct-aware
|
|
|
|
|
|
WINTERMUTE: Remove fixedPath snippet
|
|
|
|
targetname.
|
|
|
|
(Clang static-analyzer issue)
|
|
|
|
fixedPath is apparently never used anywhere else in the class and this
loop can cause the next one to never get to run.
|
|
|
|
FSNode::getChildren() was called assuming that it returns 0 iff success.
Actually, it's the other way around.
|
|
CID 1002323
|
|
|
|
|
|
|
|
This also fixes int->int32 in ScriptExtDate::transfer.
|
|
|
|
|