about summary refs log tree commit diff
path: root/src/Xanthous/Game/State.hs
AgeCommit message (Expand)AuthorFilesLines
2020-02-08 Factor out an EntityAttributes typeGriffin Smith1-16/+5
2020-02-08 Block doors being closed on gormlaksGriffin Smith1-0/+8
2020-01-20 Store revealed positions on the level itselfGriffin Smith1-6/+28
2020-01-05 Add staircases, and moving between levelsGriffin Smith1-1/+2
2020-01-04 Add support for multiple levelsGriffin Smith1-4/+8
2020-01-03 Track entity collision in the Entity classGriffin Smith1-0/+10
2020-01-03 Don't render moving entities that aren't visibleGriffin Smith1-0/+3
2019-12-23 Don't send the welcome message when loadingGriffin Smith1-0/+4
2019-12-23 Add a drop commandGriffin Smith1-1/+2
2019-11-30 Add a very basic inventory panelGriffin Smith1-12/+7
2019-11-30 Add messages on the groundGriffin Smith1-10/+55
2019-11-30 Fix an injectivity issue with saving the gameGriffin Smith1-2/+7
2019-11-29 Use menus for combat and picking up itemsGriffin Smith1-2/+83
2019-11-29 Implement saving+loading the gameGriffin Smith1-7/+72
2019-10-16 Add draw priorityGriffin Smith1-1/+5
2019-10-13 Implement speed and ticksGriffin Smith1-7/+8
2019-10-05 Display multiple messages per turnGriffin Smith1-15/+45
2019-09-28 Add debug command to reveal the gameGriffin Smith1-2/+21
2019-09-28 Implement the start of creature AIGriffin Smith1-0/+200