这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@ashleynewson
Copy link
Contributor

Makes the Template@... number consistent with the Id: ... (if any).

The keys are ignored by the engine, so this has no behavioral change.

Makes the `Template@...` number consistent with the `Id: ...` (if any).

The keys are ignored by the engine, so this has no behavioral change.
@ashleynewson
Copy link
Contributor Author

Initially found by accident. Searched for all occurrences with this hacky one-liner:

$ paste <(grep -Po '(?<=\tTemplate\@)([1-9]|[0-9]{2,})(?=\:$)' mods/*/tilesets/*.yaml) <(grep -Poh '(?<=\t\tId: {0,9})([1-9]|[0-9]{2,})$' mods/*/tilesets/*.yaml) | tr ':' '\t' | awk '$2 != $3'
mods/cnc/tilesets/snow.yaml	188	189
mods/cnc/tilesets/snow.yaml	189	190
mods/cnc/tilesets/snow.yaml	190	191
mods/cnc/tilesets/snow.yaml	191	192
mods/cnc/tilesets/winter.yaml	188	189
mods/cnc/tilesets/winter.yaml	189	190
mods/cnc/tilesets/winter.yaml	190	191
mods/cnc/tilesets/winter.yaml	191	192

@PunkPun PunkPun merged commit 04b61a2 into OpenRA:bleed Jan 11, 2025
2 checks passed
@PunkPun
Copy link
Member

PunkPun commented Jan 11, 2025

changelog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants