tyoeer / Chaoshead

A level editor, scripting interface, campaign editor, and reverse engineering tool for Levelhead
Apache License 2.0
4 stars 1 forks source link

"Will beep when save data..." message won't go away #126

Closed GloriousCashew closed 10 months ago

GloriousCashew commented 11 months ago

There's no dismiss button, the only way I could find to get rid of it was closing the program. Chaoshead Save Beep Bug Also I somehow deleted my level when trying to save it. I think it's related? AHHHHHH

tyoeer commented 11 months ago

This is 2 issues in a trench coat:

save_data change beeper

In my defence: it does say to Alt+F4 to exit. But yeah, it should get a dismiss button.

empty level

Wut. Chaoshead should only be able to produce an empty level (it was said to be empty in https://discord.com/channels/120295792266182656/568414576241016847/1130367118404223006) file if it errors while writing, but that should be reported in a modal. Otherwise there would have to be a bug in the IO library.

The only thing level saving and the beeper have in common is the IO library, so they shouldn't be related.

tyoeer commented 10 months ago

A dismiss button has already been added to the beeper, and some extra safety about level file corruption has also been added.