about summary refs log tree commit diff
path: root/src/Xanthous/Data.hs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-11 Add ViewPatterns to default-extensionsGriffin Smith1-1/+0
2020-02-17 Drop Rasterific for non-filled circlesGriffin Smith1-7/+16
2020-01-08 Generate more reasonable doorsGriffin Smith1-3/+38
2019-12-31 Fix ambiguity error in Opposite testsGriffin Smith1-0/+2
2019-12-30 Add dungeon level generationGriffin Smith1-26/+147
2019-11-30 Fix an injectivity issue with saving the gameGriffin Smith1-1/+1
2019-11-29 Implement saving+loading the gameGriffin Smith1-3/+15
2019-11-15 Recover character hitpoints over timeGriffin Smith1-1/+14
2019-10-13 Implement speed and ticksGriffin Smith1-25/+112
2019-10-06 Only allow adjacent gormlaks to attackGriffin Smith1-1/+2
2019-09-29 Gormlaks attack backGriffin Smith1-1/+62
2019-09-28 Implement the start of creature AIGriffin Smith1-0/+2
2019-09-20 Add doors and an open commandGriffin Smith1-0/+3
2019-09-15 Progressively reveal the map to the playerGriffin Smith1-0/+14
2019-09-13 Place the chacracter in the level at startup timeGriffin Smith1-0/+4
2019-09-09 Convert generated levels to wallsGriffin Smith1-27/+60
2019-09-07 Add cellular-automata cave generatorGriffin Smith1-0/+21
2019-09-02 Add raws, loaded statically from a folderGriffin Smith1-6/+42
2019-08-31 Add entities, and allow walking aroundGriffin Smith1-0/+118