summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Optionally list palette colors of loaded images.P. J. McDermott2013-02-222-3/+28
* Clean up dirstamp for data/tilesets/.P. J. McDermott2013-02-223-0/+4
* configure.ac: Add an AC_CONFIG_AUX_DIR() macro.P. J. McDermott2013-02-221-0/+1
* Define installation directory preprocessor macros.P. J. McDermott2013-02-204-1/+13
* Prevent segmentation faults in some places.P. J. McDermott2013-02-202-3/+24
* Organize maps in their own directory.P. J. McDermott2013-02-207-9/+29
* Improve build system.P. J. McDermott2013-02-209-18/+52
* .gitignore: Update.P. J. McDermott2013-02-201-0/+3
* Distribute headers and data.P. J. McDermott2013-02-203-10/+21
* Clean up some "#if 0" conditions.P. J. McDermott2013-02-195-217/+15
* Disable TMX parser debugging noise by default.P. J. McDermott2013-02-193-0/+90
* Enable and fix a bunch of GCC warnings.P. J. McDermott2013-02-1910-18/+29
* Try to get some small performance improvements.P. J. McDermott2013-02-192-2/+3
* Enable more GCC warnings.P. J. McDermott2013-02-192-1/+5
* src/area.c: Consolidate area layer creation code.P. J. McDermott2013-02-191-38/+16
* data/forest1-8bit.tmx: Add.P. J. McDermott2013-02-191-0/+63
* Limit surfaces to 8 bpp. Set keys and palettes.P. J. McDermott2013-02-194-30/+74
* Add struct map * member to struct area.P. J. McDermott2013-02-193-24/+26
* Merge src/layer.h into src/area.h.P. J. McDermott2013-02-193-13/+6
* Consolidate area layers a bit.P. J. McDermott2013-02-192-28/+30
* Adjust height of demo "sprite".P. J. McDermott2013-02-191-3/+3
* Make demo smoother.P. J. McDermott2013-02-191-16/+16
* Improve demo and clean up main().P. J. McDermott2013-02-192-153/+58
* Attempt to store surfaces in video memory.P. J. McDermott2013-02-192-2/+2
* configure.ac: Check for inttypes.h.P. J. McDermott2013-02-191-0/+1
* Fix graphics glitch with negative viewport coords.P. J. McDermott2013-02-192-15/+34
* Implement and test renderer.P. J. McDermott2013-02-194-15/+222
* Make the tileset firstgid a Uint32.P. J. McDermott2013-02-184-5/+31
* Clean up map layers.P. J. McDermott2013-02-183-26/+14
* Begin work on areas and viewports.P. J. McDermott2013-02-189-8/+128
* Fix unsafe (char *)->(int *). Ensure byte order.P. J. McDermott2013-02-182-1/+15
* Support collision and unknown map layers.P. J. McDermott2013-02-173-3/+12
* Support unused tileset properties.P. J. McDermott2013-02-171-0/+3
* Handle tiles and properties in tilesets.P. J. McDermott2013-02-172-13/+121
* Add map exits to a collisions array.P. J. McDermott2013-02-172-1/+30
* Divide map exit dimensions by map tile dimensions.P. J. McDermott2013-02-172-1/+8
* Support objectgroups and map exits.P. J. McDermott2013-02-173-3/+263
* Delete old map-related files.P. J. McDermott2013-02-178-619/+0
* Support layers in maps.P. J. McDermott2013-02-172-19/+205
* Give each use of a tileset a unique firstgid.P. J. McDermott2013-02-173-22/+42
* Fix base paths for resources referenced in maps.P. J. McDermott2013-02-172-5/+27
* Allocate maps & tilesets before their start elems.P. J. McDermott2013-02-172-29/+38
* TMX parser rewrite number two.P. J. McDermott2013-02-176-315/+364
* TMX parser rewrite number one.P. J. McDermott2013-02-1611-19/+731
* Split Makefile.am in recursively-included files.P. J. McDermott2013-02-153-4/+16
* .gitignore: Update.P. J. McDermott2013-02-151-1/+6
* Use GNU Autoconf and Automake.P. J. McDermott2013-02-159-22/+60
* src/tmx.c: Silence some compiler warnings.P. J. McDermott2013-02-151-0/+8
* Add resource manager and move src/image.*.P. J. McDermott2013-02-1512-42/+200
* Initial commit.P. J. McDermott2013-02-1423-0/+1131