| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stabilize frameratetbb | Sam Anthony | 2024-10-11 | 2 | -1/+12 |
| * | remove whitespace | Sam Anthony | 2024-10-11 | 1 | -1/+0 |
| * | comments | Sam Anthony | 2024-10-11 | 1 | -11/+11 |
| * | typo | Sam Anthony | 2024-10-11 | 1 | -1/+1 |
| * | degree of concurrency in report | Sam Anthony | 2024-10-11 | 1 | -4/+22 |
| * | remove todo | Sam Anthony | 2024-10-10 | 1 | -1/+1 |
| * | parallelize makeBalls() | Sam Anthony | 2024-10-10 | 1 | -6/+9 |
| * | move report to its own directory | Sam Anthony | 2024-10-10 | 9 | -5/+8 |
| * | report draft | Sam Anthony | 2024-10-10 | 10 | -0/+259 |
| * | refactor | Sam Anthony | 2024-10-09 | 5 | -34/+35 |
| * | remove unused import | Sam Anthony | 2024-10-09 | 1 | -2/+0 |
| * | remove whitespace | Sam Anthony | 2024-10-09 | 1 | -1/+0 |
| * | remove todo comment | Sam Anthony | 2024-10-09 | 1 | -1/+0 |
| * | increase initial velocity | Sam Anthony | 2024-10-09 | 1 | -1/+1 |
| * | update ball positions in parallel | Sam Anthony | 2024-10-09 | 1 | -5/+7 |
| * | parallelize ball-wall collisions | Sam Anthony | 2024-10-09 | 1 | -3/+3 |
| * | parallelize collisions | Sam Anthony | 2024-10-09 | 1 | -7/+9 |
| * | wash partition.cpp | Sam Anthony | 2024-10-09 | 1 | -19/+17 |
| * | remove dead code | Sam Anthony | 2024-10-09 | 3 | -16/+4 |
| * | partition collisions | Sam Anthony | 2024-10-09 | 5 | -37/+155 |
| * | create balls in parallel | Sam Anthony | 2024-10-05 | 1 | -9/+5 |
| * | account for FP rounding error in collisions | Sam Anthony | 2024-10-05 | 1 | -5/+9 |
| * | parameterize number of balls | Sam Anthony | 2024-10-04 | 1 | -1/+11 |
| * | refactor collision | Sam Anthony | 2024-10-04 | 2 | -19/+36 |
| * | revise gravity | Sam Anthony | 2024-10-02 | 1 | -3/+2 |
| * | gravity | Sam Anthony | 2024-10-02 | 1 | -1/+5 |
| * | ball colors | Sam Anthony | 2024-10-02 | 2 | -4/+22 |
| * | remove unused function declaration | Sam Anthony | 2024-10-02 | 1 | -1/+0 |
| * | refactor | Sam Anthony | 2024-10-02 | 6 | -83/+80 |
| * | ball collisions | Sam Anthony | 2024-10-02 | 4 | -4/+149 |
| * | tidy | Sam Anthony | 2024-10-02 | 1 | -7/+9 |
| * | multiple balls | Sam Anthony | 2024-10-02 | 6 | -9/+127 |
| * | remove redundant gl call | Sam Anthony | 2024-10-02 | 1 | -2/+0 |
| * | refactor | Sam Anthony | 2024-10-02 | 3 | -18/+22 |
| * | animate | Sam Anthony | 2024-10-02 | 4 | -14/+101 |
| * | drawing | Sam Anthony | 2024-10-02 | 3 | -0/+117 |