Age | Commit message (Collapse) | Author |
|
screen
|
|
|
|
|
|
This refactoring allowed Screen to now simply derive from
Graphics::Screen, and several duplicated methods could be removed.
|
|
|
|
|
|
Fixes Trac#10343.
|
|
|
|
|
|
As per discussion in bug #10116.
|
|
|
|
This fixes keyboard book page turning being too fast when holding keys
|
|
Fixes #10075
|
|
After player gets to the castle using a robot, Willie's notes
become red "Windows'" (in DR Russian version) notes. One of the notes
requires patching.
|
|
|
|
|
|
abe1c65d626a8f3 changed _trackName from a char * to a Common::String,
but still tried to access the null terminator byte.
|
|
cce851d1af introduced a check to allow only static ani objects. However
after this change, only part of the pipes for vertical movement were
interactive.
This change aims to restore functionality for the other object types
while still preventing the invalid casts.
|
|
|
|
|
|
|
|
|
|
Fixes bug #10116
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SDL2: Improve handling of keyboard repeat events
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|