about summary refs log tree commit diff
path: root/src/Xanthous/Game/State.hs
AgeCommit message (Expand)AuthorFilesLines
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