Age | Commit message (Collapse) | Author |
|
These submodules have recursive submodules, and have also been
updated to use https for those.
|
|
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.
|
|
Newer libstage cleans up the parent/adopt conf naming a bit, fixup
relevant call sites to reflect that.
|
|
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.
|
|
Pull in libstage for a drawing list
|