Thank David Griffith for keeping Inform 6 alive master
authorJason Self <j@jxself.org>
Sat, 5 Feb 2022 20:44:59 +0000 (12:44 -0800)
committerJason Self <j@jxself.org>
Sat, 5 Feb 2022 20:44:59 +0000 (12:44 -0800)
.gitattributes
README
lib
the-mall.inf

index d7162afc5ec1e8c09e2165eda65019391969f4c2..dd39a00145ed6b856c8d32a609bb3e45a2463ac1 100644 (file)
@@ -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 dc509aeca17fc78c3d760bd310f8173ae83ae70a..59fa6b92d58e95c7617688a923a6d6d0b526af80 100644 (file)
--- 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 <j@jxself.org>
+Copyright (C) 2019, 2022 Jason Self <j@jxself.org>
 
 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 aec9e4131b092ed33213b9891e1dc2b9574edf99..e157947b6ab3ff565fe5beabb78324820770c2a9 160000 (submodule)
--- a/lib
+++ b/lib
@@ -1 +1 @@
-Subproject commit aec9e4131b092ed33213b9891e1dc2b9574edf99
+Subproject commit e157947b6ab3ff565fe5beabb78324820770c2a9
index 41bbf0ebbf18e9ac389e9240370caeb3a8983f66..80f96ddf090b240a051a69727fe249d1886d8813 100644 (file)
@@ -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