Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Make the tileset firstgid a Uint32. | P. J. McDermott | 2013-02-18 | 4 | -5/+31 |
| | |||||
* | Clean up map layers. | P. J. McDermott | 2013-02-18 | 3 | -26/+14 |
| | |||||
* | Begin work on areas and viewports. | P. J. McDermott | 2013-02-18 | 9 | -8/+128 |
| | |||||
* | Fix unsafe (char *)->(int *). Ensure byte order. | P. J. McDermott | 2013-02-18 | 2 | -1/+15 |
| | |||||
* | Support collision and unknown map layers. | P. J. McDermott | 2013-02-17 | 3 | -3/+12 |
| | |||||
* | 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 | 2 | -13/+121 |
| | |||||
* | Add map exits to a collisions array. | P. J. McDermott | 2013-02-17 | 2 | -1/+30 |
| | |||||
* | Divide map exit dimensions by map tile dimensions. | P. J. McDermott | 2013-02-17 | 2 | -1/+8 |
| | |||||
* | Support objectgroups and map exits. | P. J. McDermott | 2013-02-17 | 3 | -3/+263 |
| | |||||
* | Delete old map-related files. | P. J. McDermott | 2013-02-17 | 8 | -619/+0 |
| | |||||
* | Support layers in maps. | P. J. McDermott | 2013-02-17 | 2 | -19/+205 |
| | |||||
* | Give each use of a tileset a unique firstgid. | P. J. McDermott | 2013-02-17 | 3 | -22/+42 |
| | |||||
* | Fix base paths for resources referenced in maps. | P. J. McDermott | 2013-02-17 | 2 | -5/+27 |
| | |||||
* | Allocate maps & tilesets before their start elems. | P. J. McDermott | 2013-02-17 | 2 | -29/+38 |
| | |||||
* | TMX parser rewrite number two. | P. J. McDermott | 2013-02-17 | 6 | -315/+364 |
| | |||||
* | TMX parser rewrite number one. | P. J. McDermott | 2013-02-16 | 11 | -19/+731 |
| | |||||
* | Split Makefile.am in recursively-included files. | P. J. McDermott | 2013-02-15 | 2 | -0/+13 |
| | | | | | The modular maintenance benefits of recursive make without any of the problems of recursive make! | ||||
* | src/tmx.c: Silence some compiler warnings. | P. J. McDermott | 2013-02-15 | 1 | -0/+8 |
| | |||||
* | Add resource manager and move src/image.*. | P. J. McDermott | 2013-02-15 | 11 | -40/+197 |
| | |||||
* | Initial commit. | P. J. McDermott | 2013-02-14 | 16 | -0/+952 |