Age | Commit message (Collapse) | Author |
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This make things cleaner for reading in 16 and 32 bit parameters
in different opcodes. Also, it solves a crash in the give/take
opcode where the third mode/value pair isn't used for all sub-modes,
so the code was previously reading beyond the end of the parameters
|
|
|
|
|