Commit message (Collapse) | 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 |
| | | | | | This will allow characters and pickups to have even sizes. It also makes the maze look a little more cartoonish and less professional. | ||||
* | 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 |
| | | | | Wow. | ||||
* | 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 |
| | | | | TODO: Color | ||||
* | maze: Defend against use-after-free | P. J. McDermott | 2021-08-02 | 1 | -2/+12 |
| | | | | And non-compliant standard C libraries. | ||||
* | maze: New functions | P. J. McDermott | 2021-08-02 | 1 | -0/+186 |