added mode to patch tapes to force visible playfield size of 34 x 34
authorHolger Schemel <info@artsoft.org>
Sat, 2 Jan 2021 01:18:30 +0000 (02:18 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 2 Jan 2021 01:18:30 +0000 (02:18 +0100)
commit2a4f48a259cbb8cf1f4cc8d6c9a734b37446d118
tree54ae23ccbfe98106c33b0bb7b0af84c6368fcfc9
parentd51197e00ec619213ee9c09714bafe855774ae8c
added mode to patch tapes to force visible playfield size of 34 x 34

This adds a new tape patch mode "screen_34x34" that can be used to
patch existing tapes to force a visible playfield size of 34 x 34
tiles (as used with setup option "small game graphics" when using a
graphics set with classic visible playfield size of 17 x 17 tiles).

This patch mode can be applied to team mode tapes only.

This patch mode can be used to fix broken tapes caused by recording
tapes in team mode and then replaying them with a different visible
playfield size, potentially causing different player movement due to
players being unable to move when reaching the edge of the visible
playfield when another player stays at the opposite screen border,
with default player focus that forces all players to be inside the
visible playfield.
src/tape.c