Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
overload-misses.
|
|
|
|
Fix clang warnings
|
|
(complete previous commit)
|
|
|
|
This silences a clang warning
|
|
All instances uncovered by clang warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|