Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | maze: Use consistent error string | P. J. McDermott | 2022-01-27 | 1 | -3/+2 |
* | maze: Factor out border line drawing | P. J. McDermott | 2022-01-27 | 1 | -14/+9 |
* | maze: Factor out wall line drawing | P. J. McDermott | 2022-01-26 | 1 | -24/+22 |
* | maze: Double wall thickness | P. J. McDermott | 2022-01-26 | 1 | -4/+12 |
* | maze: Draw a border around the maze | P. J. McDermott | 2021-12-24 | 1 | -0/+13 |
* | maze: Optionally hide unseen walls | P. J. McDermott | 2021-08-08 | 1 | -5/+64 |
* | maze: Fix rendering | P. J. McDermott | 2021-08-02 | 1 | -4/+4 |
* | maze: Set drawing color | P. J. McDermott | 2021-08-02 | 1 | -1/+9 |
* | maze: Render (untested) | P. J. McDermott | 2021-08-02 | 1 | -0/+44 |
* | maze: Defend against use-after-free | P. J. McDermott | 2021-08-02 | 1 | -2/+12 |
* | maze: New functions | P. J. McDermott | 2021-08-02 | 1 | -0/+186 |