mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 13:37:47 +03:00
* Check for flavor text equality in profile. * Fix some characters being deleted from flavor text Sometimes the last few characters of the flavor text would get deleted. This fixes this issue. (cherry picked from commit 9f1d95e3353493f28d579b562de348a322312885) # Description This PR fixes some database issues present in The Wizmerge. # Changelog No changelog, this isn't player facing. --------- Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com> Co-authored-by: Evgencheg <7064926@gmail.com> Co-authored-by: beck-thompson <107373427+beck-thompson@users.noreply.github.com> Co-authored-by: dffdff2423 <dffdff2423@gmail.com>
57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
"Changes: Audio":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "**/*.ogg"
|
|
|
|
"Changes: C#":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "**/*.cs"
|
|
|
|
"Changes: Config":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "**/*.toml"
|
|
- "**/*.config"
|
|
- "*.json"
|
|
- ".github/*.yml"
|
|
- ".github/*.json"
|
|
- ".vscode/*.json"
|
|
- ".editorconfig"
|
|
|
|
"Changes: Documentation":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "**/*.xml"
|
|
- "**/*.md"
|
|
|
|
"Changes: Localization":
|
|
- changed-files:
|
|
- any-glob-to-any-file: 'Resources/Locale/**/*.ftl'
|
|
|
|
"Changes: Map":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "Resources/Maps/**/*.yml"
|
|
- "Resources/Prototypes/Maps/**/*.yml"
|
|
|
|
"Changes: Sprite":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "**/*.rsi/*.png"
|
|
- "**/*.rsi/*.json"
|
|
|
|
"Changes: UI":
|
|
- changed-files:
|
|
- any-glob-to-any-file: "**/*.xaml*"
|
|
|
|
"Changes: YML":
|
|
- changed-files:
|
|
- any-glob-to-any-file:
|
|
- "**/*.yml"
|
|
- all-globs-to-all-files:
|
|
- "!Resources/Maps/**/*.yml"
|
|
- "!Resources/Prototypes/Maps/**/*.yml"
|
|
|
|
"Changes: Workflow":
|
|
- changed-files:
|
|
- any-glob-to-any-file: ".github/workflows/*.yml"
|