From 72ed772ba2abf1958799f790a1a8d3fe5516a60c Mon Sep 17 00:00:00 2001 From: Louis Moureaux Date: Thu, 21 Jul 2022 19:00:32 +0200 Subject: [PATCH] Remove for_ruleset from shipped tilesets It's no longer supported. --- data/alio.tilespec | 3 --- data/amplio.tilespec | 3 --- data/amplio2.tilespec | 3 --- data/cimpletoon.tilespec | 3 --- data/hex2t.tilespec | 3 --- data/hexemplio.tilespec | 3 --- data/isophex.tilespec | 3 --- data/isotrident.tilespec | 3 --- data/toonhex.tilespec | 3 --- data/trident.tilespec | 3 --- 10 files changed, 30 deletions(-) diff --git a/data/alio.tilespec b/data/alio.tilespec index 8e9edb64d9..0b438724ab 100644 --- a/data/alio.tilespec +++ b/data/alio.tilespec @@ -24,9 +24,6 @@ Tileset containing graphics suitable for playing with alien ruleset.\ ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -for_ruleset = "alien" - ; Basic tile sizes: normal_tile_width = 126 normal_tile_height = 64 diff --git a/data/amplio.tilespec b/data/amplio.tilespec index 89dcb0ca78..59138bba2a 100644 --- a/data/amplio.tilespec +++ b/data/amplio.tilespec @@ -18,9 +18,6 @@ summary = _("Older variant of the current default tileset, Amplio2") ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 96 normal_tile_height = 48 diff --git a/data/amplio2.tilespec b/data/amplio2.tilespec index 12a70cf061..28424e0711 100644 --- a/data/amplio2.tilespec +++ b/data/amplio2.tilespec @@ -18,9 +18,6 @@ summary = _("Large isometric tileset.") ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 96 normal_tile_height = 48 diff --git a/data/cimpletoon.tilespec b/data/cimpletoon.tilespec index fe1d0ca975..04d7305783 100644 --- a/data/cimpletoon.tilespec +++ b/data/cimpletoon.tilespec @@ -21,9 +21,6 @@ direction the unit is facing.\ ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 96 normal_tile_height = 48 diff --git a/data/hex2t.tilespec b/data/hex2t.tilespec index 117d3fadae..7121ad8da6 100644 --- a/data/hex2t.tilespec +++ b/data/hex2t.tilespec @@ -18,9 +18,6 @@ summary = _("Small hex tileset.") ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 40 normal_tile_height = 72 diff --git a/data/hexemplio.tilespec b/data/hexemplio.tilespec index 2c4e4a7029..a92ea0752f 100644 --- a/data/hexemplio.tilespec +++ b/data/hexemplio.tilespec @@ -20,9 +20,6 @@ summary = _("Large iso-hex tileset, similar to Amplio.") ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 126 normal_tile_height = 64 diff --git a/data/isophex.tilespec b/data/isophex.tilespec index 1e28afbe89..01906fc954 100644 --- a/data/isophex.tilespec +++ b/data/isophex.tilespec @@ -18,9 +18,6 @@ summary = _("Small iso-hex tileset.") ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 64 normal_tile_height = 32 diff --git a/data/isotrident.tilespec b/data/isotrident.tilespec index ce8738b8cb..d10820a85f 100644 --- a/data/isotrident.tilespec +++ b/data/isotrident.tilespec @@ -18,9 +18,6 @@ summary = _("Isometric tileset based on Trident tileset.") ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 64 normal_tile_height = 32 diff --git a/data/toonhex.tilespec b/data/toonhex.tilespec index d9ca51597d..000b568dfd 100644 --- a/data/toonhex.tilespec +++ b/data/toonhex.tilespec @@ -22,9 +22,6 @@ and Cimpletoon's units with orientation.") ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 126 normal_tile_height = 64 diff --git a/data/trident.tilespec b/data/trident.tilespec index dc6aea0e4d..3a278c9774 100644 --- a/data/trident.tilespec +++ b/data/trident.tilespec @@ -17,9 +17,6 @@ summary = _("Small overhead tileset.") ; TODO: add more overall information fields on tiles, ; eg, authors, colors, etc. -; What is the primary ruleset this tileset is meant for. -;for_ruleset = "" - ; Basic tile sizes: normal_tile_width = 30 normal_tile_height = 30