summaryrefslogtreecommitdiffstats
path: root/src/char/char.h
Commit message (Collapse)AuthorAgeFilesLines
* char/char: Add "__malloc__" attributeHEADmasterP. J. McDermott2023-10-181-1/+1
| | | | | | The GCC analyzer looks for unchecked possibly null allocation function call results being dereferenced or passed to functions requiring non- null arguments.
* char: Remove old collision functionsP. J. McDermott2021-09-251-2/+0
|
* char: Add collision detection/handlingP. J. McDermott2021-08-101-0/+2
|
* char: Add turn methodP. J. McDermott2021-08-091-0/+2
|
* char: Add a step methodP. J. McDermott2021-08-091-1/+3
|
* char: Notify update method if completed stepP. J. McDermott2021-08-081-1/+1
|
* char: New "class", absorbing playerP. J. McDermott2021-08-081-0/+74