added asking to reset/remove user when clearing user name
authorHolger Schemel <info@artsoft.org>
Fri, 23 Oct 2020 22:53:45 +0000 (00:53 +0200)
committerHolger Schemel <info@artsoft.org>
Sun, 13 Dec 2020 23:58:00 +0000 (00:58 +0100)
commit7bce2a86091bd49ca1254d4768045a1e4a76b66b
treebfb2a8a50d1c14170862db5267e2a8769f1d0eb3
parent1851417bfaf585b068fa47d76e9a70928c2832f1
added asking to reset/remove user when clearing user name

When completely clearing a user name (in the main menu or on the name
selection screen, depending on the mutliple user setup setting), ask
to reset setup values for this user. This will cause the "setup.conf"
file to be deleted, and the name to be set back to "no name" (or the
default login name if that user is the first user in the user list).

When manually setting the name to "no name", ask to completely remove
that user from the game. This will cause the user directory (contains
settings, tapes etc.) to be renamed with a "renamed" suffix (together
with a timestamp), so it is not recognized by the program anymore, but
can still be copied back manually. This will only be done if the user
is not the first user in the user list.
src/screens.c