8 Commits

Author SHA1 Message Date
Aaron Suen
766aafa72b Fix crash on stack meta field reordering
Reconstructing a stack by transferring items from another
stack into an empty one, and then re-serializing, can cause
the fields to end up in a different order in serialization, which
causes a false positive detecting stack changes, which cause
another recheck, leading to a stack overflow.

Compare objects structurally, i.e. their key/value pairs,
rather than relying on stable serialization.  The old method
only worked reliably in the case of objects having only one
meta field, which accidentally had worked out most of the
time, but doesn't work well with some mods, e.g. cats that
have both a name and furball metadata.
2022-02-04 20:48:22 -05:00
Aaron Suen
b64432fc46 Add thatch and wicker to screenshot 2022-01-24 20:55:11 -05:00
Aaron Suen
e0dc918b83 More screenshot enhancements
- Moved camera back to fit it all in 16:10
- Adjusted charcoal glyphs on right side
- Fresh high-MSAA screencaps, guetzli'd for CDB
2021-07-09 00:25:25 -04:00
Aaron Suen
fafc7b3211 Update official screenshot
- Add rake
- Different kinds of doors
- Stone brick around furnace
- Different kinds of concrete mix
- Add plants (sedge/rush/flower) to cliff
- A little charcoal writing on far right
2021-07-02 23:57:44 -04:00
Aaron Suen
8658b7a280 Use new standard screenshot 2020-07-05 14:32:55 -04:00
Aaron Suen
f31901a93a Redo screenshots again, change up alpha filter again. 2020-06-24 19:30:40 -04:00
Aaron Suen
a4942d994c Update official screenshots. 2020-06-24 19:04:41 -04:00
Aaron Suen
f0523881e9 Include CDB screenshots in repo
Hopefully CDB screenshot uploading will be coming
soon to cdbrelease...
2020-03-28 10:24:33 -04:00