Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2019-11-29 | Use menus for combat and picking up items | Griffin Smith | 7 | -22/+12 |
2019-11-29 | Implement a "look" command | Griffin Smith | 1 | -1/+2 |
2019-11-29 | Implement saving+loading the game | Griffin Smith | 5 | -29/+69 |
2019-11-15 | Recover character hitpoints over time | Griffin Smith | 3 | -14/+27 |
2019-10-16 | Add draw priority | Griffin Smith | 2 | -2/+3 |
2019-10-13 | Implement speed and ticks | Griffin Smith | 4 | -14/+86 |
2019-10-06 | Fix underflow when damaging character | Griffin Smith | 1 | -0/+5 |
2019-10-06 | Allow eating edible items | Griffin Smith | 3 | -4/+39 |
2019-09-29 | Gormlaks attack back | Griffin Smith | 1 | -0/+10 |
2019-09-28 | Tweak gormlak movement slightly | Griffin Smith | 1 | -1/+1 |
2019-09-28 | Implement the start of creature AI | Griffin Smith | 6 | -7/+38 |
2019-09-21 | Implement combat | Griffin Smith | 3 | -6/+16 |
2019-09-20 | Describe what you see when you walk over items | Griffin Smith | 5 | -12/+20 |
2019-09-20 | Add doors and an open command | Griffin Smith | 4 | -4/+56 |
2019-09-20 | Add the beginnings of a prompt system | Griffin Smith | 1 | -0/+9 |
2019-09-19 | Add items and inventory | Griffin Smith | 7 | -28/+123 |
2019-09-15 | Scroll the viewport around the character | Griffin Smith | 1 | -1/+11 |
2019-09-15 | Progressively reveal the map to the player | Griffin Smith | 3 | -2/+11 |
2019-09-09 | Convert generated levels to walls | Griffin Smith | 6 | -39/+81 |
2019-09-02 | Put a test gormlak on the screen | Griffin Smith | 2 | -1/+33 |
2019-09-02 | Add raws, loaded statically from a folder | Griffin Smith | 3 | -0/+102 |
2019-08-31 | Add entities, and allow walking around | Griffin Smith | 2 | -0/+55 |