Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add function attributes | P. J. McDermott | 2023-02-24 | 1 | -2/+4 |
| | |||||
* | Split up src/resources/map.c. | P. J. McDermott | 2013-11-18 | 1 | -17/+1 |
| | | | | | | | | | src/resources/map.c defines map parsing functions. src/resources/tileset.c defines tileset (internal or external) parsing functions. src/resources/tmx.c defines common parsing functions. Also, tileset_get() is now non-static. | ||||
* | Add copyright and license headers. | P. J. McDermott | 2013-11-01 | 1 | -0/+18 |
| | |||||
* | Add a default map palette. | P. J. McDermott | 2013-03-03 | 1 | -1/+2 |
| | |||||
* | Support palette properties in maps. | P. J. McDermott | 2013-03-03 | 1 | -3/+15 |
| | |||||
* | Add struct map * member to struct area. | P. J. McDermott | 2013-02-19 | 1 | -1/+1 |
| | |||||
* | Make the tileset firstgid a Uint32. | P. J. McDermott | 2013-02-18 | 1 | -3/+3 |
| | |||||
* | Clean up map layers. | P. J. McDermott | 2013-02-18 | 1 | -11/+9 |
| | |||||
* | Support collision and unknown map layers. | P. J. McDermott | 2013-02-17 | 1 | -0/+1 |
| | |||||
* | Handle tiles and properties in tilesets. | P. J. McDermott | 2013-02-17 | 1 | -0/+8 |
| | |||||
* | Add map exits to a collisions array. | P. J. McDermott | 2013-02-17 | 1 | -1/+14 |
| | |||||
* | Support objectgroups and map exits. | P. J. McDermott | 2013-02-17 | 1 | -0/+27 |
| | |||||
* | Support layers in maps. | P. J. McDermott | 2013-02-17 | 1 | -4/+19 |
| | |||||
* | Give each use of a tileset a unique firstgid. | P. J. McDermott | 2013-02-17 | 1 | -6/+9 |
| | |||||
* | Fix base paths for resources referenced in maps. | P. J. McDermott | 2013-02-17 | 1 | -0/+3 |
| | |||||
* | TMX parser rewrite number two. | P. J. McDermott | 2013-02-17 | 1 | -1/+10 |
| | |||||
* | TMX parser rewrite number one. | P. J. McDermott | 2013-02-16 | 1 | -0/+27 |