summaryrefslogtreecommitdiffstats
path: root/src/char/char.c
Commit message (Expand)AuthorAgeFilesLines
* char/char: Fix error messagesP. J. McDermott2023-10-181-6/+6
* char: Remove old collision functionsP. J. McDermott2021-09-251-18/+0
* Revert "char/char: Add debugging info"P. J. McDermott2021-08-181-3/+0
* char/char: Add debugging infoP. J. McDermott2021-08-181-0/+3
* char: Add collision detection/handlingP. J. McDermott2021-08-101-0/+18
* char/char: Decrement travel before step methodP. J. McDermott2021-08-101-2/+2
* char: Add turn methodP. J. McDermott2021-08-091-0/+4
* char: Add a step methodP. J. McDermott2021-08-091-5/+4
* char: Notify update method if completed turnP. J. McDermott2021-08-081-0/+2
* char: Notify update method if completed stepP. J. McDermott2021-08-081-1/+3
* char: New "class", absorbing playerP. J. McDermott2021-08-081-0/+327