Age | Commit message (Collapse) | Author |
|
|
|
|
|
functions related to MenuItem
|
|
|
|
optimizations
|
|
to it
|
|
|
|
|
|
|
|
Do not try to read the menu.mor file as it has a different format not
supported (and detection for it was already removed). Also only tries
to read the menu for the original language. This avoids using the
French menu with the German game when both files are present in
the search path.
|
|
|
|
|
|
|
|
This fixes the dress bug, aka Rosemary appearing "jigsawed" when passing
over her with the cursor when she is facing east.
See bug #3592907
|
|
This reverts the changes in 4cf1d671.
Fixes the "notebook bug" - i.e. the notebook being only partially
drawn - in Dirty Split.
|
|
Width and height were computed incorrectly.
Also, the shift by _renderRect is not necessary since that was to compensate
for the coordinate translation done by the original SDL_RenderSetViewport,
which we don't perform.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
criezy
|
|
|
|
|
|
This allows to keep the engines to specfiy the files for translation close to
the engine sources itself.
Thanks to criezy for his suggestion on this approach.
|
|
|
|
Thanks to eriktorbjorn for noticing.
|
|
Formerly, the main menu was shown with the palette of the first screen for
a short time. Thanks to eriktorbjorn for noticing this.
|
|
|
|
|
|
|
|
|
|
|
|
1100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
display
|
|
|
|
|
|
|
|
|