summaryrefslogtreecommitdiffstats
path: root/src/char/player.c
Commit message (Collapse)AuthorAgeFilesLines
* char: Remove old collision functionsP. J. McDermott2021-09-251-5/+0
|
* char: Add collision detection/handlingP. J. McDermott2021-08-101-0/+5
|
* char: Add turn methodP. J. McDermott2021-08-091-0/+6
|
* char: Add a step methodP. J. McDermott2021-08-091-1/+7
|
* char/player: Prune #include directivesP. J. McDermott2021-08-081-4/+1
| | | | And re-align assignments.
* char: Notify update method if completed stepP. J. McDermott2021-08-081-1/+1
|
* char: New "class", absorbing playerP. J. McDermott2021-08-081-0/+136