about summary refs log tree commit diff
path: root/src/display/viewport.rs (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-03 Add method for writing option menus to viewportGriffin Smith1-16/+58
2019-08-03 Fix a bunch more Clippy lints, but disable in CircleGriffin Smith1-1/+1
2019-08-03 Add clippy to circleCI and fix all lintsGriffin Smith1-19/+14
2019-07-28 Allow converting generated levels to entitiesGriffin Smith1-3/+9
2019-07-27 Add a generic text-prompt systemGriffin Smith1-10/+87
2019-07-14 Always reset the cursor back to the characterGriffin Smith1-4/+15
2019-07-08 Implement a global map of entitiesGriffin Smith1-1/+0
2019-07-07 Add messages, with global lookup mapGriffin Smith1-36/+71
2019-07-06 Make all drawing happen to a viewportGriffin Smith1-0/+138