Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Thanks Aquadran for the initial translation of Polish comments
|
|
slots
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Not the best way to handle it, but it works for now
|
|
A regression from commit 774773b. Many thanks to digitall for bisecting
|
|
|
|
ENGINES: make the default savegame description be the timestamp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Need to reset _lastMillis or checkCallBacks won't work properly
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Only the jump-in video is currently shown though. For some reason, the input is disabled...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A regression from commit 18b48c7. The name of the normal Donna actor is
"donna", whereas it's "donnatras" for the disguised one, so strstr()
seems to be wrong here. This fixes the bug and it shouldn't cause any
further regressions. Also, changed the relevant code to conform to our
code convention guidelines - it's quite a bad idea to not enclose a
whole big code block in brackets, as it becomes hard to read.
|