Remove the <os> element from scenarios

Fix #522
This commit is contained in:
2025-02-15 23:41:27 -06:00
committed by Celtic Minstrel
parent c6f06ea862
commit 2145d88133
67 changed files with 0 additions and 67 deletions

View File

@@ -25,7 +25,6 @@
<creator>
<type>oboe</type>
<version>2.0.0</version>
<os>Microsoft Windows 7 Service Pack 1</os>
</creator>
<game>
<num-towns>1</num-towns>

View File

@@ -40,7 +40,6 @@
<creator>
<type>oboe</type>
<version>2.0.0</version>
<os>Apple Mac OS X Version 10.7.5 (Build 11G63)</os>
</creator>
<game>
<num-towns>4</num-towns>

View File

@@ -43,7 +43,6 @@
<creator>
<type>oboe</type>
<version>2.0.0</version>
<os>Apple Mac OS X Version 10.7.5 (Build 11G63)</os>
</creator>
<game>
<num-towns>21</num-towns>

View File

@@ -40,7 +40,6 @@
<creator>
<type>oboe</type>
<version>2.0.0</version>
<os>Apple Mac OS X Version 10.7.5 (Build 11G63)</os>
</creator>
<game>
<num-towns>21</num-towns>

View File

@@ -43,7 +43,6 @@
<creator>
<type>oboe</type>
<version>2.0.0</version>
<os>Apple Mac OS X Version 10.7.5 (Build 11G63)</os>
</creator>
<game>
<num-towns>23</num-towns>

View File

@@ -162,7 +162,6 @@ the following subtags:
format, you would use a different string here to let mainline OBoE know that it's
incompatible.
* `<version>` - The version of OBoE that the scenario was last edited with.
* `<os>` - The operating system on which the scenario was last edited.
* `<game>` - Contains the bulk of global information about the scenario.
* `<editor>` - Contains several details of the scenario that aren't relevant to gameplay,
but are instead used by the scenario editor to enhance your editing experience.

View File

@@ -80,7 +80,6 @@
<xs:sequence>
<xs:element name="type" type="xs:string"/>
<xs:element name="version" type="xs:string"/>
<xs:element name="os" type="xs:string"/>
</xs:sequence>
</xs:complexType>
<xs:complexType name="shopEntries">