From: Holger Schemel Date: Fri, 11 Sep 2020 17:17:57 +0000 (+0200) Subject: added command to automatically test tapes and try to fix if broken X-Git-Tag: 4.2.0.3~48 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=e534f3cf4f5640bf422bb1484e1cc45c0a4b5339;hp=e534f3cf4f5640bf422bb1484e1cc45c0a4b5339;p=rocksndiamonds.git added command to automatically test tapes and try to fix if broken This adds a new command "autofix" that can be used to test and try to fix existing tapes (by setting a property bit in the tape header). The only patch currently available is "em_random_bug" that sets the property bit for using the 64-bit random value workaround in the EM game engine (see commit 1006b2db for details). This command is an improved variant for the command "patch tapes" introduced with commit 7c1d6252. Thanks to Bela Lubkin for convincing me that this command is in fact a good idea! :-) ---