Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
BADA: Misc changes merged from appstore release
|
|
|
|
|
|
Moreover, the overlay is temporarily hidden to show the picture
|
|
|
|
This breaks the savegames again
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This happens, for example, when restoring a savegame of the dragon summoning book close-up. After restoring, you couldn't leave the close up.
|
|
The removal of updateScreen() when DisplayOn is not set may cause a
regression and is not related to fixing of the mouse jerkiness.
|
|
|
|
The game will now start (but won't do anything exciting - it'll display
its main menu, which doesn't work yet)
|
|
|
|
|
|
|
|
|
|
This breaks the previous savegame format.
|
|
|
|
This patch was supplied on the bug by Ignaz Forster (ifo).
|
|
|
|
|
|
Thanks to wjp for his observation in the original commit
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The global scroll object follower was set to a scene object in this scene, but not reset when the scene ends, resulting in the pointer pointing to a freed object.
|
|
|
|
This affects the inspection cut-scene on Day 2
|
|
We should not stop looking when a partial sentence match is found, as a
better match might exist later on. In this case, there were two matching
sentences, "Ken" (which is wrong in this case) and "Ken sent me" (which
is correct, but was never reached as the partial match was returned
first)
|
|
|
|
|
|
- Silenced a lot of signed/unsigned MSVC warnings
- Changed (rarely used) "not" keywords to "!"
|
|
|