Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "char/enemy: Try to fix movement lag" | P. J. McDermott | 2021-08-19 | 1 | -3/+0 |
| | | | | This reverts commit 09775804429ccd7486419b4c539581d6f70e193d. | ||||
* | char/enemy: Try to fix movement lag | P. J. McDermott | 2021-08-19 | 1 | -0/+3 |
| | |||||
* | char/enemy: Store allies array | P. J. McDermott | 2021-08-19 | 1 | -1/+2 |
| | | | | And fix variable name. | ||||
* | Revert "char/enemy: Make a linked list of enemy chars" | P. J. McDermott | 2021-08-19 | 1 | -2/+1 |
| | | | | This reverts commit b1fbb0b1c078e82a651181101fed9d6742164e0b. | ||||
* | char/enemy: Make a linked list of enemy chars | P. J. McDermott | 2021-08-18 | 1 | -1/+2 |
| | |||||
* | char: Add collision detection/handling | P. J. McDermott | 2021-08-10 | 1 | -0/+3 |
| | |||||
* | char/enemy: Expose random positioning function | P. J. McDermott | 2021-08-10 | 1 | -3/+6 |
| | |||||
* | char/enemy: New character | P. J. McDermott | 2021-08-08 | 1 | -0/+3 |
| | |||||
* | char: New "class", absorbing player | P. J. McDermott | 2021-08-08 | 1 | -0/+47 |