Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split up src/resources/map.c. | P. J. McDermott | 2013-11-18 | 1 | -344/+2 |
* | 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 | -2/+17 |
* | Support palette properties in maps. | P. J. McDermott | 2013-03-03 | 1 | -2/+74 |
* | Improve build system. | P. J. McDermott | 2013-02-20 | 1 | -1/+1 |
* | Disable TMX parser debugging noise by default. | P. J. McDermott | 2013-02-19 | 1 | -0/+63 |
* | Limit surfaces to 8 bpp. Set keys and palettes. | P. J. McDermott | 2013-02-19 | 1 | -0/+4 |
* | Make the tileset firstgid a Uint32. | P. J. McDermott | 2013-02-18 | 1 | -2/+3 |
* | Clean up map layers. | P. J. McDermott | 2013-02-18 | 1 | -11/+5 |
* | Fix unsafe (char *)->(int *). Ensure byte order. | P. J. McDermott | 2013-02-18 | 1 | -1/+11 |
* | Support collision and unknown map layers. | P. J. McDermott | 2013-02-17 | 1 | -2/+10 |
* | Support unused tileset properties. | P. J. McDermott | 2013-02-17 | 1 | -0/+3 |
* | Handle tiles and properties in tilesets. | P. J. McDermott | 2013-02-17 | 1 | -13/+113 |
* | Add map exits to a collisions array. | P. J. McDermott | 2013-02-17 | 1 | -0/+16 |
* | Divide map exit dimensions by map tile dimensions. | P. J. McDermott | 2013-02-17 | 1 | -0/+4 |
* | Support objectgroups and map exits. | P. J. McDermott | 2013-02-17 | 1 | -3/+229 |
* | Support layers in maps. | P. J. McDermott | 2013-02-17 | 1 | -15/+186 |
* | Give each use of a tileset a unique firstgid. | P. J. McDermott | 2013-02-17 | 1 | -14/+29 |
* | Fix base paths for resources referenced in maps. | P. J. McDermott | 2013-02-17 | 1 | -5/+24 |
* | Allocate maps & tilesets before their start elems. | P. J. McDermott | 2013-02-17 | 1 | -28/+33 |
* | TMX parser rewrite number two. | P. J. McDermott | 2013-02-17 | 1 | -310/+283 |
* | TMX parser rewrite number one. | P. J. McDermott | 2013-02-16 | 1 | -0/+423 |