diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 6db276f22e..4439a66856 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -17,6 +17,5 @@ ## Checklist - - [ ] Changes are annotated, including comments where useful - [ ] Changes are documented in the changelog for the next game version diff --git a/changelog/snippets/ai.6083.md b/changelog/snippets/ai.6083.md index 778c1c1c60..c9ef426629 100644 --- a/changelog/snippets/ai.6083.md +++ b/changelog/snippets/ai.6083.md @@ -1 +1 @@ -(#6083, #6084, #6085) Intellisense and minor logic changes to platoon.lua, aiutilities.lua, and related files to greatly reduce number of warnings in platoon.lua \ No newline at end of file +- (#6083, #6084, #6085) Intellisense and minor logic changes to platoon.lua, aiutilities.lua, and related files to greatly reduce number of warnings in platoon.lua. diff --git a/changelog/snippets/balance.6202.md b/changelog/snippets/balance.6202.md index f21e153cd7..ae2f0219e9 100644 --- a/changelog/snippets/balance.6202.md +++ b/changelog/snippets/balance.6202.md @@ -1 +1 @@ -- (#6202) Increase the Energy Maintenance Cost from 30 > 45 for the Cybran T2 Sub (Barracuda). This change makes it more of a choice to enable the stealth on the barracuda, similar to how it is for the Cybran ASF. +- (#6202) Increase the energy maintenance cost of the Barracuda (Cybran T2 Sub) from 30 to 45. This makes it more of a choice to enable the stealth, similar to how it is for the Cybran ASF. diff --git a/changelog/snippets/features.5948.md b/changelog/snippets/features.5948.md index 94cc4481c8..aca1c6c0a7 100644 --- a/changelog/snippets/features.5948.md +++ b/changelog/snippets/features.5948.md @@ -1 +1 @@ -- (#5948) When in capture mode, display energy cost and time to capture hovered-over units. +- (#5948) Display the required energy cost and time to capture a unit when hovering over it while in capture mode. diff --git a/changelog/snippets/fix.6142.md b/changelog/snippets/fix.6142.md index aa242c79d5..3bb6b639d2 100644 --- a/changelog/snippets/fix.6142.md +++ b/changelog/snippets/fix.6142.md @@ -1 +1 @@ -- (#6142) Fix Salvation being unable to fire at max range by reverting previous muzzle velocity changes. +- (#6142) Fix the Salvation being unable to fire at max range by reverting previous muzzle velocity changes. diff --git a/changelog/snippets/other.6147.md b/changelog/snippets/other.6147.md index 068f730c0b..942c393515 100644 --- a/changelog/snippets/other.6147.md +++ b/changelog/snippets/other.6147.md @@ -1 +1 @@ -(#6147) Improve the comments in the water shader file. +- (#6147) Improve the comments in the water shader file. diff --git a/wiki/changelog-fafdevelop.sh b/wiki/changelog-fafdevelop.sh index ab115f19bb..6680d43b2b 100644 --- a/wiki/changelog-fafdevelop.sh +++ b/wiki/changelog-fafdevelop.sh @@ -132,9 +132,9 @@ rm -f "$output" # Add the initial header cat "$templateHeader" >>"$output" -process_snippets "fix" "$templateFix" "$output" process_snippets "balance" "$templateBalance" "$output" process_snippets "features" "$templateFeatures" "$output" +process_snippets "fix" "$templateFix" "$output" process_snippets "graphics" "$templateGraphics" "$output" process_snippets "ai" "$templateAI" "$output" process_snippets "performance" "$templatePerformance" "$output"