chiark / gitweb /
mformat 2: Declare provided table and game specs format=2
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 11 May 2022 22:23:35 +0000 (23:23 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Wed, 11 May 2022 23:19:17 +0000 (00:19 +0100)
This has no functional change, but it sets a good example.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
specs/demo.game.toml
specs/local-users.table.toml
specs/mao.game.toml
specs/penultima.game.toml
specs/private.table.toml
specs/same-scope.table.toml
specs/test.table.toml
specs/vatikan.game.toml

index 257eb4b0bedc915eb4f705daf084fd5451465699..93f3d3c2ea889ccbfbc9a2570aa3ef7954e1c497 100644 (file)
@@ -2,6 +2,7 @@
 # SPDX-License-Identifier: AGPL-3.0-or-later
 # There is NO WARRANTY.
 
+format=2
 table_size = [180, 60]
 
 [[pieces]]
index c1752a97e214e3d4adc71dcfeb26b5a66e863b1f..fe9291bb14d62db654067020c0a3d6be57bf6685 100644 (file)
@@ -2,5 +2,7 @@
 # SPDX-License-Identifier: AGPL-3.0-or-later
 # There is NO WARRANTY.
 
+format=2
+
 [[players]]
 account_glob = "unix:*"
index 121b0816a4fa56e26a33a3b055d7361ca7c7c07e..ee3577b38bc1ca2ccb8ae78ed174d88c9c958e84 100644 (file)
@@ -2,6 +2,8 @@
    SPDX-License-Identifier: AGPL-3.0-or-later
    There is NO WARRANTY. #}
 
+format=2
+
 {% macro hand(pos, colour, lplace, edge="white", edge_width="0.75") %}
 [[pieces]]
 pos = {{pos}}
index 243f7971b6789499c2ed616dacb028192774fc63..0316e6400412aa77076558caa956655e42c4dabc 100644 (file)
@@ -2,6 +2,8 @@
    SPDX-License-Identifier: AGPL-3.0-or-later
    There is NO WARRANTY. #}
 
+format=2
+
 {% macro vanilla_officers() -%}
 ["R","N","B","Q","K","B","N","R"]
 {% endmacro vanilla_officers %}
index 77e5539e78eb010e7f0b864569e08ecf0d846bd9..507abfb455b82c43819c18456f96499ea6b677da 100644 (file)
@@ -3,3 +3,5 @@
 # There is NO WARRANTY.
 
 # No ACL, so no permissions.  Only game's own account can access it.
+
+format=2
index 3b7e0904889ecb4004afdbb1fda5ee6315fb360f..29df7af374d59d7e98765f1e41a9fbfbaa786699 100644 (file)
@@ -2,5 +2,7 @@
 # SPDX-License-Identifier: AGPL-3.0-or-later
 # There is NO WARRANTY.
 
+format=2
+
 [[players]]
 same_scope = true
index 08a26899a708466d54eda2df619499369f36885a..f872df139dc0ab0afae450d776ba15da0124eb61 100644 (file)
@@ -2,6 +2,7 @@
 # SPDX-License-Identifier: AGPL-3.0-or-later
 # There is NO WARRANTY.
 
+format=2
 timezone = "Europe/London"
 
 #players = [ { account_glob = "server:*" } ]
index 25c5cd8af26185235218e67c77ea8a10a177e4cf..89b0039f025400df401af798b11b70f3444e40e2 100644 (file)
@@ -17,6 +17,7 @@
 # Inforemation about game variants from:
 #  https://www.pagat.com/rummy/carousel.html
 
+format=2
 table_size = [300, 200]
 table_colour = "#bbd"