summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* src/main.c: Make demo day length less hardcoded.P. J. McDermott2013-03-041-5/+7
* src/area.c: Disable RLE on area layers.P. J. McDermott2013-03-041-2/+1
* Add a sprite color to palettes.P. J. McDermott2013-03-041-2/+2
* Support palette cycling in area layers.P. J. McDermott2013-03-043-37/+18
* src/main.c: Merge palette cycling & walking demos.P. J. McDermott2013-03-041-106/+60
* Make palette cycling a real part of the engine.P. J. McDermott2013-03-044-95/+180
* src/main.c: Tweak cosine palette cycling macro.P. J. McDermott2013-03-041-4/+19
* Add a default map palette.P. J. McDermott2013-03-032-3/+19
* Support palette properties in maps.P. J. McDermott2013-03-032-5/+89
* src/resources/palette.c: Fix EOF handling.P. J. McDermott2013-03-031-0/+3
* src/main.c: Run morn->day->eve->night cycle.P. J. McDermott2013-03-021-34/+97
* Write a GIMP palette parser.P. J. McDermott2013-03-023-1/+183
* src/main.c: Run day/night cycle on minutes clock.P. J. McDermott2013-03-021-29/+41
* src/main.c: Use cosine curve for day-night cycle.P. J. McDermott2013-03-021-7/+23
* src/main.c: Run a day->night palette cycling demo.P. J. McDermott2013-03-021-10/+30
* src/area.c: Split up area_new().P. J. McDermott2013-03-022-12/+25
* src/resources/image.c: Clean up palette debugging.P. J. McDermott2013-02-241-9/+13
* Optionally list palette colors of loaded images.P. J. McDermott2013-02-221-0/+14
* Define installation directory preprocessor macros.P. J. McDermott2013-02-201-1/+7
* Prevent segmentation faults in some places.P. J. McDermott2013-02-202-3/+24
* Organize maps in their own directory.P. J. McDermott2013-02-201-1/+1
* Improve build system.P. J. McDermott2013-02-202-2/+2
* Distribute headers and data.P. J. McDermott2013-02-202-10/+10
* Clean up some "#if 0" conditions.P. J. McDermott2013-02-194-217/+4
* Disable TMX parser debugging noise by default.P. J. McDermott2013-02-192-0/+70
* Enable and fix a bunch of GCC warnings.P. J. McDermott2013-02-199-17/+18
* Try to get some small performance improvements.P. J. McDermott2013-02-192-2/+3
* Enable more GCC warnings.P. J. McDermott2013-02-191-0/+1
* src/area.c: Consolidate area layer creation code.P. J. McDermott2013-02-191-38/+16
* 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
* 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