Add feature to save history like bookmarks - #1011
Conversation
|
iirc bookmarks can similarly be wiped during crashes, unless that got fixed recently? |
Bookmarks are saved to a file, so a crash is unlikely to erase them entirely. In practice, they remain fairly dependable most of the time. As for the history log, it’s cleared upon each game startup. In my opinion, saving it would be both more practical and more dependable. |
|
I'd recommend adding an option to disable saving history. I don't think saving history after a reload will be useful for everyone. |
done.The default now falls back to the previous behavior. |
Summary
closes #1010
What
This PR allows history to be saved like bookmarks.
Why
As I mentioned in #1010, when the game crashed unexpectedly, I had no way of knowing which recipes I had just looked up.
Effect
WorldSpecificOff-SameWorld.mp4
WorldSpecificOff-DifferentWorld.mp4
WorldSpecific-SameWorld.mp4
WorldSpecific-DifferentWorld.mp4
Checklist