summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Move demo out of main().P. J. McDermott2013-11-154-122/+197
|
* src/main.c: Make days longer.P. J. McDermott2013-11-141-1/+1
| | | | | Walking through this forest used to take two days. Now it takes just one.
* src/main.c: Add another shortcut to the demo.P. J. McDermott2013-11-141-2/+2
| | | | This is more realistic; players are lazy pedestrians.
* tools/mkpals.c: Remove.P. J. McDermott2013-11-141-86/+0
|
* data/palettes/palette.txt: Remove.P. J. McDermott2013-11-141-58/+0
|
* data/palettes/main.gpl: Remove.P. J. McDermott2013-11-142-77/+0
|
* data/maps/db16-route.tmx: Use DB16 cycle palettes.P. J. McDermott2013-11-141-5/+5
|
* Add morn, eve, and night DB16-based palettes.P. J. McDermott2013-11-144-240/+295
|
* tools/mkpals.c: New file.P. J. McDermott2013-11-141-0/+86
| | | | This is the program that generated the palettes in commit d417067.
* data/palettes/palette.txt: New file.P. J. McDermott2013-11-141-0/+58
| | | | These are the 58 colors in the Lostgarden wilderness tileset.
* Makefile.am: Add copyright and license notice.P. J. McDermott2013-11-121-0/+18
|
* configure.ac: Add copyright and license notice.P. J. McDermott2013-11-121-0/+18
|
* data/palettes/local.mk: New file.P. J. McDermott2013-11-123-0/+17
|
* data/tilesets/local.mk: Really dist tilesets.P. J. McDermott2013-11-121-1/+1
| | | | | $(dist_tilesets_sources) was mistakenly added to DISTCLEANFILES in commit 3e54392. Move it to EXTRA_DIST.
* src/resources/local.mk: Add header files.P. J. McDermott2013-11-121-1/+5
|
* src/local.mk: Add header files.P. J. McDermott2013-11-121-1/+9
|
* src/resources/local.mk: Sort source file names.P. J. McDermott2013-11-121-2/+2
|
* src/local.mk: Sort source file names.P. J. McDermott2013-11-121-6/+6
|
* src/area.c: Change color of demo "sprite".P. J. McDermott2013-11-121-1/+1
|
* src/main.c: Demo new map.P. J. McDermott2013-11-121-15/+19
|
* data/maps/db16-route.tmx: New file.P. J. McDermott2013-11-121-0/+39
|
* 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
| | | | This is instead of AM_CPPFLAGS and sdlex_CFLAGS.
* 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
|