Age | Commit message (Collapse) | Author |
|
As the warning is emitted on parsing the class constructor, just move it
out of the class definition.
|
|
|
|
|
|
That was reported in forums and it's due to bad copy-paste
|
|
This was reported by scoriae on the forum.
|
|
Graphics::Cursor
|
|
|
|
|
|
|
|
|
|
|
|
With different languages text should be placed to fit on the screen
|
|
|
|
|
|
|
|
|
|
|
|
That will be useful for i18n. Let's suppose all the versions have all
the characters.
|
|
That will let us adapt from different packaging across Versailles
editions.
|
|
|
|
|
|
Most of them were due to setting -1 to unsigned values
Else it was bogus unintialized values
|
|
|
|
|
|
|
|
|
|
|
|
Add support to manage saves from startup screen
|
|
|
|
This avoids bugs when GMM is displayed.
It uses GMM like all dialogs in ScummVM and without CursorMan our cursor
get erased when GMM is closed.
|
|
|
|
|
|
|
|
Without that, when images are reused from one level to another, they are
not found. For example in level 2 when displaying images in The Bassano
Antechamber.
|
|
This let's improve reaction times
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|