bog-dan-ro / spectacol

ZX Spectrum Emulator Based on FUSE with a custom UI made with QML
42 stars 3 forks source link

simplified snapshot filename (and in the same directory) #123

Closed albanlusitanae closed 8 years ago

albanlusitanae commented 8 years ago

Saving the snapshot into a single directory folder, under the filename syntax [name][yyyymmdd][hhmmss]. Example: wizball_20160901_103422

bog-dan-ro commented 8 years ago

That was the first behavior but I didn't like it because during the game you can have multiple snapshots and you can go back to any of them ... now imagine that you are playing 10 games and for each you have 10 snapshots :) it will be quite hard to browse all of them :)

Anyway the new format that I proposed on #34 will fix this problem because all the snapshots/rzx(s) will be saved in the same .zx file.

Duplicate #34