From: Jason Self Date: Sat, 5 Feb 2022 20:44:59 +0000 (-0800) Subject: Thank David Griffith for keeping Inform 6 alive X-Git-Url: https://jxself.org/git/?p=the-mall.git;a=commitdiff_plain;h=HEAD;hp=190266269f60677a68321906f34d6669a0b7744d Thank David Griffith for keeping Inform 6 alive --- diff --git a/.gitattributes b/.gitattributes index d7162af..dd39a00 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ .gitattributes export-ignore -.gitignore export-ignore \ No newline at end of file +.gitignore export-ignore +.gitmodules export-ignore \ No newline at end of file diff --git a/README b/README index dc509ae..59fa6b9 100644 --- a/README +++ b/README @@ -1,8 +1,12 @@ -To compile this game first pull in my modified version of the Inform -standard library: +The recommended way to get a copy of this game is a recursive clone: - git submodule init - git submodule update + git clone --recursive https://jxself.org/git/the-mall.git + +This will clone all submodules recursively. If you did not perform a +recursive clone, once you have a copy of this git repository you will +also need the source code for the standard library: + + git submodule update --init --recursive You also need to have my modified version of the Inform compiler. See https://jxself.org/git/?p=inform.git to download and install the @@ -19,8 +23,10 @@ You will then get the story file for this game that can be run using any appropriate Z-Machine interpreter, such as Frotz. Your GNU/Linux distro probably has that packaged already for easy installation. +A great big thanks to David Griffith for keeping Inform 6 alive. + -- -Copyright (C) 2019 Jason Self +Copyright (C) 2019, 2022 Jason Self This file is free software: you may copy, redistribute and/or modify it under the terms of the GNU Affero General Public License as diff --git a/lib b/lib index aec9e41..e157947 160000 --- a/lib +++ b/lib @@ -1 +1 @@ -Subproject commit aec9e4131b092ed33213b9891e1dc2b9574edf99 +Subproject commit e157947b6ab3ff565fe5beabb78324820770c2a9 diff --git a/the-mall.inf b/the-mall.inf index 41bbf0e..80f96dd 100644 --- a/the-mall.inf +++ b/the-mall.inf @@ -29,7 +29,7 @@ Constant Headline Include "parser"; Include "verblib"; Release 0; -Serial "190718"; +Serial "190802"; Object bank "Bank of Zork" with description @@ -77,7 +77,7 @@ Object cookhouse "Cookhouse" has light; Object table2 "table" cookhouse - with name 'table', + with name 'table' 'tables', has scenery supporter; Object tablecloth "tablecloth" table2