summaryrefslogtreecommitdiff
path: root/libstage
AgeCommit message (Collapse)Author
2023-08-27libstage,libix2: bump submodules for https depsVito Caputo
These submodules have recursive submodules, and have also been updated to use https for those.
2022-11-10libstage: bump libstage for new render_funcVito Caputo
Newer libstage enables the render_func to free its stage node via return value. This is useful for fire-and-forget style ephemeral nodes that make for convenient autonomous stage nodes which remove themselves after running their course. Think bonus scores and little visual effects... Requires some mechanical changes to the existing render funcs, but nothing functionally has really changed.
2020-05-30libstage: bump libstage versionVito Caputo
Newer libstage cleans up the parent/adopt conf naming a bit, fixup relevant call sites to reflect that.
2020-04-20libstage: bump libstage versionVito Caputo
during development I was annoyed by the lack of a stage replacement at stage_new() mechanism. So a stage_conf_t.adopt flag has been introduced in upstream libstage, and I will switch to it in a following commit.
2020-04-18libstage: add libstage submoduleVito Caputo
Pull in libstage for a drawing list
© All Rights Reserved