Age | Commit message (Collapse) | Author |
|
|
|
This started out as a typo fix. :-)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is primarily for the V6 games, which have up to 8 windows
on-screen at the same time in arbitray positions
ext
|
|
|
|
Fixes a script bug in the mac version that always kills the player
|
|
|
|
|
|
|
|
|
|
|
|
Fixes wriggling and retraction when hero travels over the pit, bug #10615
Supersedes commit 259f262
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The fix has been authored originally by csnover, adapted from commit ca420e44167e5ee488b4ad547104fa6b976e6f1c
Fixes Trac#10440, Trac#10892.
|
|
|
|
Fixes #10638
|
|
|
|
Fixes an inaccurate message when examining the statue, bug #10770
|
|
|
|
Suggested by Sev as a way to avoid having both arrays and array sizes
|
|
|
|
|
|
In-class initialization of members is a c++11 features
but several ports use compilers that do not support it.
|
|
This caused some random asserts when for example trying to add any
game as Common::Str::hasSuffixIgnoreCase could be called with a null
pointer.
|
|
This replaces using slot 999 to save this savegame and allows
to properly handle having several playthroughs with a different
state when going to sleep. This is also similar to what the
original engine was doing.
|
|
Fixes mixed up text/audio when giving her flowers, bug #10849
|
|
Fixes a lockup in the original game
|
|
|
|
|
|
|
|
|