JasonLautzenheiser / trizbort

Trizbort, the Interactive Fiction Mapper
http://www.trizbort.com
Other
129 stars 35 forks source link

saving file several times temporarily/harmlessly corrupts "recent maps" #454

Closed andrewschultz closed 5 years ago

andrewschultz commented 5 years ago
  1. open a.trizbort in trizbort 1.7.1 (the name is not important. We just want to fill up the recent maps list.)
  2. open b.trizbort in trizbort 1.7.1
  3. open c.trizbort in trizbort 1.7.1
  4. open d.trizbort in trizbort 1.7.1. Give it a room or two.

Alt-F, R will show d, c, b, a.

  1. pick any room, move it one square, and save.
  2. repeat 5 several times.

Alt-F, R will show d, c, b, a, d, d, d, d.

  1. open any of a/b/c.trizbort.

Note now we are back to 4 files.

It seems we're not trimming the recent maps list correctly after a save, and we need to throw in whatever check we use when we switch files.

Nyun0 commented 5 years ago

@andrewschultz, can you check out my branch start-end-copy if that resolves the issue? f7dbb9f