Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tileset: Simplify rendering function logic a bit | P. J. McDermott | 2021-03-26 | 1 | -9/+3 |
* | tileset: Add collision functions | P. J. McDermott | 2021-03-26 | 1 | -2/+28 |
* | tileset: Ensure there are no more than 32 tiles | P. J. McDermott | 2021-03-26 | 1 | -0/+5 |
* | tileset: Wrap a long line | P. J. McDermott | 2021-03-25 | 1 | -1/+2 |
* | tileset: Fix format type issue | P. J. McDermott | 2021-03-25 | 1 | -1/+1 |
* | map: Move tile rendering to tileset | P. J. McDermott | 2021-03-25 | 1 | -26/+43 |
* | tileset: Ensure tile size matches map's | P. J. McDermott | 2021-03-25 | 1 | -20/+18 |
* | map: Copy the tileset texture to the layer texture | P. J. McDermott | 2021-03-24 | 1 | -5/+7 |
* | texture: Add accessor and texture creation funcs | P. J. McDermott | 2021-03-24 | 1 | -0/+45 |
* | db_tileset_new(): New function | P. J. McDermott | 2021-03-22 | 1 | -0/+412 |