cibikle / LaSSI

LaSSI (the Last Starship Save Inspector) is a free, open source, cross-platform, fan-made tool for inspecting and editing save files for "The Last Starship" by Introversion Software (https://www.introversion.co.uk/introversion/). Cross-platform UI made possible by Eto (https://github.com/picoe/Eto)
GNU Affero General Public License v3.0
4 stars 3 forks source link

Tools - auto-diff and confirm #70

Open cibikle opened 9 months ago

cibikle commented 9 months ago

How did I not think of this sooner?!

During file write, run a diff on the in-memory data strings or just after, on the files on the disk. Throw up a report on the changes and ask if that looks right. If something is wrong, zip orig and new for upload and analysis (#69) for sure.

cibikle commented 9 months ago

While a great idea, really only useful to power users and something we can skip for the initial release.