From: Holger Schemel Date: Tue, 5 Dec 2023 18:05:08 +0000 (+0100) Subject: added forcing user to restart program after adding level collection X-Git-Tag: 4.3.8.0~10 X-Git-Url: https://git.artsoft.org/?a=commitdiff_plain;h=375d84a0da3b1254915bd034fe327f094e87a4a1;hp=375d84a0da3b1254915bd034fe327f094e87a4a1;p=rocksndiamonds.git added forcing user to restart program after adding level collection When adding a level group or an artwork group by dropping a zip file into the program window, show a request dialog that the program has to be restarted to activate the new content. Unfortunately, this is currently required to rebuild the internal level and artwork set structures (and should be improved to be rebuild them on-the-fly without a program restart). Before, the program was just stopped with a user-unfriendly message reporting a fatal error. ---