Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
... | |||||
* | Merge src/layer.h into src/area.h. | P. J. McDermott | 2013-02-19 | 3 | -13/+6 |
* | Consolidate area layers a bit. | P. J. McDermott | 2013-02-19 | 2 | -28/+30 |
* | Adjust height of demo "sprite". | P. J. McDermott | 2013-02-19 | 1 | -3/+3 |
* | Make demo smoother. | P. J. McDermott | 2013-02-19 | 1 | -16/+16 |
* | Improve demo and clean up main(). | P. J. McDermott | 2013-02-19 | 2 | -153/+58 |
* | Attempt to store surfaces in video memory. | P. J. McDermott | 2013-02-19 | 2 | -2/+2 |
* | configure.ac: Check for inttypes.h. | P. J. McDermott | 2013-02-19 | 1 | -0/+1 |
* | Fix graphics glitch with negative viewport coords. | P. J. McDermott | 2013-02-19 | 2 | -15/+34 |
* | Implement and test renderer. | P. J. McDermott | 2013-02-19 | 4 | -15/+222 |
* | 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 | 3 | -4/+16 |
* | .gitignore: Update. | P. J. McDermott | 2013-02-15 | 1 | -1/+6 |
* | Use GNU Autoconf and Automake. | P. J. McDermott | 2013-02-15 | 9 | -22/+60 |
* | 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 | 12 | -42/+200 |
* | Initial commit. | P. J. McDermott | 2013-02-14 | 23 | -0/+1131 |