Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This fixes the "32MB memory limit per process" problem in Windows CE < 6.0
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
Updated the Spanish interface translation and added the QuickStart translation.
|
|
|
|
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)
|
|
Update of German translation DOCS.
|
|
|
|
|
|
|
|
- Silenced a lot of signed/unsigned MSVC warnings
- Changed (rarely used) "not" keywords to "!"
|
|
|
|
|