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
5 stars 3 forks source link

A9/A10 compat #148

Closed cibikle closed 4 months ago

cibikle commented 4 months ago

Couple of new things in A9/A10:

cibikle commented 4 months ago

Twiddling and fiddling seems to have taken care of it, wrangling the quotes and brackets into line—with one exception: every value following the key "Completed" is getting wrapped in brackets even if not a list.

cibikle commented 4 months ago

Rewrote FileWriter.IsPropertyArray() to be able to take the context of the property in question into account (so as to distinguish between Episodes.Completed vs every other instance of "Completed").