Add an SDF picker for selecting a stuff done flag and optionally giving it a name.

In effect, this is a combination of two of the previous pickers:
the location picker, and the editable string picker.

This required quite a significant rework of how the tilemap places its children.

Currently it's only used in special node editing.
I plan to add its use in many other places too though.
This commit is contained in:
2025-03-02 00:38:58 -05:00
committed by Celtic Minstrel
parent 413b274b61
commit 3d48cb14e7
27 changed files with 504 additions and 62 deletions

View File

@@ -10,6 +10,7 @@ scened_sources = Split("""
scen.keydlgs.cpp
scen.locpicker.cpp
scen.main.cpp
scen.sdfpicker.cpp
scen.townout.cpp
../view_dialogs.cpp
../fileio/fileio_party.cpp