Age | Commit message (Collapse) | Author |
|
|
|
|
|
hall 2) via East (150) and West (175) exits
|
|
This will obviously make 'smapLen' a lot smaller in most cases, so
there may be regressions. But I hope this is correct, though I
don't know why the size is big-endian while the offset is little-
endian.
|
|
Since _actors[i]->_sound is an array, it can't ever be NULL.
|
|
Since ah->data is an array, it can't ever be NULL.
|
|
Since ah->data is an array, it can't ever be NULL.
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|