Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | map: Initialize all object members | P. J. McDermott | 2021-03-25 | 1 | -3/+7 |
* | map: Fix object coordinates | P. J. McDermott | 2021-03-25 | 1 | -3/+3 |
* | ball: Add tilesets and gid members | P. J. McDermott | 2021-03-25 | 1 | -0/+1 |
* | map: Add accessor functions | P. J. McDermott | 2021-03-25 | 1 | -56/+83 |
* | map: Parse and create objects | P. J. McDermott | 2021-03-25 | 1 | -2/+234 |
* | map: Use map background color | P. J. McDermott | 2021-03-25 | 1 | -0/+5 |
* | map: Move tile rendering to tileset | P. J. McDermott | 2021-03-25 | 1 | -41/+1 |
* | map: Set rects in fewer lines | P. J. McDermott | 2021-03-25 | 1 | -10/+6 |
* | map: Set layer rect in outer loop | P. J. McDermott | 2021-03-25 | 1 | -12/+12 |
* | tileset: Ensure tile size matches map's | P. J. McDermott | 2021-03-25 | 1 | -10/+6 |
* | map: Fix map size | P. J. McDermott | 2021-03-24 | 1 | -2/+5 |
* | map: Copy the tileset texture to the layer texture | P. J. McDermott | 2021-03-24 | 1 | -10/+7 |
* | map: Clear texture and handle render copy errors | P. J. McDermott | 2021-03-24 | 1 | -4/+16 |
* | map: Fix layer rect math | P. J. McDermott | 2021-03-24 | 1 | -2/+2 |
* | map: Render layer(s) | P. J. McDermott | 2021-03-24 | 1 | -0/+88 |
* | map: Parse layer data | P. J. McDermott | 2021-03-23 | 1 | -14/+181 |
* | db_tileset_new(): New function | P. J. McDermott | 2021-03-22 | 1 | -9/+39 |
* | map: Parse <map> children | P. J. McDermott | 2021-03-21 | 1 | -3/+149 |
* | map: Parse map attributes | P. J. McDermott | 2021-03-21 | 1 | -4/+67 |
* | map: Don't stop parsing on invalid end tag | P. J. McDermott | 2021-03-20 | 1 | -1/+1 |
* | db_map_new(): New function | P. J. McDermott | 2021-03-20 | 1 | -0/+191 |