-
Notifications
You must be signed in to change notification settings - Fork 251
Add game option to show allied intel in strategic overlay #7054
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| - (#7054) Add ability to show allied intel in strategic overlay | ||
|
|
||
| By default the intel of allied structures is shared. This default is chosen to make players aware of the new features without cluttering the screen. The game option can be found under Interface -> HUD. | ||
| Original file line number | Diff line number | Diff line change | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -851,6 +851,10 @@ Tooltips = { | |||||||||||||||||
| title = "<LOC OPTIONS_0283>UI Scale", | ||||||||||||||||||
| description = "<LOC OPTIONS_0284>Changes the size of all UI elements. (requires game restart)", | ||||||||||||||||||
| }, | ||||||||||||||||||
| options_show_allied_intel_in_strategic_overlay = { | ||||||||||||||||||
| title = "<LOC Show_Allied_Intel_Title>Show Allied Intel in Strategic Overlay", | ||||||||||||||||||
| description = "<LOC Show_Allied_Intel_Description>Toggles the display of allied intel in the strategic overlay.", | ||||||||||||||||||
| }, | ||||||||||||||||||
|
Comment on lines
+854
to
+857
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Tooltip key name does not match the option key mapping. Line 854 uses [suggested fix] Rename tooltip key to match the option key-options_show_allied_intel_in_strategic_overlay = {
+options_intel_overlay_allies = {
title = "<LOC Show_Allied_Intel_Title>Show Allied Intel in Strategic Overlay",
description = "<LOC Show_Allied_Intel_Description>Toggles the display of allied intel in the strategic overlay.",
},📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||
| options_subtitles = { | ||||||||||||||||||
| title = "<LOC OPTIONS_0151>Display Subtitles", | ||||||||||||||||||
| description = "<LOC OPTIONS_0152>Toggles the display of subtitles during movies", | ||||||||||||||||||
|
|
||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fix changelog snippet format to unblock CI.
The docs pipeline already fails on this file with “Invalid format for changelog file”. Please rewrite this snippet to the repository’s expected changelog snippet template (same format as other files in
changelog/snippets).🧰 Tools
🪛 GitHub Actions: Documentation - Generate changelog
[error] 1-1: Changelog verification failed: Invalid format for changelog file.
🤖 Prompt for AI Agents