about summary refs log tree commit diff
path: root/src/display
AgeCommit message (Collapse)AuthorFilesLines
2019-07-08 Implement a global map of entitiesGriffin Smith2-2/+13
Implement a global map of entities, which allows referencing by either position or ID and updating the positions of existent entities, and put the character in there.
2019-07-07 Add messages, with global lookup mapGriffin Smith2-36/+88
Add support for messages, along with a global lookup map and random choice of messages.
2019-07-06 Make all drawing happen to a viewportGriffin Smith2-0/+147
We now have an inner and outer viewport, and entity positions are relative to the inner one while drawing happens to the outer one.
2019-07-05 an @-sign in a boxGriffin Smith3-0/+223