From 69e92288e8c8a42d4599da557fbaf27e3a0add5c Mon Sep 17 00:00:00 2001 From: Shokara Kou Date: Wed, 16 Nov 2022 16:57:35 -0500 Subject: add games/stone-soup from ports and update to 0.29.1 --- games/stone-soup/CVS/Entries | 5 + games/stone-soup/CVS/Repository | 1 + games/stone-soup/CVS/Root | 1 + games/stone-soup/Makefile | 93 +++ games/stone-soup/distinfo | 2 + games/stone-soup/files/CVS/Entries | 2 + games/stone-soup/files/CVS/Repository | 1 + games/stone-soup/files/CVS/Root | 1 + games/stone-soup/files/stone-soup.desktop | 9 + games/stone-soup/patches/CVS/Entries | 4 + games/stone-soup/patches/CVS/Repository | 1 + games/stone-soup/patches/CVS/Root | 1 + games/stone-soup/patches/patch-source_Makefile | 93 +++ .../patches/patch-source_rltiles_Makefile | 17 + games/stone-soup/pkg/CVS/Entries | 4 + games/stone-soup/pkg/CVS/Repository | 1 + games/stone-soup/pkg/CVS/Root | 1 + games/stone-soup/pkg/DESCR | 3 + games/stone-soup/pkg/PFRAG.no-no_x11 | 46 ++ games/stone-soup/pkg/PLIST | 674 +++++++++++++++++++++ 20 files changed, 960 insertions(+) create mode 100644 games/stone-soup/CVS/Entries create mode 100644 games/stone-soup/CVS/Repository create mode 100644 games/stone-soup/CVS/Root create mode 100644 games/stone-soup/Makefile create mode 100644 games/stone-soup/distinfo create mode 100644 games/stone-soup/files/CVS/Entries create mode 100644 games/stone-soup/files/CVS/Repository create mode 100644 games/stone-soup/files/CVS/Root create mode 100644 games/stone-soup/files/stone-soup.desktop create mode 100644 games/stone-soup/patches/CVS/Entries create mode 100644 games/stone-soup/patches/CVS/Repository create mode 100644 games/stone-soup/patches/CVS/Root create mode 100644 games/stone-soup/patches/patch-source_Makefile create mode 100644 games/stone-soup/patches/patch-source_rltiles_Makefile create mode 100644 games/stone-soup/pkg/CVS/Entries create mode 100644 games/stone-soup/pkg/CVS/Repository create mode 100644 games/stone-soup/pkg/CVS/Root create mode 100644 games/stone-soup/pkg/DESCR create mode 100644 games/stone-soup/pkg/PFRAG.no-no_x11 create mode 100644 games/stone-soup/pkg/PLIST diff --git a/games/stone-soup/CVS/Entries b/games/stone-soup/CVS/Entries new file mode 100644 index 0000000..225d8ff --- /dev/null +++ b/games/stone-soup/CVS/Entries @@ -0,0 +1,5 @@ +/Makefile/1.44/Fri Mar 11 19:04:58 2022// +/distinfo/1.8/Thu Sep 2 17:03:29 2021// +D/files//// +D/patches//// +D/pkg//// diff --git a/games/stone-soup/CVS/Repository b/games/stone-soup/CVS/Repository new file mode 100644 index 0000000..4643aa0 --- /dev/null +++ b/games/stone-soup/CVS/Repository @@ -0,0 +1 @@ +ports/games/stone-soup diff --git a/games/stone-soup/CVS/Root b/games/stone-soup/CVS/Root new file mode 100644 index 0000000..3811072 --- /dev/null +++ b/games/stone-soup/CVS/Root @@ -0,0 +1 @@ +/cvs diff --git a/games/stone-soup/Makefile b/games/stone-soup/Makefile new file mode 100644 index 0000000..ebc072c --- /dev/null +++ b/games/stone-soup/Makefile @@ -0,0 +1,93 @@ +BROKEN-hppa = ICE on dgn-shoals.cc:638 + +COMMENT = dungeon crawl stone soup + +VERSION = 0.29.1 + +DISTNAME= crawl_${VERSION}.orig +PKGNAME= stone-soup-${VERSION} +REVISION= 0 + +CATEGORIES = games + +HOMEPAGE = https://crawl.develz.org/ + +# GPLv2+ +PERMIT_PACKAGE= Yes + +WANTLIB += ${COMPILER_LIBCXX} ${MODLUA_WANTLIB} c m sqlite3 + +MASTER_SITES = https://github.com/crawl/crawl/releases/download/${VERSION}-debian/ +EXTRACT_SUFX= .tar.xz + +COMPILER = base-clang ports-gcc +MODULES = lang/python \ + lang/lua + +MODLUA_VERSION = 5.1 + +BUILD_DEPENDS = graphics/pngcrush \ + textproc/py-yaml${MODPY_FLAVOR} +LIB_DEPENDS = databases/sqlite3 + +MAKE_FLAGS = CC="${CC}" GCC="${GCC}" GXX="${CXX}" \ + CXX="${CXX}" HOSTCXX="${CXX}" \ + LUA_INCLUDE_DIR=${MODLUA_INCL_DIR} \ + LUA_LIB=${MODLUA_LIB} \ + SQLITE_INCLUDE_DIR=${LOCALBASE}/include \ + LDFLAGS=-L${LOCALBASE}/lib \ + INSTALL_UGRP=root:wheel \ + prefix=${PREFIX} \ + SAVEDIR="~/.crawl" \ + NO_YACC=1 V=1 + +USE_GMAKE = Yes +CONFIGURE_STYLE = none + +MODPY_RUN_DEPENDS = No +MODPY_ADJ_FILES = util/species-gen.py + +FLAVORS = no_x11 +FLAVOR ?= + +.if ${FLAVOR:Mno_x11} +WANTLIB += curses pthread z +MAKE_FLAGS += USE_UNICODE=y UNICODE_LOCALE=y +.else +# This should be automatically set during "gmake -C rltiles..." but isn't... +CFLAGS += -DUSE_TILE +CXXFLAGS += -DUSE_TILE + +MAKE_FLAGS += TILES=y \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib \ + -lSDL2 -lSDL2_image -lpng -pthread" +WANTLIB += GL GLU SDL2 SDL2_image freetype png pthread z +RUN_DEPENDS = +LIB_DEPENDS += devel/sdl2 \ + devel/sdl2-image \ + databases/sqlite3 \ + graphics/png +.endif + +NO_TEST = Yes + +CFLAGS += -I${LOCALBASE}/include -I${LOCALBASE}/include/SDL2 +CXXFLAGS += -I${LOCALBASE}/include -I${LOCALBASE}/include/SDL2 + +WRKDIST = ${WRKDIR}/stone_soup-${VERSION} +WRKSRC = ${WRKDIST}/source + +post-install: + mv ${PREFIX}/bin/crawl ${PREFIX}/bin/crawl-ss + chmod 755 ${PREFIX}/bin/crawl-ss + ${INSTALL_MAN} ${WRKDIST}/docs/crawl.6 ${PREFIX}/man/man6/crawl-ss.6 +.if ! ${FLAVOR:Mno_x11} + ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps ${PREFIX}/share/applications + ${INSTALL_DATA} \ + ${PREFIX}/share/crawl/dat/tiles/stone_soup_icon-32x32.png \ + ${PREFIX}/share/pixmaps/stone-soup.png + ${INSTALL_DATA} ${FILESDIR}/stone-soup.desktop \ + ${PREFIX}/share/applications +.endif + +.include diff --git a/games/stone-soup/distinfo b/games/stone-soup/distinfo new file mode 100644 index 0000000..a7fbf7b --- /dev/null +++ b/games/stone-soup/distinfo @@ -0,0 +1,2 @@ +SHA256 (crawl_0.29.1.orig.tar.xz) = tQMslvJ94gK/JOETYbjPRQmDmCGRaASXiJLfHyn5W9M= +SIZE (crawl_0.29.1.orig.tar.xz) = 15066940 diff --git a/games/stone-soup/files/CVS/Entries b/games/stone-soup/files/CVS/Entries new file mode 100644 index 0000000..2ee046f --- /dev/null +++ b/games/stone-soup/files/CVS/Entries @@ -0,0 +1,2 @@ +/stone-soup.desktop/1.1/Fri Dec 16 15:04:27 2011// +D diff --git a/games/stone-soup/files/CVS/Repository b/games/stone-soup/files/CVS/Repository new file mode 100644 index 0000000..3f36f89 --- /dev/null +++ b/games/stone-soup/files/CVS/Repository @@ -0,0 +1 @@ +ports/games/stone-soup/files diff --git a/games/stone-soup/files/CVS/Root b/games/stone-soup/files/CVS/Root new file mode 100644 index 0000000..3811072 --- /dev/null +++ b/games/stone-soup/files/CVS/Root @@ -0,0 +1 @@ +/cvs diff --git a/games/stone-soup/files/stone-soup.desktop b/games/stone-soup/files/stone-soup.desktop new file mode 100644 index 0000000..e58d338 --- /dev/null +++ b/games/stone-soup/files/stone-soup.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Dungeon Crawl Stone Soup +Exec=crawl-ss +Icon=stone-soup.png +Terminal=false +Type=Application +Categories=Application;Game; +StartupNotify=false diff --git a/games/stone-soup/patches/CVS/Entries b/games/stone-soup/patches/CVS/Entries new file mode 100644 index 0000000..7994531 --- /dev/null +++ b/games/stone-soup/patches/CVS/Entries @@ -0,0 +1,4 @@ +/patch-source_Makefile/1.8/Fri Mar 11 19:04:59 2022// +/patch-source_debian_crawl-tiles_desktop/1.2/Fri Mar 11 19:04:59 2022// +/patch-source_rltiles_Makefile/1.4/Fri Mar 11 19:04:59 2022// +D diff --git a/games/stone-soup/patches/CVS/Repository b/games/stone-soup/patches/CVS/Repository new file mode 100644 index 0000000..4aff38d --- /dev/null +++ b/games/stone-soup/patches/CVS/Repository @@ -0,0 +1 @@ +ports/games/stone-soup/patches diff --git a/games/stone-soup/patches/CVS/Root b/games/stone-soup/patches/CVS/Root new file mode 100644 index 0000000..3811072 --- /dev/null +++ b/games/stone-soup/patches/CVS/Root @@ -0,0 +1 @@ +/cvs diff --git a/games/stone-soup/patches/patch-source_Makefile b/games/stone-soup/patches/patch-source_Makefile new file mode 100644 index 0000000..adc2a3c --- /dev/null +++ b/games/stone-soup/patches/patch-source_Makefile @@ -0,0 +1,93 @@ +Index: source/Makefile +--- source/Makefile.orig ++++ source/Makefile +@@ -260,9 +260,6 @@ ifdef msys + BUILD_LIBPNG = YesPlease + COPY_FONTS = yes + endif +- ifeq ($(shell gcc -v -static -static-libstdc++ 2>&1 | grep 'unrecognized option'),) +- EXTRA_LIBS += -static -static-libgcc -static-libstdc++ +- endif + endif + ifeq ($(uname_S),Darwin) + ifdef MAC_TARGET +@@ -371,11 +368,8 @@ endif + # + ifndef NO_APPLE_PLATFORM + ifeq ($(uname_S),Darwin) +-ifneq ($(shell gcc -v 2>&1 | grep Apple),) +-APPLE_PLATFORM = YesPlease + endif + endif +-endif + + + ifdef WIN32 +@@ -501,15 +495,7 @@ ifneq ($(GCC_VER),) + GCC_VER_SUFFIX:=-$(GCC_VER) + endif + +-# Attempt to use a full compiler name, to make +-# distcc builds work nicely. +-LMACH := $(shell gcc -dumpmachine)- +-ifeq ($(LMACH),-) + LMACH := +-endif +-ifeq ($(shell which $(LMACH)gcc$(GCC_VER_SUFFIX) > /dev/null 2> /dev/null && echo "Yes"),) +-LMACH := +-endif + + ifneq ($(FORCE_CC),) + GCC := $(FORCE_CC) +@@ -1151,51 +1137,6 @@ ifndef NO_OPTIMIZE + endif + endif + endif +-endif +- +-ifdef BUILD_PCRE +-CONTRIBS += pcre +-CONTRIB_LIBS += $(LIBPCRE) +-endif +-ifdef BUILD_FREETYPE +-CONTRIBS += freetype +-CONTRIB_LIBS += $(LIBFREETYPE) +-endif +-ifdef BUILD_LIBPNG +-CONTRIBS += libpng +-CONTRIB_LIBS := $(LIBPNG) $(CONTRIB_LIBS) +-endif +-ifdef BUILD_SDL2 +-CONTRIBS += sdl2 +-CONTRIB_LIBS := $(LIBSDL2) $(CONTRIB_LIBS) +-ifeq ($(uname_S),Linux) +-LIBS += -ldl -lrt +-endif +-endif +-ifdef BUILD_SDL2IMAGE +-CONTRIBS += sdl2-image +-CONTRIB_LIBS := $(LIBSDL2IMAGE) $(CONTRIB_LIBS) +-endif +-ifdef BUILD_SDL2MIXER +-CONTRIBS += sdl2-mixer +-CONTRIB_LIBS := $(LIBSDL2MIXER) $(CONTRIB_LIBS) +-endif +-ifdef BUILD_ZLIB +-CONTRIBS += zlib +-CONTRIB_LIBS += $(LIBZ) +-endif +-ifdef BUILD_LUA +-ifdef USE_LUAJIT +-CONTRIBS += luajit/src +-CFOTHER_L += -DUSE_LUAJIT +-else +-CONTRIBS += lua/src +-endif +-CONTRIB_LIBS += $(LIBLUA) +-endif +-ifdef BUILD_SQLITE +-CONTRIBS += sqlite +-CONTRIB_LIBS += $(LIBSQLITE) + endif + + EXTRA_OBJECTS += version.o diff --git a/games/stone-soup/patches/patch-source_rltiles_Makefile b/games/stone-soup/patches/patch-source_rltiles_Makefile new file mode 100644 index 0000000..807b818 --- /dev/null +++ b/games/stone-soup/patches/patch-source_rltiles_Makefile @@ -0,0 +1,17 @@ +Index: source/rltiles/Makefile +--- source/rltiles/Makefile.orig ++++ source/rltiles/Makefile +@@ -50,13 +50,7 @@ endif + + # Attempt to use a full compiler name, to make + # distcc builds work nicely. +-LMACH := $(shell gcc -dumpmachine)- +-ifeq ($(LMACH),-) + LMACH := +-endif +-ifeq ($(shell which $(LMACH)gcc > /dev/null 2> /dev/null && echo "Yes"),) +-LMACH := +-endif + HOSTCXX ?= $(LMACH)g++ + + DELETE = rm -f diff --git a/games/stone-soup/pkg/CVS/Entries b/games/stone-soup/pkg/CVS/Entries new file mode 100644 index 0000000..7565f0e --- /dev/null +++ b/games/stone-soup/pkg/CVS/Entries @@ -0,0 +1,4 @@ +/DESCR/1.1.1.1/Sun Apr 24 20:14:06 2011// +/PFRAG.no-no_x11/1.11/Fri Mar 11 19:04:59 2022// +/PLIST/1.10/Fri Mar 11 19:04:59 2022// +D diff --git a/games/stone-soup/pkg/CVS/Repository b/games/stone-soup/pkg/CVS/Repository new file mode 100644 index 0000000..2922cbb --- /dev/null +++ b/games/stone-soup/pkg/CVS/Repository @@ -0,0 +1 @@ +ports/games/stone-soup/pkg diff --git a/games/stone-soup/pkg/CVS/Root b/games/stone-soup/pkg/CVS/Root new file mode 100644 index 0000000..3811072 --- /dev/null +++ b/games/stone-soup/pkg/CVS/Root @@ -0,0 +1 @@ +/cvs diff --git a/games/stone-soup/pkg/DESCR b/games/stone-soup/pkg/DESCR new file mode 100644 index 0000000..fc1e4ae --- /dev/null +++ b/games/stone-soup/pkg/DESCR @@ -0,0 +1,3 @@ +Dungeon Crawl Stone Soup is a free roguelike game of exploration and +treasure-hunting in dungeons filled with dangerous and unfriendly +monsters in a quest for the mystifyingly fabulous Orb of Zot. diff --git a/games/stone-soup/pkg/PFRAG.no-no_x11 b/games/stone-soup/pkg/PFRAG.no-no_x11 new file mode 100644 index 0000000..cc4fc44 --- /dev/null +++ b/games/stone-soup/pkg/PFRAG.no-no_x11 @@ -0,0 +1,46 @@ +share/crawl/dat/tiles/ +share/crawl/dat/tiles/feat.png +share/crawl/dat/tiles/floor.png +share/crawl/dat/tiles/gui.png +share/crawl/dat/tiles/icons.png +share/crawl/dat/tiles/logo.png +share/crawl/dat/tiles/logosmall.png +share/crawl/dat/tiles/main.png +share/crawl/dat/tiles/player.png +share/crawl/dat/tiles/stone_soup_icon-32x32.png +share/crawl/dat/tiles/stone_soup_icon-48x48.png +share/crawl/dat/tiles/stone_soup_icon-512x512.png +share/crawl/dat/tiles/stone_soup_icon-win32.png +share/crawl/dat/tiles/title_Cws_Minotauros.png +share/crawl/dat/tiles/title_anon_octopus_wizard.png +share/crawl/dat/tiles/title_arbituhhh_tesu.png +share/crawl/dat/tiles/title_baconkid_duvessa_dowan.png +share/crawl/dat/tiles/title_baconkid_gastronok.png +share/crawl/dat/tiles/title_baconkid_mnoleg.png +share/crawl/dat/tiles/title_denzi_dragon.png +share/crawl/dat/tiles/title_denzi_evil_mage.png +share/crawl/dat/tiles/title_denzi_invasion.png +share/crawl/dat/tiles/title_denzi_kitchen_duty.png +share/crawl/dat/tiles/title_denzi_summoner.png +share/crawl/dat/tiles/title_denzi_undead_warrior.png +share/crawl/dat/tiles/title_e_m_fields.png +share/crawl/dat/tiles/title_firemage.png +share/crawl/dat/tiles/title_froggy_goodgod_tengu_gold.png +share/crawl/dat/tiles/title_froggy_jiyva_felid.png +share/crawl/dat/tiles/title_froggy_natasha_and_boris.png +share/crawl/dat/tiles/title_froggy_rune_and_run_failed_on_dis.png +share/crawl/dat/tiles/title_froggy_thunder_fist_nikola.png +share/crawl/dat/tiles/title_nibiki_octopode.png +share/crawl/dat/tiles/title_omndra_zot_demon.png +share/crawl/dat/tiles/title_peileppe_bloax_eye.png +share/crawl/dat/tiles/title_ploomutoo_ijyb.png +share/crawl/dat/tiles/title_pooryurik_knight.png +share/crawl/dat/tiles/title_psiweapon_kiku.png +share/crawl/dat/tiles/title_psiweapon_roxanne.png +share/crawl/dat/tiles/title_sastrei_chei.png +share/crawl/dat/tiles/title_shadyamish_octm.png +share/crawl/dat/tiles/title_white_noise_entering_the_dungeon.png +share/crawl/dat/tiles/title_white_noise_grabbing_the_orb.png +share/crawl/dat/tiles/wall.png +share/pixmaps/ +share/pixmaps/stone-soup.png diff --git a/games/stone-soup/pkg/PLIST b/games/stone-soup/pkg/PLIST new file mode 100644 index 0000000..24eb741 --- /dev/null +++ b/games/stone-soup/pkg/PLIST @@ -0,0 +1,674 @@ +@bin bin/crawl-ss +@man man/man6/crawl-ss.6 +share/applications/ +share/crawl/ +share/crawl/dat/ +share/crawl/dat/clua/ +share/crawl/dat/clua/autofight.lua +share/crawl/dat/clua/automagic.lua +share/crawl/dat/clua/delays.lua +share/crawl/dat/clua/kills.lua +share/crawl/dat/clua/stash.lua +share/crawl/dat/database/ +share/crawl/dat/database/FAQ.txt +share/crawl/dat/database/el/ +share/crawl/dat/database/el/monflee.txt +share/crawl/dat/database/el/rand_all.txt +share/crawl/dat/database/godname.txt +share/crawl/dat/database/godspeak.txt +share/crawl/dat/database/help.txt +share/crawl/dat/database/insult.txt +share/crawl/dat/database/miscname.txt +share/crawl/dat/database/monflee.txt +share/crawl/dat/database/monname.txt +share/crawl/dat/database/monspeak.txt +share/crawl/dat/database/monspell.txt +share/crawl/dat/database/montitle.txt +share/crawl/dat/database/pl/ +share/crawl/dat/database/pl/godspeak.txt +share/crawl/dat/database/pl/miscname.txt +share/crawl/dat/database/rand_all.txt +share/crawl/dat/database/rand_arm.txt +share/crawl/dat/database/rand_wpn.txt +share/crawl/dat/database/randbook.txt +share/crawl/dat/database/randname.txt +share/crawl/dat/database/shout.txt +share/crawl/dat/database/wpnnoise.txt +share/crawl/dat/defaults/ +share/crawl/dat/defaults/autopickup_exceptions.txt +share/crawl/dat/defaults/glyph_colours.txt +share/crawl/dat/defaults/menu_colours.txt +share/crawl/dat/defaults/messages.txt +share/crawl/dat/defaults/misc.txt +share/crawl/dat/defaults/runrest_messages.txt +share/crawl/dat/defaults/standard_colours.txt +share/crawl/dat/des/ +share/crawl/dat/des/00init.des +share/crawl/dat/des/altar/ +share/crawl/dat/des/altar/altar.des +share/crawl/dat/des/altar/ashenzari_visionary.des +share/crawl/dat/des/altar/ecumenical.des +share/crawl/dat/des/altar/kiku_cage.des +share/crawl/dat/des/altar/lugonu_bribe.des +share/crawl/dat/des/altar/nemelex_the_gamble.des +share/crawl/dat/des/altar/okawaru_arena.des +share/crawl/dat/des/altar/overflow.des +share/crawl/dat/des/altar/trog_burn_book.des +share/crawl/dat/des/altar/trog_wizard.des +share/crawl/dat/des/altar/vehumet_trees.des +share/crawl/dat/des/altar/xom_monty_hall.des +share/crawl/dat/des/altar/xom_sheep.des +share/crawl/dat/des/altar/yredelemnul_ordeal.des +share/crawl/dat/des/arrival/ +share/crawl/dat/des/arrival/arrival_guide.txt +share/crawl/dat/des/arrival/large.des +share/crawl/dat/des/arrival/simple.des +share/crawl/dat/des/arrival/small.des +share/crawl/dat/des/arrival/twisted.des +share/crawl/dat/des/branches/ +share/crawl/dat/des/branches/abyss.des +share/crawl/dat/des/branches/blade.des +share/crawl/dat/des/branches/coc.des +share/crawl/dat/des/branches/crypt.des +share/crawl/dat/des/branches/depths.des +share/crawl/dat/des/branches/depths_encompass.des +share/crawl/dat/des/branches/dis.des +share/crawl/dat/des/branches/elf.des +share/crawl/dat/des/branches/geh.des +share/crawl/dat/des/branches/geh_lava_maze.des +share/crawl/dat/des/branches/hell.des +share/crawl/dat/des/branches/hells.des +share/crawl/dat/des/branches/hilbert_zone.des +share/crawl/dat/des/branches/lair.des +share/crawl/dat/des/branches/orc.des +share/crawl/dat/des/branches/pan.des +share/crawl/dat/des/branches/shoals.des +share/crawl/dat/des/branches/slime.des +share/crawl/dat/des/branches/snake.des +share/crawl/dat/des/branches/spider.des +share/crawl/dat/des/branches/spider_jumping.des +share/crawl/dat/des/branches/swamp.des +share/crawl/dat/des/branches/tar.des +share/crawl/dat/des/branches/temple.des +share/crawl/dat/des/branches/temple_compat.des +share/crawl/dat/des/branches/tomb.des +share/crawl/dat/des/branches/vaults.des +share/crawl/dat/des/branches/vaults_rooms_empty.des +share/crawl/dat/des/branches/vaults_rooms_ghost.des +share/crawl/dat/des/branches/vaults_rooms_hard.des +share/crawl/dat/des/branches/vaults_rooms_standard.des +share/crawl/dat/des/branches/zot.des +share/crawl/dat/des/builder/ +share/crawl/dat/des/builder/alphashops.des +share/crawl/dat/des/builder/arena.des +share/crawl/dat/des/builder/decor.des +share/crawl/dat/des/builder/dummy.des +share/crawl/dat/des/builder/layout.des +share/crawl/dat/des/builder/layout_caves.des +share/crawl/dat/des/builder/layout_cc.des +share/crawl/dat/des/builder/layout_cellular.des +share/crawl/dat/des/builder/layout_city.des +share/crawl/dat/des/builder/layout_delve.des +share/crawl/dat/des/builder/layout_forest.des +share/crawl/dat/des/builder/layout_geoelf.des +share/crawl/dat/des/builder/layout_geoelf_castle.des +share/crawl/dat/des/builder/layout_grids.des +share/crawl/dat/des/builder/layout_halls.des +share/crawl/dat/des/builder/layout_loops.des +share/crawl/dat/des/builder/layout_overlapping_boxes.des +share/crawl/dat/des/builder/layout_pan_divisions.des +share/crawl/dat/des/builder/layout_pools.des +share/crawl/dat/des/builder/layout_vaults.des +share/crawl/dat/des/builder/rooms.des +share/crawl/dat/des/builder/shops.des +share/crawl/dat/des/builder/uniques.des +share/crawl/dat/des/guide.txt +share/crawl/dat/des/portals/ +share/crawl/dat/des/portals/arena.des +share/crawl/dat/des/portals/bailey.des +share/crawl/dat/des/portals/bazaar.des +share/crawl/dat/des/portals/desolation.des +share/crawl/dat/des/portals/gauntlet.des +share/crawl/dat/des/portals/icecave.des +share/crawl/dat/des/portals/ossuary.des +share/crawl/dat/des/portals/sewer.des +share/crawl/dat/des/portals/trove.des +share/crawl/dat/des/portals/volcano.des +share/crawl/dat/des/portals/wizlab.des +share/crawl/dat/des/portals/ziggurat.des +share/crawl/dat/des/serial/ +share/crawl/dat/des/serial/aquarium.des +share/crawl/dat/des/serial/bayou.des +share/crawl/dat/des/serial/column_ruins.des +share/crawl/dat/des/serial/corridors.des +share/crawl/dat/des/serial/curves.des +share/crawl/dat/des/serial/demonic.des +share/crawl/dat/des/serial/forest.des +share/crawl/dat/des/serial/glass.des +share/crawl/dat/des/serial/gnoll_camp.des +share/crawl/dat/des/serial/ice.des +share/crawl/dat/des/serial/magic_research.des +share/crawl/dat/des/serial/park.des +share/crawl/dat/des/serial/rivers.des +share/crawl/dat/des/serial/serial_guide.txt +share/crawl/dat/des/serial/sigils.des +share/crawl/dat/des/serial/subway.des +share/crawl/dat/des/serial/undead.des +share/crawl/dat/des/serial/window.des +share/crawl/dat/des/sprint/ +share/crawl/dat/des/sprint/arena_sprint.des +share/crawl/dat/des/sprint/fedhas.des +share/crawl/dat/des/sprint/linesprint.des +share/crawl/dat/des/sprint/meat.des +share/crawl/dat/des/sprint/menkaure.des +share/crawl/dat/des/sprint/pitsprint.des +share/crawl/dat/des/sprint/red_sonja.des +share/crawl/dat/des/sprint/sprint_mu.des +share/crawl/dat/des/sprint/zigsprint.des +share/crawl/dat/des/test/ +share/crawl/dat/des/test.des +share/crawl/dat/des/test/suite-los.des +share/crawl/dat/des/test/suite.des +share/crawl/dat/des/traps/ +share/crawl/dat/des/traps/monster_drop.des +share/crawl/dat/des/traps/rats_trap.des +share/crawl/dat/des/tutorial/ +share/crawl/dat/des/tutorial/lesson1.des +share/crawl/dat/des/tutorial/lesson2.des +share/crawl/dat/des/tutorial/lesson3.des +share/crawl/dat/des/tutorial/lesson4.des +share/crawl/dat/des/tutorial/lesson5.des +share/crawl/dat/des/variable/ +share/crawl/dat/des/variable/ambush.des +share/crawl/dat/des/variable/arcadia.des +share/crawl/dat/des/variable/cathedral_bats.des +share/crawl/dat/des/variable/compat.des +share/crawl/dat/des/variable/d_encompass.des +share/crawl/dat/des/variable/float.des +share/crawl/dat/des/variable/geyser.des +share/crawl/dat/des/variable/ghost.des +share/crawl/dat/des/variable/grated_community.des +share/crawl/dat/des/variable/large_abstract.des +share/crawl/dat/des/variable/large_themed.des +share/crawl/dat/des/variable/lemuel_castle.des +share/crawl/dat/des/variable/mini.des +share/crawl/dat/des/variable/mini_features.des +share/crawl/dat/des/variable/mini_monsters.des +share/crawl/dat/des/variable/polyominoes.des +share/crawl/dat/des/variable/the_bubble.des +share/crawl/dat/des/variable/the_grid.des +share/crawl/dat/des/variable/winding_woodlands.des +share/crawl/dat/descript/ +share/crawl/dat/descript/ability.txt +share/crawl/dat/descript/backgrounds.txt +share/crawl/dat/descript/branches.txt +share/crawl/dat/descript/cards.txt +share/crawl/dat/descript/clouds.txt +share/crawl/dat/descript/commands.txt +share/crawl/dat/descript/cs/ +share/crawl/dat/descript/cs/ability.txt +share/crawl/dat/descript/cs/branches.txt +share/crawl/dat/descript/cs/commands.txt +share/crawl/dat/descript/cs/features.txt +share/crawl/dat/descript/cs/gods.txt +share/crawl/dat/descript/cs/hints.txt +share/crawl/dat/descript/cs/items.txt +share/crawl/dat/descript/cs/monsters.txt +share/crawl/dat/descript/cs/quotes.txt +share/crawl/dat/descript/cs/species.txt +share/crawl/dat/descript/cs/spells.txt +share/crawl/dat/descript/cs/tutorial.txt +share/crawl/dat/descript/cs/unident.txt +share/crawl/dat/descript/cs/unrand.txt +share/crawl/dat/descript/da/ +share/crawl/dat/descript/da/ability.txt +share/crawl/dat/descript/da/backgrounds.txt +share/crawl/dat/descript/da/branches.txt +share/crawl/dat/descript/da/cards.txt +share/crawl/dat/descript/da/commands.txt +share/crawl/dat/descript/da/hints.txt +share/crawl/dat/descript/da/items.txt +share/crawl/dat/descript/da/monsters.txt +share/crawl/dat/descript/da/quotes.txt +share/crawl/dat/descript/da/skills.txt +share/crawl/dat/descript/da/species.txt +share/crawl/dat/descript/da/unident.txt +share/crawl/dat/descript/da/unrand.txt +share/crawl/dat/descript/de/ +share/crawl/dat/descript/de/ability.txt +share/crawl/dat/descript/de/backgrounds.txt +share/crawl/dat/descript/de/branches.txt +share/crawl/dat/descript/de/cards.txt +share/crawl/dat/descript/de/commands.txt +share/crawl/dat/descript/de/features.txt +share/crawl/dat/descript/de/gods.txt +share/crawl/dat/descript/de/hints.txt +share/crawl/dat/descript/de/items.txt +share/crawl/dat/descript/de/monsters.txt +share/crawl/dat/descript/de/quotes.txt +share/crawl/dat/descript/de/skills.txt +share/crawl/dat/descript/de/species.txt +share/crawl/dat/descript/de/spells.txt +share/crawl/dat/descript/de/tutorial.txt +share/crawl/dat/descript/de/unident.txt +share/crawl/dat/descript/de/unrand.txt +share/crawl/dat/descript/el/ +share/crawl/dat/descript/el/ability.txt +share/crawl/dat/descript/el/backgrounds.txt +share/crawl/dat/descript/el/branches.txt +share/crawl/dat/descript/el/gods.txt +share/crawl/dat/descript/el/items.txt +share/crawl/dat/descript/el/monsters.txt +share/crawl/dat/descript/el/species.txt +share/crawl/dat/descript/el/tutorial.txt +share/crawl/dat/descript/el/unident.txt +share/crawl/dat/descript/el/unrand.txt +share/crawl/dat/descript/es/ +share/crawl/dat/descript/es/ability.txt +share/crawl/dat/descript/es/backgrounds.txt +share/crawl/dat/descript/es/branches.txt +share/crawl/dat/descript/es/cards.txt +share/crawl/dat/descript/es/commands.txt +share/crawl/dat/descript/es/features.txt +share/crawl/dat/descript/es/gods.txt +share/crawl/dat/descript/es/items.txt +share/crawl/dat/descript/es/monsters.txt +share/crawl/dat/descript/es/quotes.txt +share/crawl/dat/descript/es/skills.txt +share/crawl/dat/descript/es/species.txt +share/crawl/dat/descript/es/tutorial.txt +share/crawl/dat/descript/es/unident.txt +share/crawl/dat/descript/es/unrand.txt +share/crawl/dat/descript/features.txt +share/crawl/dat/descript/fi/ +share/crawl/dat/descript/fi/ability.txt +share/crawl/dat/descript/fi/backgrounds.txt +share/crawl/dat/descript/fi/cards.txt +share/crawl/dat/descript/fi/commands.txt +share/crawl/dat/descript/fi/features.txt +share/crawl/dat/descript/fi/items.txt +share/crawl/dat/descript/fi/monsters.txt +share/crawl/dat/descript/fi/species.txt +share/crawl/dat/descript/fi/spells.txt +share/crawl/dat/descript/fi/unident.txt +share/crawl/dat/descript/fi/unrand.txt +share/crawl/dat/descript/fr/ +share/crawl/dat/descript/fr/ability.txt +share/crawl/dat/descript/fr/backgrounds.txt +share/crawl/dat/descript/fr/branches.txt +share/crawl/dat/descript/fr/cards.txt +share/crawl/dat/descript/fr/commands.txt +share/crawl/dat/descript/fr/features.txt +share/crawl/dat/descript/fr/gods.txt +share/crawl/dat/descript/fr/hints.txt +share/crawl/dat/descript/fr/items.txt +share/crawl/dat/descript/fr/monsters.txt +share/crawl/dat/descript/fr/quotes.txt +share/crawl/dat/descript/fr/skills.txt +share/crawl/dat/descript/fr/species.txt +share/crawl/dat/descript/fr/spells.txt +share/crawl/dat/descript/fr/tutorial.txt +share/crawl/dat/descript/fr/unident.txt +share/crawl/dat/descript/fr/unrand.txt +share/crawl/dat/descript/gods.txt +share/crawl/dat/descript/hints.txt +share/crawl/dat/descript/hu/ +share/crawl/dat/descript/hu/backgrounds.txt +share/crawl/dat/descript/hu/species.txt +share/crawl/dat/descript/it/ +share/crawl/dat/descript/it/backgrounds.txt +share/crawl/dat/descript/it/branches.txt +share/crawl/dat/descript/it/cards.txt +share/crawl/dat/descript/it/commands.txt +share/crawl/dat/descript/it/features.txt +share/crawl/dat/descript/it/gods.txt +share/crawl/dat/descript/it/hints.txt +share/crawl/dat/descript/it/items.txt +share/crawl/dat/descript/it/monsters.txt +share/crawl/dat/descript/it/quotes.txt +share/crawl/dat/descript/it/skills.txt +share/crawl/dat/descript/it/species.txt +share/crawl/dat/descript/it/tutorial.txt +share/crawl/dat/descript/it/unident.txt +share/crawl/dat/descript/it/unrand.txt +share/crawl/dat/descript/items.txt +share/crawl/dat/descript/ja/ +share/crawl/dat/descript/ja/ability.txt +share/crawl/dat/descript/ja/backgrounds.txt +share/crawl/dat/descript/ja/branches.txt +share/crawl/dat/descript/ja/cards.txt +share/crawl/dat/descript/ja/commands.txt +share/crawl/dat/descript/ja/gods.txt +share/crawl/dat/descript/ja/hints.txt +share/crawl/dat/descript/ja/items.txt +share/crawl/dat/descript/ja/monsters.txt +share/crawl/dat/descript/ja/skills.txt +share/crawl/dat/descript/ja/species.txt +share/crawl/dat/descript/ja/spells.txt +share/crawl/dat/descript/ja/tutorial.txt +share/crawl/dat/descript/ja/unident.txt +share/crawl/dat/descript/ja/unrand.txt +share/crawl/dat/descript/ko/ +share/crawl/dat/descript/ko/ability.txt +share/crawl/dat/descript/ko/backgrounds.txt +share/crawl/dat/descript/ko/branches.txt +share/crawl/dat/descript/ko/cards.txt +share/crawl/dat/descript/ko/commands.txt +share/crawl/dat/descript/ko/features.txt +share/crawl/dat/descript/ko/gods.txt +share/crawl/dat/descript/ko/hints.txt +share/crawl/dat/descript/ko/items.txt +share/crawl/dat/descript/ko/monsters.txt +share/crawl/dat/descript/ko/quotes.txt +share/crawl/dat/descript/ko/skills.txt +share/crawl/dat/descript/ko/species.txt +share/crawl/dat/descript/ko/spells.txt +share/crawl/dat/descript/ko/tutorial.txt +share/crawl/dat/descript/ko/unident.txt +share/crawl/dat/descript/ko/unrand.txt +share/crawl/dat/descript/lt/ +share/crawl/dat/descript/lt/backgrounds.txt +share/crawl/dat/descript/lt/branches.txt +share/crawl/dat/descript/lt/commands.txt +share/crawl/dat/descript/lt/monsters.txt +share/crawl/dat/descript/lt/skills.txt +share/crawl/dat/descript/lt/species.txt +share/crawl/dat/descript/lt/unident.txt +share/crawl/dat/descript/lv/ +share/crawl/dat/descript/lv/ability.txt +share/crawl/dat/descript/lv/backgrounds.txt +share/crawl/dat/descript/lv/branches.txt +share/crawl/dat/descript/lv/cards.txt +share/crawl/dat/descript/lv/commands.txt +share/crawl/dat/descript/lv/features.txt +share/crawl/dat/descript/lv/gods.txt +share/crawl/dat/descript/lv/hints.txt +share/crawl/dat/descript/lv/items.txt +share/crawl/dat/descript/lv/monsters.txt +share/crawl/dat/descript/lv/skills.txt +share/crawl/dat/descript/lv/species.txt +share/crawl/dat/descript/lv/spells.txt +share/crawl/dat/descript/lv/tutorial.txt +share/crawl/dat/descript/lv/unident.txt +share/crawl/dat/descript/lv/unrand.txt +share/crawl/dat/descript/monsters.txt +share/crawl/dat/descript/mutations.txt +share/crawl/dat/descript/nl/ +share/crawl/dat/descript/nl/ability.txt +share/crawl/dat/descript/nl/tutorial.txt +share/crawl/dat/descript/nl/unident.txt +share/crawl/dat/descript/pl/ +share/crawl/dat/descript/pl/ability.txt +share/crawl/dat/descript/pl/backgrounds.txt +share/crawl/dat/descript/pl/cards.txt +share/crawl/dat/descript/pl/commands.txt +share/crawl/dat/descript/pl/features.txt +share/crawl/dat/descript/pl/gods.txt +share/crawl/dat/descript/pl/hints.txt +share/crawl/dat/descript/pl/items.txt +share/crawl/dat/descript/pl/quotes.txt +share/crawl/dat/descript/pl/skills.txt +share/crawl/dat/descript/pl/species.txt +share/crawl/dat/descript/pl/spells.txt +share/crawl/dat/descript/pl/tutorial.txt +share/crawl/dat/descript/pl/unident.txt +share/crawl/dat/descript/pl/unrand.txt +share/crawl/dat/descript/pt/ +share/crawl/dat/descript/pt/ability.txt +share/crawl/dat/descript/pt/commands.txt +share/crawl/dat/descript/pt/gods.txt +share/crawl/dat/descript/pt/items.txt +share/crawl/dat/descript/pt/unident.txt +share/crawl/dat/descript/quotes.txt +share/crawl/dat/descript/ru/ +share/crawl/dat/descript/ru/ability.txt +share/crawl/dat/descript/ru/backgrounds.txt +share/crawl/dat/descript/ru/branches.txt +share/crawl/dat/descript/ru/cards.txt +share/crawl/dat/descript/ru/commands.txt +share/crawl/dat/descript/ru/features.txt +share/crawl/dat/descript/ru/gods.txt +share/crawl/dat/descript/ru/hints.txt +share/crawl/dat/descript/ru/items.txt +share/crawl/dat/descript/ru/monsters.txt +share/crawl/dat/descript/ru/quotes.txt +share/crawl/dat/descript/ru/skills.txt +share/crawl/dat/descript/ru/species.txt +share/crawl/dat/descript/ru/spells.txt +share/crawl/dat/descript/ru/tutorial.txt +share/crawl/dat/descript/ru/unident.txt +share/crawl/dat/descript/ru/unrand.txt +share/crawl/dat/descript/skills.txt +share/crawl/dat/descript/species.txt +share/crawl/dat/descript/spells.txt +share/crawl/dat/descript/status.txt +share/crawl/dat/descript/sv/ +share/crawl/dat/descript/sv/ability.txt +share/crawl/dat/descript/sv/cards.txt +share/crawl/dat/descript/sv/commands.txt +share/crawl/dat/descript/sv/features.txt +share/crawl/dat/descript/sv/items.txt +share/crawl/dat/descript/sv/monsters.txt +share/crawl/dat/descript/sv/species.txt +share/crawl/dat/descript/sv/unrand.txt +share/crawl/dat/descript/tr/ +share/crawl/dat/descript/tr/ability.txt +share/crawl/dat/descript/tr/cards.txt +share/crawl/dat/descript/tr/commands.txt +share/crawl/dat/descript/tr/gods.txt +share/crawl/dat/descript/tr/items.txt +share/crawl/dat/descript/tr/quotes.txt +share/crawl/dat/descript/tr/species.txt +share/crawl/dat/descript/tr/tutorial.txt +share/crawl/dat/descript/tr/unident.txt +share/crawl/dat/descript/tr/unrand.txt +share/crawl/dat/descript/tutorial.txt +share/crawl/dat/descript/unident.txt +share/crawl/dat/descript/unrand.txt +share/crawl/dat/descript/zh/ +share/crawl/dat/descript/zh/ability.txt +share/crawl/dat/descript/zh/backgrounds.txt +share/crawl/dat/descript/zh/branches.txt +share/crawl/dat/descript/zh/cards.txt +share/crawl/dat/descript/zh/clouds.txt +share/crawl/dat/descript/zh/commands.txt +share/crawl/dat/descript/zh/features.txt +share/crawl/dat/descript/zh/gods.txt +share/crawl/dat/descript/zh/hints.txt +share/crawl/dat/descript/zh/items.txt +share/crawl/dat/descript/zh/monsters.txt +share/crawl/dat/descript/zh/quotes.txt +share/crawl/dat/descript/zh/skills.txt +share/crawl/dat/descript/zh/species.txt +share/crawl/dat/descript/zh/spells.txt +share/crawl/dat/descript/zh/tutorial.txt +share/crawl/dat/descript/zh/unident.txt +share/crawl/dat/descript/zh/unrand.txt +share/crawl/dat/dist_bones/ +share/crawl/dat/dist_bones/README +share/crawl/dat/dist_bones/bones.store.Crypt +share/crawl/dat/dist_bones/bones.store.D-10 +share/crawl/dat/dist_bones/bones.store.D-11 +share/crawl/dat/dist_bones/bones.store.D-12 +share/crawl/dat/dist_bones/bones.store.D-13 +share/crawl/dat/dist_bones/bones.store.D-14 +share/crawl/dat/dist_bones/bones.store.D-15 +share/crawl/dat/dist_bones/bones.store.D-3 +share/crawl/dat/dist_bones/bones.store.D-4 +share/crawl/dat/dist_bones/bones.store.D-5 +share/crawl/dat/dist_bones/bones.store.D-6 +share/crawl/dat/dist_bones/bones.store.D-7 +share/crawl/dat/dist_bones/bones.store.D-8 +share/crawl/dat/dist_bones/bones.store.D-9 +share/crawl/dat/dist_bones/bones.store.Depths +share/crawl/dat/dist_bones/bones.store.Elf +share/crawl/dat/dist_bones/bones.store.Hells +share/crawl/dat/dist_bones/bones.store.Lair-1 +share/crawl/dat/dist_bones/bones.store.Lair-2 +share/crawl/dat/dist_bones/bones.store.Lair-3 +share/crawl/dat/dist_bones/bones.store.Lair-4 +share/crawl/dat/dist_bones/bones.store.Lair-5 +share/crawl/dat/dist_bones/bones.store.Lair-6 +share/crawl/dat/dist_bones/bones.store.Orc +share/crawl/dat/dist_bones/bones.store.Pan +share/crawl/dat/dist_bones/bones.store.Shoals +share/crawl/dat/dist_bones/bones.store.Slime +share/crawl/dat/dist_bones/bones.store.Snake +share/crawl/dat/dist_bones/bones.store.Spider +share/crawl/dat/dist_bones/bones.store.Swamp +share/crawl/dat/dist_bones/bones.store.Tomb +share/crawl/dat/dist_bones/bones.store.Vaults +share/crawl/dat/dist_bones/bones.store.Zig +share/crawl/dat/dist_bones/bones.store.Zot +share/crawl/dat/dlua/ +share/crawl/dat/dlua/debug.lua +share/crawl/dat/dlua/dungeon.lua +share/crawl/dat/dlua/explorer.lua +share/crawl/dat/dlua/fnwrap.lua +share/crawl/dat/dlua/gauntlet.lua +share/crawl/dat/dlua/ghost.lua +share/crawl/dat/dlua/init.lua +share/crawl/dat/dlua/iter.lua +share/crawl/dat/dlua/layout/ +share/crawl/dat/dlua/layout/geoelf.lua +share/crawl/dat/dlua/layout/geoelf_corridors.lua +share/crawl/dat/dlua/layout/geoelf_directions.lua +share/crawl/dat/dlua/layout/geoelf_glyphs.lua +share/crawl/dat/dlua/layout/geoelf_rooms.lua +share/crawl/dat/dlua/layout/hyper.lua +share/crawl/dat/dlua/layout/hyper_caves.lua +share/crawl/dat/dlua/layout/hyper_city.lua +share/crawl/dat/dlua/layout/hyper_debug.lua +share/crawl/dat/dlua/layout/hyper_decor.lua +share/crawl/dat/dlua/layout/hyper_fort.lua +share/crawl/dat/dlua/layout/hyper_paint.lua +share/crawl/dat/dlua/layout/hyper_place.lua +share/crawl/dat/dlua/layout/hyper_rooms.lua +share/crawl/dat/dlua/layout/hyper_shapes.lua +share/crawl/dat/dlua/layout/hyper_strategy.lua +share/crawl/dat/dlua/layout/hyper_usage.lua +share/crawl/dat/dlua/layout/layout.lua +share/crawl/dat/dlua/layout/minimum_map_area.lua +share/crawl/dat/dlua/layout/omnigrid.lua +share/crawl/dat/dlua/layout/procedural.lua +share/crawl/dat/dlua/layout/procedural_complex.lua +share/crawl/dat/dlua/layout/procedural_primitives.lua +share/crawl/dat/dlua/layout/procedural_transform.lua +share/crawl/dat/dlua/layout/rooms_primitive.lua +share/crawl/dat/dlua/layout/theme.lua +share/crawl/dat/dlua/layout/vector.lua +share/crawl/dat/dlua/layout/zonify.lua +share/crawl/dat/dlua/lm_1way.lua +share/crawl/dat/dlua/lm_door.lua +share/crawl/dat/dlua/lm_fog.lua +share/crawl/dat/dlua/lm_items.lua +share/crawl/dat/dlua/lm_mon_prop.lua +share/crawl/dat/dlua/lm_monst.lua +share/crawl/dat/dlua/lm_mslav.lua +share/crawl/dat/dlua/lm_named_hatch.lua +share/crawl/dat/dlua/lm_pdesc.lua +share/crawl/dat/dlua/lm_props.lua +share/crawl/dat/dlua/lm_timed.lua +share/crawl/dat/dlua/lm_tmsg.lua +share/crawl/dat/dlua/lm_toll.lua +share/crawl/dat/dlua/lm_trans.lua +share/crawl/dat/dlua/lm_trig.lua +share/crawl/dat/dlua/lm_trove.lua +share/crawl/dat/dlua/loadmaps.lua +share/crawl/dat/dlua/luamark.lua +share/crawl/dat/dlua/macro.lua +share/crawl/dat/dlua/mapinit.lua +share/crawl/dat/dlua/persist.lua +share/crawl/dat/dlua/point.lua +share/crawl/dat/dlua/profiler.lua +share/crawl/dat/dlua/sanity.lua +share/crawl/dat/dlua/sprint.lua +share/crawl/dat/dlua/stress.lua +share/crawl/dat/dlua/tags.lua +share/crawl/dat/dlua/test.lua +share/crawl/dat/dlua/tutorial.lua +share/crawl/dat/dlua/userbase.lua +share/crawl/dat/dlua/util.lua +share/crawl/dat/dlua/v_debug.lua +share/crawl/dat/dlua/v_layouts.lua +share/crawl/dat/dlua/v_paint.lua +share/crawl/dat/dlua/v_rooms.lua +share/crawl/dat/dlua/v_shapes.lua +share/crawl/dat/dlua/vault.lua +share/crawl/dat/dlua/ziggurat.lua +share/crawl/dat/tiles/title_kaonedong_ignis_the_dying_flame.png +share/crawl/dat/tiles/title_kaonedong_menkaure_prince_of_dust.png +share/crawl/dat/tiles/title_philosopheropposite_palentonga_paladin.png +share/crawl/docs/ +share/crawl/docs/CREDITS.txt +share/crawl/docs/aptitudes-wide.txt +share/crawl/docs/aptitudes.txt +share/crawl/docs/arena.txt +@comment share/crawl/docs/changelog.txt +share/crawl/docs/crawl_manual.txt +@comment share/crawl/docs/develop/coding_conventions.txt +@comment share/crawl/docs/develop/ +@comment share/crawl/docs/develop/IRC.txt +@comment share/crawl/docs/develop/android.txt +@comment share/crawl/docs/develop/arena.txt +@comment share/crawl/docs/develop/background_creation.txt +@comment share/crawl/docs/develop/ctags.txt +@comment share/crawl/docs/develop/editor_tips.txt +@comment share/crawl/docs/develop/gdb_tips.txt +@comment share/crawl/docs/develop/god_creation.txt +@comment share/crawl/docs/develop/keys.txt +@comment share/crawl/docs/develop/levels/ +@comment share/crawl/docs/develop/levels/advanced.txt +@comment share/crawl/docs/develop/levels/introduction.txt +@comment share/crawl/docs/develop/levels/syntax.txt +@comment share/crawl/docs/develop/levels/triggerables.txt +@comment share/crawl/docs/develop/monster_creation.txt +@comment share/crawl/docs/develop/monster_speech.txt +@comment share/crawl/docs/develop/mutation_creation.txt +@comment share/crawl/docs/develop/patch_guide.txt +@comment share/crawl/docs/develop/save_compatibility.txt +@comment share/crawl/docs/develop/spells.txt +@comment share/crawl/docs/develop/test_plug_and_play_cc.txt +@comment share/crawl/docs/develop/tiles_creation.txt +@comment share/crawl/docs/develop/translation.txt +share/crawl/docs/fight_simulator.txt +share/crawl/docs/keybind.txt +@comment share/crawl/docs/license/ +@comment share/crawl/docs/license/cc0.txt +@comment share/crawl/docs/license/lgpl.txt +@comment share/crawl/docs/license/libpng-LICENSE.txt +@comment share/crawl/docs/license/lualicense.txt +@comment share/crawl/docs/license/pcre_license.txt +@comment share/crawl/docs/license/worley.txt +share/crawl/docs/macros_guide.txt +share/crawl/docs/options_guide.txt +share/crawl/docs/quickstart.md +share/crawl/docs/quickstart.txt +@comment share/crawl/docs/ssh_guide.txt +share/crawl/docs/tiles_help.txt +share/crawl/settings/ +share/crawl/settings/0.12_monster_glyphs.txt +share/crawl/settings/0.13_monster_glyphs.txt +share/crawl/settings/0.14_monster_glyphs.txt +share/crawl/settings/0.16_monster_glyphs.txt +share/crawl/settings/0.17_monster_glyphs.txt +share/crawl/settings/0.18_monster_glyphs.txt +share/crawl/settings/0.9_monster_glyphs.txt +share/crawl/settings/034_command_keys.txt +share/crawl/settings/052_monster_glyphs.txt +share/crawl/settings/060_monster_glyphs.txt +share/crawl/settings/071_monster_glyphs.txt +share/crawl/settings/080_monster_glyphs.txt +share/crawl/settings/advanced_optioneering.txt +share/crawl/settings/colemak_command_keys.txt +share/crawl/settings/dec_glyphs.txt +share/crawl/settings/dvorak_command_keys.txt +share/crawl/settings/ibm_glyphs.txt +share/crawl/settings/init.txt +@comment share/crawl/settings/mac/ +@comment share/crawl/settings/mac/Crawl profile.terminal +share/crawl/settings/neo_command_keys.txt +share/crawl/settings/no_vi_command_keys.txt +share/crawl/settings/old_unicode_glyphs.txt +share/crawl/settings/safe_move_shift.txt +!%%no_x11%% -- cgit v1.2.3