about summary refs log tree commit diff
path: root/src/display/draw_box.rs
AgeCommit message (Collapse)AuthorFilesLines
2019-08-03 Add method for writing option menus to viewportGriffin Smith1-6/+16
Add a method for writing single-choice menus to the viewport, within a box. Unused for now.
2019-08-03 Fix a bunch more Clippy lints, but disable in CircleGriffin Smith1-1/+1
The unused error is causing more trouble than it's worth at this point
2019-07-28 Allow converting generated levels to entitiesGriffin Smith1-4/+46
Add a new Wall entity, and allow converting generated levels to entity maps containing them, then finally displaying them using some of the (now expanded) box drawing machinery.
2019-07-07 Add messages, with global lookup mapGriffin Smith1-0/+17
Add support for messages, along with a global lookup map and random choice of messages.
2019-07-05 an @-sign in a boxGriffin Smith1-0/+205