summaryrefslogtreecommitdiffstats
path: root/src/ball.c
Commit message (Collapse)AuthorAgeFilesLines
* ball: Don't collide spinning balls with othersP. J. McDermott2021-03-271-5/+9
|
* ball, map: Convert to left-hand ruleP. J. McDermott2021-03-271-3/+3
| | | | | The SDL coordinate system has a negative orientation (the positive y-axis points down). It's easier to not fight it.
* ball: Move straight ballsP. J. McDermott2021-03-261-0/+2
|
* ball: Initialize other ball in collision loopP. J. McDermott2021-03-261-1/+1
|
* ball: Move spinning ballsP. J. McDermott2021-03-261-0/+17
|
* ball: Position spinning ballP. J. McDermott2021-03-251-2/+12
|
* ball: RenderP. J. McDermott2021-03-251-0/+19
|
* ball: Add tilesets and gid membersP. J. McDermott2021-03-251-16/+21
|
* ball: Convert loops to recursionsP. J. McDermott2021-03-251-22/+18
|
* ball: Change data typesP. J. McDermott2021-03-251-6/+6
|
* ball: Add spin direction and radiusP. J. McDermott2021-03-251-6/+11
|
* ball: New functionsP. J. McDermott2021-03-251-0/+97