10 Commits (f68b052f2d1040d523fa41467d616b2e6d39b3c0)

Author SHA1 Message Date
Elijah Voigt ce4b19dd7d "do nothing" is done. we have rewind alive/dead/rewind states implemented 3 months ago
Elijah Voigt df069d0337 basic test suite for monologue parsing 3 months ago
Elijah Voigt 145008a52d Make clippy happy 3 months ago
Elijah Voigt c349ce08d0 Starting on ui example 3 months ago
Elijah Voigt 1d31902312 Organize Monologue into more specific types
Monologue contains a vec of MonologueGroups
MonologueGroup contains a vec of MonologueLines

This would make it easier (ish) to add @directives like I've spec'd out
We can add a Vec of Directive enums at each level.
4 months ago
Elijah Voigt 9171fee250 Refactor to insert required components OnAdd instead of inline 4 months ago
Elijah Voigt 1e9e16931f Consolidate imports 4 months ago
Elijah Voigt beffe54ebc Fix parsing problem in .mono files 4 months ago
Elijah Voigt 46f35ec3ab trees get dull when they lose their dialog 4 months ago
Elijah Voigt 0d0b814b56 hey the dialog system kinda works!
* .mono dialog files
* clicking trees loads the dialog in to the dialog box
* dialog box only visible when dialog is active/idle (not none i.e.,
  hidden)

Next up: Debug info about tree's dialogs and the active dialog
4 months ago