about summary refs log tree commit diff
path: root/src/Xanthous/Entities
AgeCommit message (Expand)AuthorFilesLines
2020-01-25 Add a close commandGriffin Smith1-0/+4
2020-01-20 Store revealed positions on the level itselfGriffin Smith1-0/+2
2020-01-05 Add staircases, and moving between levelsGriffin Smith1-0/+30
2020-01-03 Track entity collision in the Entity classGriffin Smith5-6/+11
2020-01-03 Decouple Gormlak AI from creaturesGriffin Smith5-43/+96
2020-01-03 Describe doors as either closed or openGriffin Smith1-1/+2
2019-12-30 Use more evocative characters for closed doorsGriffin Smith1-6/+8
2019-12-30 Place doors on the levelGriffin Smith1-0/+8
2019-12-23 Add a drop commandGriffin Smith1-0/+7
2019-12-23 Use wielded items to calculate damageGriffin Smith1-24/+33
2019-12-22 Add a wield commandGriffin Smith1-0/+8
2019-12-22 Add wielded, wieldable itemsGriffin Smith4-23/+218
2019-11-30 Add messages on the groundGriffin Smith2-7/+32
2019-11-30 Fix an injectivity issue with saving the gameGriffin Smith4-8/+8
2019-11-29 Use menus for combat and picking up itemsGriffin Smith7-22/+12
2019-11-29 Implement a "look" commandGriffin Smith1-1/+2
2019-11-29 Implement saving+loading the gameGriffin Smith5-29/+69
2019-11-15 Recover character hitpoints over timeGriffin Smith3-14/+27
2019-10-16 Add draw priorityGriffin Smith2-2/+3
2019-10-13 Implement speed and ticksGriffin Smith4-14/+86
2019-10-06 Fix underflow when damaging characterGriffin Smith1-0/+5
2019-10-06 Allow eating edible itemsGriffin Smith3-4/+39
2019-09-29 Gormlaks attack backGriffin Smith1-0/+10
2019-09-28 Tweak gormlak movement slightlyGriffin Smith1-1/+1
2019-09-28 Implement the start of creature AIGriffin Smith6-7/+38
2019-09-21 Implement combatGriffin Smith3-6/+16
2019-09-20 Describe what you see when you walk over itemsGriffin Smith5-12/+20
2019-09-20 Add doors and an open commandGriffin Smith4-4/+56
2019-09-20 Add the beginnings of a prompt systemGriffin Smith1-0/+9
2019-09-19 Add items and inventoryGriffin Smith7-28/+123
2019-09-15 Scroll the viewport around the characterGriffin Smith1-1/+11
2019-09-15 Progressively reveal the map to the playerGriffin Smith3-2/+11
2019-09-09 Convert generated levels to wallsGriffin Smith6-39/+81
2019-09-02 Put a test gormlak on the screenGriffin Smith2-1/+33
2019-09-02 Add raws, loaded statically from a folderGriffin Smith3-0/+102
2019-08-31 Add entities, and allow walking aroundGriffin Smith2-0/+55