| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove unused function | Sam Anthony | 2024-09-25 | 1 | -1/+0 |
| | | |||||
| * | reduce buffer size | Sam Anthony | 2024-09-25 | 1 | -3/+3 |
| | | |||||
| * | reorder declarations | Sam Anthony | 2024-09-25 | 1 | -5/+3 |
| | | |||||
| * | gravity | Sam Anthony | 2024-09-25 | 1 | -3/+4 |
| | | |||||
| * | remove pad | Sam Anthony | 2024-09-25 | 1 | -2/+1 |
| | | |||||
| * | good collisions | Sam Anthony | 2024-09-25 | 1 | -0/+1 |
| | | |||||
| * | fix bug in broadcast() | Sam Anthony | 2024-09-25 | 1 | -4/+4 |
| | | |||||
| * | variable radius | Sam Anthony | 2024-09-25 | 1 | -9/+31 |
| | | |||||
| * | refactor graphics functions | Sam Anthony | 2024-09-25 | 1 | -34/+0 |
| | | |||||
| * | refactor collisions | Sam Anthony | 2024-09-25 | 1 | -65/+16 |
| | | |||||
| * | set framerate and resolution | Sam Anthony | 2024-09-25 | 1 | -3/+3 |
| | | |||||
| * | set resolution and framerate | Sam Anthony | 2024-09-25 | 1 | -3/+3 |
| | | |||||
| * | wall clipping | Sam Anthony | 2024-09-19 | 1 | -12/+11 |
| | | |||||
| * | pretty good collisions | Sam Anthony | 2024-09-19 | 1 | -30/+22 |
| | | |||||
| * | argparse | Sam Anthony | 2024-09-19 | 1 | -2/+13 |
| | | |||||
| * | better collisions | Sam Anthony | 2024-09-19 | 1 | -95/+107 |
| | | |||||
| * | extract col/row copy helper functions | Sam Anthony | 2024-09-19 | 1 | -6/+22 |
| | | |||||
| * | bad collision | Sam Anthony | 2024-09-19 | 1 | -0/+383 |