summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* data/tilesets/db16-forest.xcf: New file.P. J. McDermott2013-11-103-1/+28
* data/palettes/main.gpl: New file.P. J. McDermott2013-11-101-0/+76
* configure.ac: Add more Automake options.P. J. McDermott2013-11-021-1/+1
* data/tilesets/local.mk: Distribute tilesets.P. J. McDermott2013-11-021-0/+1
* .gitignore: Update.P. J. McDermott2013-11-021-10/+13
* Makefile.am: Add really-clean.P. J. McDermott2013-11-021-0/+7
* AUTHORS: Add self.P. J. McDermott2013-11-021-0/+1
* ChangeLog: Remove from repository.P. J. McDermott2013-11-021-0/+0
* Generate ChangeLog.P. J. McDermott2013-11-022-0/+11
* Makefile.am: Add uninstall-hook.P. J. McDermott2013-11-021-0/+7
* Centralize *dir stuff into Makefile.am.P. J. McDermott2013-11-023-9/+6
* Fix data/tilesets/$(am__dirstamp) stuff.P. J. McDermott2013-11-023-9/+6
* data/tilesets/local.mk: Clean up a bit.P. J. McDermott2013-11-023-10/+7
* Makefile.am: Set CLEANFILES.P. J. McDermott2013-11-021-0/+2
* Makefile.am: Distribute autogen.sh.P. J. McDermott2013-11-021-0/+3
* data/tilesets/local.mk: Move tilesetsdir stuff.P. J. McDermott2013-11-021-4/+4
* Move .xcf.png rule to Makefile.am.P. J. McDermott2013-11-022-3/+3
* Makefile.am: Move GCC_CFLAGS to sdlex_CFLAGS.P. J. McDermott2013-11-021-1/+3
* Makefile.am: Adjust indentation.P. J. McDermott2013-11-021-9/+11
* Makefile.am: Clear sdlex_SOURCES, move includes.P. J. McDermott2013-11-021-4/+4
* Use sdlex_CPPFLAGS.P. J. McDermott2013-11-023-5/+3
* Use sdlex_SOURCES in makefile fragments.P. J. McDermott2013-11-022-4/+3
* src/resources/local.mk: Adjust indentation.P. J. McDermott2013-11-021-4/+4
* src/local.mk: Adjust indentation.P. J. McDermott2013-11-021-10/+10
* src/resources/local.mk: Remove .h files.P. J. McDermott2013-11-021-4/+4
* src/local.mk: Remove .h files.P. J. McDermott2013-11-021-8/+8
* Rename Makefile.am files to local.mk.P. J. McDermott2013-11-026-5/+5
* Add copyright and license headers.P. J. McDermott2013-11-0125-0/+450
* Add LGPL (GPL + exception) license text.P. J. McDermott2013-11-012-0/+839
* autogen.sh: chmod a+x.P. J. McDermott2013-11-011-0/+0
* autogen.sh: New file.P. J. McDermott2013-11-011-0/+16
* Add Lostgarden wilderness tileset.P. J. McDermott2013-11-012-0/+54
* src/main.c: It's summer somewhere...P. J. McDermott2013-03-051-5/+19
* Change the viewport size.P. J. McDermott2013-03-052-3/+3
* 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-045-2/+10
* 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 generated 58-color palettes.P. J. McDermott2013-03-044-0/+244
* data/tilesets/collision.tsx: Fix image source.P. J. McDermott2013-03-031-1/+1
* data/maps/forest1-8bit.tmx: Add palette refs.P. J. McDermott2013-03-031-1/+8
* 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