Thu Dec 15 12:25:31 2022 UTC ()
stone-soup[-sdl]: update to 0.29.1

Release notes for 0.29:

https://crawl.develz.org/wordpress/0-29-shooting-stars


(nia)
diff -r1.20 -r1.21 pkgsrc/games/stone-soup/Makefile
diff -r1.10 -r1.11 pkgsrc/games/stone-soup/Makefile.common
diff -r1.6 -r1.7 pkgsrc/games/stone-soup/PLIST
diff -r1.9 -r1.10 pkgsrc/games/stone-soup/distinfo
diff -r1.28 -r1.29 pkgsrc/games/stone-soup-sdl/Makefile
diff -r1.6 -r1.7 pkgsrc/games/stone-soup-sdl/PLIST

cvs diff -r1.20 -r1.21 pkgsrc/games/stone-soup/Makefile (expand / switch to unified diff)

--- pkgsrc/games/stone-soup/Makefile 2022/11/23 16:20:09 1.20
+++ pkgsrc/games/stone-soup/Makefile 2022/12/15 12:25:31 1.21
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
1# $NetBSD: Makefile,v 1.20 2022/11/23 16:20:09 adam Exp $ 1# $NetBSD: Makefile,v 1.21 2022/12/15 12:25:31 nia Exp $
2 2
3PKGREVISION= 3 
4.include "Makefile.common" 3.include "Makefile.common"
5 4
6MAINTAINER= nia@NetBSD.org 5MAINTAINER= nia@NetBSD.org
7COMMENT= Dungeon Crawl Stone Soup - roguelike adventure (text-only version) 6COMMENT= Dungeon Crawl Stone Soup - roguelike adventure (text-only version)
8 7
9CONFLICTS+= stone-soup-sdl-[0-9]* 8CONFLICTS+= stone-soup-sdl-[0-9]*
10 9
11.include "../../mk/bsd.pkg.mk" 10.include "../../mk/bsd.pkg.mk"

cvs diff -r1.10 -r1.11 pkgsrc/games/stone-soup/Makefile.common (expand / switch to unified diff)

--- pkgsrc/games/stone-soup/Makefile.common 2022/03/02 21:31:07 1.10
+++ pkgsrc/games/stone-soup/Makefile.common 2022/12/15 12:25:31 1.11
@@ -1,32 +1,29 @@ @@ -1,32 +1,29 @@
1# $NetBSD: Makefile.common,v 1.10 2022/03/02 21:31:07 nia Exp $ 1# $NetBSD: Makefile.common,v 1.11 2022/12/15 12:25:31 nia Exp $
2# used by games/stone-soup/Makefile 2# used by games/stone-soup/Makefile
3# used by games/stone-soup-sdl/Makefile 3# used by games/stone-soup-sdl/Makefile
4 4
5DISTNAME= stone_soup-0.28.0-nodeps 5DISTNAME= stone-soup-0.29.1
6PKGNAME= ${DISTNAME:S/_/-/:S/-nodeps//1} 
7CATEGORIES= games 6CATEGORIES= games
8MASTER_SITES= ${MASTER_SITE_GITHUB:=crawl/} 7MASTER_SITES= ${MASTER_SITE_GITHUB:=crawl/}
9GITHUB_PROJECT= crawl 8GITHUB_PROJECT= crawl
10GITHUB_RELEASE= ${PKGVERSION_NOREV} 
11EXTRACT_SUFX= .tar.xz 
12 9
13HOMEPAGE= https://crawl.develz.org/ 10HOMEPAGE= https://crawl.develz.org/
14LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
15 12
16DISTINFO_FILE= ${.CURDIR}/../../games/stone-soup/distinfo 13DISTINFO_FILE= ${.CURDIR}/../../games/stone-soup/distinfo
17PATCHDIR= ${.CURDIR}/../../games/stone-soup/patches 14PATCHDIR= ${.CURDIR}/../../games/stone-soup/patches
18 15
19WRKSRC= ${WRKDIR}/stone_soup-${PKGVERSION_NOREV} 16WRKSRC= ${WRKDIR}/crawl-${PKGVERSION_NOREV}/crawl-ref
20BUILD_DIRS= source 17BUILD_DIRS= source
21USE_TOOLS+= pkg-config gmake perl 18USE_TOOLS+= pkg-config gmake perl
22USE_LANGUAGES= c c++ 19USE_LANGUAGES= c c++
23USE_LIBTOOL= yes 20USE_LIBTOOL= yes
24 21
25CXXFLAGS+= -DCURSES_INCLUDE_FILE='<ncursesw/ncurses.h>' 22CXXFLAGS+= -DCURSES_INCLUDE_FILE='<ncursesw/ncurses.h>'
26 23
27# C++11 24# C++11
28GCC_REQD+= 4.8 25GCC_REQD+= 4.8
29 26
30MAKE_FLAGS+= prefix=${PREFIX} 27MAKE_FLAGS+= prefix=${PREFIX}
31MAKE_FLAGS+= SAVEDIR='~/.crawl' 28MAKE_FLAGS+= SAVEDIR='~/.crawl'
32MAKE_FLAGS+= V=y 29MAKE_FLAGS+= V=y
@@ -46,21 +43,24 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9 @@ -46,21 +43,24 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-yaml-[0-9
46 43
47REPLACE_PYTHON+= sources/util/species-gen.py 44REPLACE_PYTHON+= sources/util/species-gen.py
48REPLACE_PYTHON+= sources/util/txc 45REPLACE_PYTHON+= sources/util/txc
49REPLACE_PYTHON+= sources/webserver/server.py 46REPLACE_PYTHON+= sources/webserver/server.py
50REPLACE_PYTHON+= sources/webserver/ws_handler.py 47REPLACE_PYTHON+= sources/webserver/ws_handler.py
51 48
52LUA_VERSIONS_ACCEPTED= 51 49LUA_VERSIONS_ACCEPTED= 51
53 50
54CHECK_PORTABILITY_SKIP+= source/contrib/sdl2/build-scripts/androidbuildlibs.sh 51CHECK_PORTABILITY_SKIP+= source/contrib/sdl2/build-scripts/androidbuildlibs.sh
55CHECK_PORTABILITY_SKIP+= source/contrib/sdl2/build-scripts/iosbuild.sh 52CHECK_PORTABILITY_SKIP+= source/contrib/sdl2/build-scripts/iosbuild.sh
56CHECK_PORTABILITY_SKIP+= source/contrib/sdl2-image/external/tiff-4.0.3/configure 53CHECK_PORTABILITY_SKIP+= source/contrib/sdl2-image/external/tiff-4.0.3/configure
57CHECK_PORTABILITY_SKIP+= */Xcode/*.sh 54CHECK_PORTABILITY_SKIP+= */Xcode/*.sh
58 55
 56pre-build:
 57 ${ECHO} ${PKGVERSION_NOREV} > ${WRKSRC}/source/util/release_ver
 58
59.include "../../databases/sqlite3/buildlink3.mk" 59.include "../../databases/sqlite3/buildlink3.mk"
60# FIXME: Compatibility issue with NetBSD curses 60# FIXME: Compatibility issue with NetBSD curses
61# https://github.com/crawl/crawl/issues/1661 61# https://github.com/crawl/crawl/issues/1661
62.include "../../devel/ncursesw/buildlink3.mk" 62.include "../../devel/ncursesw/buildlink3.mk"
63.include "../../devel/zlib/buildlink3.mk" 63.include "../../devel/zlib/buildlink3.mk"
64.include "../../lang/lua/buildlink3.mk" 64.include "../../lang/lua/buildlink3.mk"
65.include "../../lang/python/tool.mk" 65.include "../../lang/python/tool.mk"
66.include "../../mk/pthread.buildlink3.mk" 66.include "../../mk/pthread.buildlink3.mk"

cvs diff -r1.6 -r1.7 pkgsrc/games/stone-soup/PLIST (expand / switch to unified diff)

--- pkgsrc/games/stone-soup/PLIST 2022/03/02 21:31:07 1.6
+++ pkgsrc/games/stone-soup/PLIST 2022/12/15 12:25:31 1.7
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.6 2022/03/02 21:31:07 nia Exp $ 1@comment $NetBSD: PLIST,v 1.7 2022/12/15 12:25:31 nia Exp $
2bin/crawl 2bin/crawl
3share/stone-soup/dat/clua/autofight.lua 3share/stone-soup/dat/clua/autofight.lua
4share/stone-soup/dat/clua/automagic.lua 4share/stone-soup/dat/clua/automagic.lua
5share/stone-soup/dat/clua/delays.lua 5share/stone-soup/dat/clua/delays.lua
6share/stone-soup/dat/clua/kills.lua 6share/stone-soup/dat/clua/kills.lua
7share/stone-soup/dat/clua/stash.lua 7share/stone-soup/dat/clua/stash.lua
8share/stone-soup/dat/database/FAQ.txt 8share/stone-soup/dat/database/FAQ.txt
9share/stone-soup/dat/database/el/monflee.txt 9share/stone-soup/dat/database/el/monflee.txt
10share/stone-soup/dat/database/el/rand_all.txt 10share/stone-soup/dat/database/el/rand_all.txt
11share/stone-soup/dat/database/godname.txt 11share/stone-soup/dat/database/godname.txt
12share/stone-soup/dat/database/godspeak.txt 12share/stone-soup/dat/database/godspeak.txt
13share/stone-soup/dat/database/help.txt 13share/stone-soup/dat/database/help.txt
14share/stone-soup/dat/database/insult.txt 14share/stone-soup/dat/database/insult.txt
@@ -117,26 +117,27 @@ share/stone-soup/dat/des/portals/desolat @@ -117,26 +117,27 @@ share/stone-soup/dat/des/portals/desolat
117share/stone-soup/dat/des/portals/gauntlet.des 117share/stone-soup/dat/des/portals/gauntlet.des
118share/stone-soup/dat/des/portals/icecave.des 118share/stone-soup/dat/des/portals/icecave.des
119share/stone-soup/dat/des/portals/ossuary.des 119share/stone-soup/dat/des/portals/ossuary.des
120share/stone-soup/dat/des/portals/sewer.des 120share/stone-soup/dat/des/portals/sewer.des
121share/stone-soup/dat/des/portals/trove.des 121share/stone-soup/dat/des/portals/trove.des
122share/stone-soup/dat/des/portals/volcano.des 122share/stone-soup/dat/des/portals/volcano.des
123share/stone-soup/dat/des/portals/wizlab.des 123share/stone-soup/dat/des/portals/wizlab.des
124share/stone-soup/dat/des/portals/ziggurat.des 124share/stone-soup/dat/des/portals/ziggurat.des
125share/stone-soup/dat/des/serial/aquarium.des 125share/stone-soup/dat/des/serial/aquarium.des
126share/stone-soup/dat/des/serial/bayou.des 126share/stone-soup/dat/des/serial/bayou.des
127share/stone-soup/dat/des/serial/column_ruins.des 127share/stone-soup/dat/des/serial/column_ruins.des
128share/stone-soup/dat/des/serial/corridors.des 128share/stone-soup/dat/des/serial/corridors.des
129share/stone-soup/dat/des/serial/curves.des 129share/stone-soup/dat/des/serial/curves.des
 130share/stone-soup/dat/des/serial/demonic.des
130share/stone-soup/dat/des/serial/forest.des 131share/stone-soup/dat/des/serial/forest.des
131share/stone-soup/dat/des/serial/glass.des 132share/stone-soup/dat/des/serial/glass.des
132share/stone-soup/dat/des/serial/gnoll_camp.des 133share/stone-soup/dat/des/serial/gnoll_camp.des
133share/stone-soup/dat/des/serial/ice.des 134share/stone-soup/dat/des/serial/ice.des
134share/stone-soup/dat/des/serial/magic_research.des 135share/stone-soup/dat/des/serial/magic_research.des
135share/stone-soup/dat/des/serial/park.des 136share/stone-soup/dat/des/serial/park.des
136share/stone-soup/dat/des/serial/rivers.des 137share/stone-soup/dat/des/serial/rivers.des
137share/stone-soup/dat/des/serial/serial_guide.txt 138share/stone-soup/dat/des/serial/serial_guide.txt
138share/stone-soup/dat/des/serial/sigils.des 139share/stone-soup/dat/des/serial/sigils.des
139share/stone-soup/dat/des/serial/subway.des 140share/stone-soup/dat/des/serial/subway.des
140share/stone-soup/dat/des/serial/undead.des 141share/stone-soup/dat/des/serial/undead.des
141share/stone-soup/dat/des/serial/window.des 142share/stone-soup/dat/des/serial/window.des
142share/stone-soup/dat/des/sprint/arena_sprint.des 143share/stone-soup/dat/des/sprint/arena_sprint.des

cvs diff -r1.9 -r1.10 pkgsrc/games/stone-soup/distinfo (expand / switch to unified diff)

--- pkgsrc/games/stone-soup/distinfo 2022/03/02 21:31:07 1.9
+++ pkgsrc/games/stone-soup/distinfo 2022/12/15 12:25:31 1.10
@@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
1$NetBSD: distinfo,v 1.9 2022/03/02 21:31:07 nia Exp $ 1$NetBSD: distinfo,v 1.10 2022/12/15 12:25:31 nia Exp $
2 2
3BLAKE2s (stone_soup-0.28.0-nodeps.tar.xz) = e61ae2972502808190cc3f4a97c0283cb161615bb59a55eca39613eeb199de5d 3BLAKE2s (stone-soup-0.29.1.tar.gz) = 4c2681c123f08cb4b31e08b92f52661fdb1baf3b45d4891321454fae34bbba37
4SHA512 (stone_soup-0.28.0-nodeps.tar.xz) = 84ab9893c87c1af213dfe6fdf0e0d2249b72f7e3deb557cfd80f79f7f77d03ef919d4dfee5a36a159937fc60dcad11d383239e82798017e10e0ff7c3430ad98a 4SHA512 (stone-soup-0.29.1.tar.gz) = 2ca49c4cd228526d47e4ad7e9556b6c26566595458423cd8e6b762298f229eb7ba273770ae1e12939ba66574a5b55e44812d06c4809d4327ed9bfd738501af04
5Size (stone_soup-0.28.0-nodeps.tar.xz) = 13913072 bytes 5Size (stone-soup-0.29.1.tar.gz) = 17510846 bytes
 6SHA1 (patch-source_util_gen__ver.pl) = 9f97d5ef511ef5c59d87977025c2280f4ccf1838

cvs diff -r1.28 -r1.29 pkgsrc/games/stone-soup-sdl/Makefile (expand / switch to unified diff)

--- pkgsrc/games/stone-soup-sdl/Makefile 2022/11/23 16:20:10 1.28
+++ pkgsrc/games/stone-soup-sdl/Makefile 2022/12/15 12:25:31 1.29
@@ -1,40 +1,45 @@ @@ -1,40 +1,45 @@
1# $NetBSD: Makefile,v 1.28 2022/11/23 16:20:10 adam Exp $ 1# $NetBSD: Makefile,v 1.29 2022/12/15 12:25:31 nia Exp $
2 2
3PKGREVISION= 5 
4.include "../../games/stone-soup/Makefile.common" 3.include "../../games/stone-soup/Makefile.common"
5 4
6PKGNAME= ${DISTNAME:S/_/-/:S/-soup/-soup-sdl/:S/-nodeps//1} 5PKGNAME= ${DISTNAME:S/_/-/:S/-soup/-soup-sdl/:S/-nodeps//1}
7 6
8MAINTAINER= nia@NetBSD.org 7MAINTAINER= nia@NetBSD.org
9COMMENT= Dungeon Crawl Stone Soup - roguelike adventure (tileset version) 8COMMENT= Dungeon Crawl Stone Soup - roguelike adventure (tileset version)
10 9
11CONFLICTS+= stone-soup-[0-9]* 10CONFLICTS+= stone-soup-[0-9]*
12 11
13TOOL_DEPENDS+= pngcrush-[0-9]*:../../graphics/pngcrush 12TOOL_DEPENDS+= pngcrush-[0-9]*:../../graphics/pngcrush
14DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf 13DEPENDS+= dejavu-ttf-[0-9]*:../../fonts/dejavu-ttf
15 14
16MAKE_FLAGS+= TILES=YesPlease 15MAKE_FLAGS+= TILES=YesPlease
17MAKE_FLAGS+= SOUND=YesPlease 16MAKE_FLAGS+= SOUND=YesPlease
18MAKE_FLAGS+= COPY_FONTS=YesPlease 17MAKE_FLAGS+= COPY_FONTS=YesPlease
19 18
20MAKE_FLAGS+= PROPORTIONAL_FONT=${PREFIX}/share/fonts/X11/TTF/DejaVuSans.ttf 19MAKE_FLAGS+= PROPORTIONAL_FONT=${PREFIX}/share/fonts/X11/TTF/DejaVuSans.ttf
21MAKE_FLAGS+= MONOSPACED_FONT=${PREFIX}/share/fonts/X11/TTF/DejaVuSansMono.ttf 20MAKE_FLAGS+= MONOSPACED_FONT=${PREFIX}/share/fonts/X11/TTF/DejaVuSansMono.ttf
22 21
23INSTALLATION_DIRS+= share/applications 22INSTALLATION_DIRS+= share/applications
 23INSTALLATION_DIRS+= share/icons/hicolor/32x32/apps
24INSTALLATION_DIRS+= share/icons/hicolor/48x48/apps 24INSTALLATION_DIRS+= share/icons/hicolor/48x48/apps
 25INSTALLATION_DIRS+= share/icons/hicolor/512x512/apps
25 26
26post-install: 27post-install:
27 ${INSTALL_DATA} ${FILESDIR}/crawl.desktop \ 28 ${INSTALL_DATA} ${FILESDIR}/crawl.desktop \
28 ${DESTDIR}${PREFIX}/share/applications 29 ${DESTDIR}${PREFIX}/share/applications
29 ${INSTALL_DATA} ${WRKSRC}/source/debian/crawl.png \ 30 ${INSTALL_DATA} ${WRKSRC}/source/dat/tiles/stone_soup_icon-32x32.png \
30 ${DESTDIR}${PREFIX}/share/icons/hicolor/48x48/apps 31 ${DESTDIR}${PREFIX}/share/icons/hicolor/32x32/apps/crawl.png
 32 ${INSTALL_DATA} ${WRKSRC}/source/dat/tiles/stone_soup_icon-48x48.png \
 33 ${DESTDIR}${PREFIX}/share/icons/hicolor/48x48/apps/crawl.png
 34 ${INSTALL_DATA} ${WRKSRC}/source/dat/tiles/stone_soup_icon-512x512.png \
 35 ${DESTDIR}${PREFIX}/share/icons/hicolor/512x512/apps/crawl.png
31 36
32.include "../../audio/SDL2_mixer/buildlink3.mk" 37.include "../../audio/SDL2_mixer/buildlink3.mk"
33.include "../../devel/SDL2/buildlink3.mk" 38.include "../../devel/SDL2/buildlink3.mk"
34.include "../../graphics/freetype2/buildlink3.mk" 39.include "../../graphics/freetype2/buildlink3.mk"
35.include "../../graphics/hicolor-icon-theme/buildlink3.mk" 40.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
36.include "../../graphics/MesaLib/buildlink3.mk" 41.include "../../graphics/MesaLib/buildlink3.mk"
37.include "../../graphics/glu/buildlink3.mk" 42.include "../../graphics/glu/buildlink3.mk"
38.include "../../graphics/png/buildlink3.mk" 43.include "../../graphics/png/buildlink3.mk"
39.include "../../graphics/SDL2_image/buildlink3.mk" 44.include "../../graphics/SDL2_image/buildlink3.mk"
40.include "../../mk/bsd.pkg.mk" 45.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/games/stone-soup-sdl/PLIST (expand / switch to unified diff)

--- pkgsrc/games/stone-soup-sdl/PLIST 2022/03/02 21:31:07 1.6
+++ pkgsrc/games/stone-soup-sdl/PLIST 2022/12/15 12:25:31 1.7
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1@comment $NetBSD: PLIST,v 1.6 2022/03/02 21:31:07 nia Exp $ 1@comment $NetBSD: PLIST,v 1.7 2022/12/15 12:25:31 nia Exp $
2bin/crawl 2bin/crawl
3share/applications/crawl.desktop 3share/applications/crawl.desktop
 4share/icons/hicolor/32x32/apps/crawl.png
4share/icons/hicolor/48x48/apps/crawl.png 5share/icons/hicolor/48x48/apps/crawl.png
 6share/icons/hicolor/512x512/apps/crawl.png
5share/stone-soup/dat/clua/autofight.lua 7share/stone-soup/dat/clua/autofight.lua
6share/stone-soup/dat/clua/automagic.lua 8share/stone-soup/dat/clua/automagic.lua
7share/stone-soup/dat/clua/delays.lua 9share/stone-soup/dat/clua/delays.lua
8share/stone-soup/dat/clua/kills.lua 10share/stone-soup/dat/clua/kills.lua
9share/stone-soup/dat/clua/stash.lua 11share/stone-soup/dat/clua/stash.lua
10share/stone-soup/dat/database/FAQ.txt 12share/stone-soup/dat/database/FAQ.txt
11share/stone-soup/dat/database/el/monflee.txt 13share/stone-soup/dat/database/el/monflee.txt
12share/stone-soup/dat/database/el/rand_all.txt 14share/stone-soup/dat/database/el/rand_all.txt
13share/stone-soup/dat/database/godname.txt 15share/stone-soup/dat/database/godname.txt
14share/stone-soup/dat/database/godspeak.txt 16share/stone-soup/dat/database/godspeak.txt
15share/stone-soup/dat/database/help.txt 17share/stone-soup/dat/database/help.txt
16share/stone-soup/dat/database/insult.txt 18share/stone-soup/dat/database/insult.txt
17share/stone-soup/dat/database/miscname.txt 19share/stone-soup/dat/database/miscname.txt
@@ -119,26 +121,27 @@ share/stone-soup/dat/des/portals/desolat @@ -119,26 +121,27 @@ share/stone-soup/dat/des/portals/desolat
119share/stone-soup/dat/des/portals/gauntlet.des 121share/stone-soup/dat/des/portals/gauntlet.des
120share/stone-soup/dat/des/portals/icecave.des 122share/stone-soup/dat/des/portals/icecave.des
121share/stone-soup/dat/des/portals/ossuary.des 123share/stone-soup/dat/des/portals/ossuary.des
122share/stone-soup/dat/des/portals/sewer.des 124share/stone-soup/dat/des/portals/sewer.des
123share/stone-soup/dat/des/portals/trove.des 125share/stone-soup/dat/des/portals/trove.des
124share/stone-soup/dat/des/portals/volcano.des 126share/stone-soup/dat/des/portals/volcano.des
125share/stone-soup/dat/des/portals/wizlab.des 127share/stone-soup/dat/des/portals/wizlab.des
126share/stone-soup/dat/des/portals/ziggurat.des 128share/stone-soup/dat/des/portals/ziggurat.des
127share/stone-soup/dat/des/serial/aquarium.des 129share/stone-soup/dat/des/serial/aquarium.des
128share/stone-soup/dat/des/serial/bayou.des 130share/stone-soup/dat/des/serial/bayou.des
129share/stone-soup/dat/des/serial/column_ruins.des 131share/stone-soup/dat/des/serial/column_ruins.des
130share/stone-soup/dat/des/serial/corridors.des 132share/stone-soup/dat/des/serial/corridors.des
131share/stone-soup/dat/des/serial/curves.des 133share/stone-soup/dat/des/serial/curves.des
 134share/stone-soup/dat/des/serial/demonic.des
132share/stone-soup/dat/des/serial/forest.des 135share/stone-soup/dat/des/serial/forest.des
133share/stone-soup/dat/des/serial/glass.des 136share/stone-soup/dat/des/serial/glass.des
134share/stone-soup/dat/des/serial/gnoll_camp.des 137share/stone-soup/dat/des/serial/gnoll_camp.des
135share/stone-soup/dat/des/serial/ice.des 138share/stone-soup/dat/des/serial/ice.des
136share/stone-soup/dat/des/serial/magic_research.des 139share/stone-soup/dat/des/serial/magic_research.des
137share/stone-soup/dat/des/serial/park.des 140share/stone-soup/dat/des/serial/park.des
138share/stone-soup/dat/des/serial/rivers.des 141share/stone-soup/dat/des/serial/rivers.des
139share/stone-soup/dat/des/serial/serial_guide.txt 142share/stone-soup/dat/des/serial/serial_guide.txt
140share/stone-soup/dat/des/serial/sigils.des 143share/stone-soup/dat/des/serial/sigils.des
141share/stone-soup/dat/des/serial/subway.des 144share/stone-soup/dat/des/serial/subway.des
142share/stone-soup/dat/des/serial/undead.des 145share/stone-soup/dat/des/serial/undead.des
143share/stone-soup/dat/des/serial/window.des 146share/stone-soup/dat/des/serial/window.des
144share/stone-soup/dat/des/sprint/arena_sprint.des 147share/stone-soup/dat/des/sprint/arena_sprint.des
@@ -581,26 +584,27 @@ share/stone-soup/dat/tiles/title_denzi_s @@ -581,26 +584,27 @@ share/stone-soup/dat/tiles/title_denzi_s
581share/stone-soup/dat/tiles/title_denzi_undead_warrior.png 584share/stone-soup/dat/tiles/title_denzi_undead_warrior.png
582share/stone-soup/dat/tiles/title_e_m_fields.png 585share/stone-soup/dat/tiles/title_e_m_fields.png
583share/stone-soup/dat/tiles/title_firemage.png 586share/stone-soup/dat/tiles/title_firemage.png
584share/stone-soup/dat/tiles/title_froggy_goodgod_tengu_gold.png 587share/stone-soup/dat/tiles/title_froggy_goodgod_tengu_gold.png
585share/stone-soup/dat/tiles/title_froggy_jiyva_felid.png 588share/stone-soup/dat/tiles/title_froggy_jiyva_felid.png
586share/stone-soup/dat/tiles/title_froggy_natasha_and_boris.png 589share/stone-soup/dat/tiles/title_froggy_natasha_and_boris.png
587share/stone-soup/dat/tiles/title_froggy_rune_and_run_failed_on_dis.png 590share/stone-soup/dat/tiles/title_froggy_rune_and_run_failed_on_dis.png
588share/stone-soup/dat/tiles/title_froggy_thunder_fist_nikola.png 591share/stone-soup/dat/tiles/title_froggy_thunder_fist_nikola.png
589share/stone-soup/dat/tiles/title_kaonedong_ignis_the_dying_flame.png 592share/stone-soup/dat/tiles/title_kaonedong_ignis_the_dying_flame.png
590share/stone-soup/dat/tiles/title_kaonedong_menkaure_prince_of_dust.png 593share/stone-soup/dat/tiles/title_kaonedong_menkaure_prince_of_dust.png
591share/stone-soup/dat/tiles/title_nibiki_octopode.png 594share/stone-soup/dat/tiles/title_nibiki_octopode.png
592share/stone-soup/dat/tiles/title_omndra_zot_demon.png 595share/stone-soup/dat/tiles/title_omndra_zot_demon.png
593share/stone-soup/dat/tiles/title_peileppe_bloax_eye.png 596share/stone-soup/dat/tiles/title_peileppe_bloax_eye.png
 597share/stone-soup/dat/tiles/title_philosopheropposite_palentonga_paladin.png
594share/stone-soup/dat/tiles/title_ploomutoo_ijyb.png 598share/stone-soup/dat/tiles/title_ploomutoo_ijyb.png
595share/stone-soup/dat/tiles/title_pooryurik_knight.png 599share/stone-soup/dat/tiles/title_pooryurik_knight.png
596share/stone-soup/dat/tiles/title_psiweapon_kiku.png 600share/stone-soup/dat/tiles/title_psiweapon_kiku.png
597share/stone-soup/dat/tiles/title_psiweapon_roxanne.png 601share/stone-soup/dat/tiles/title_psiweapon_roxanne.png
598share/stone-soup/dat/tiles/title_sastrei_chei.png 602share/stone-soup/dat/tiles/title_sastrei_chei.png
599share/stone-soup/dat/tiles/title_shadyamish_octm.png 603share/stone-soup/dat/tiles/title_shadyamish_octm.png
600share/stone-soup/dat/tiles/title_white_noise_entering_the_dungeon.png 604share/stone-soup/dat/tiles/title_white_noise_entering_the_dungeon.png
601share/stone-soup/dat/tiles/title_white_noise_grabbing_the_orb.png 605share/stone-soup/dat/tiles/title_white_noise_grabbing_the_orb.png
602share/stone-soup/dat/tiles/wall.png 606share/stone-soup/dat/tiles/wall.png
603share/stone-soup/docs/CREDITS.txt 607share/stone-soup/docs/CREDITS.txt
604share/stone-soup/docs/aptitudes-wide.txt 608share/stone-soup/docs/aptitudes-wide.txt
605share/stone-soup/docs/aptitudes.txt 609share/stone-soup/docs/aptitudes.txt
606share/stone-soup/docs/arena.txt 610share/stone-soup/docs/arena.txt