Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ball: Add map member | P. J. McDermott | 2021-03-27 | 1 | -1/+5 |
* | ball: Fix floating-point remainder arithmetic | P. J. McDermott | 2021-03-27 | 1 | -1/+1 |
* | ball: Bounce balls off each other | P. J. McDermott | 2021-03-27 | 1 | -1/+11 |
* | collision: s/int/double/ in circle-circle funcs | P. J. McDermott | 2021-03-27 | 1 | -2/+2 |
* | ball: Don't collide spinning balls with others | P. J. McDermott | 2021-03-27 | 1 | -5/+9 |
* | ball, map: Convert to left-hand rule | P. J. McDermott | 2021-03-27 | 1 | -3/+3 |
* | ball: Move straight balls | P. J. McDermott | 2021-03-26 | 1 | -0/+2 |
* | ball: Initialize other ball in collision loop | P. J. McDermott | 2021-03-26 | 1 | -1/+1 |
* | ball: Move spinning balls | P. J. McDermott | 2021-03-26 | 1 | -0/+17 |
* | ball: Position spinning ball | P. J. McDermott | 2021-03-25 | 1 | -2/+12 |
* | ball: Render | P. J. McDermott | 2021-03-25 | 1 | -0/+19 |
* | ball: Add tilesets and gid members | P. J. McDermott | 2021-03-25 | 1 | -16/+21 |
* | ball: Convert loops to recursions | P. J. McDermott | 2021-03-25 | 1 | -22/+18 |
* | ball: Change data types | P. J. McDermott | 2021-03-25 | 1 | -6/+6 |
* | ball: Add spin direction and radius | P. J. McDermott | 2021-03-25 | 1 | -6/+11 |
* | ball: New functions | P. J. McDermott | 2021-03-25 | 1 | -0/+97 |