about summary refs log tree commit diff
path: root/src/Xanthous/Game/Lenses.hs
AgeCommit message (Expand)AuthorFilesLines
2020-02-17 Don't run initEvent when loading the gameGriffin Smith1-1/+0
2020-01-25 Factor out an "entitiesAtCharacter" lensGriffin Smith1-0/+9
2020-01-20 Store revealed positions on the level itselfGriffin Smith1-3/+5
2020-01-04 Add support for multiple levelsGriffin Smith1-2/+4
2020-01-03 Track entity collision in the Entity classGriffin Smith1-27/+12
2020-01-03 Decouple Gormlak AI from creaturesGriffin Smith1-3/+3
2020-01-03 Don't render moving entities that aren't visibleGriffin Smith1-4/+9
2019-12-23 Don't send the welcome message when loadingGriffin Smith1-0/+1
2019-11-30 Add a very basic inventory panelGriffin Smith1-0/+1
2019-11-30 Add messages on the groundGriffin Smith1-2/+6
2019-11-29 Use menus for combat and picking up itemsGriffin Smith1-4/+4
2019-11-29 Implement saving+loading the gameGriffin Smith1-0/+1
2019-10-15 Don't walk gormlaks into wallsGriffin Smith1-9/+18
2019-10-12 Allow specifying seed on startupGriffin Smith1-4/+9
2019-10-05 Display multiple messages per turnGriffin Smith1-1/+1
2019-09-28 Tweak gormlak movement slightlyGriffin Smith1-0/+28
2019-09-28 Implement the start of creature AIGriffin Smith1-0/+72