From ec3f9dcee544810015adb73080332936c0cd3c06 Mon Sep 17 00:00:00 2001 From: Basilisk3 <126026384+Basilisk3@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:46:41 +0200 Subject: [PATCH 1/3] Rearrange changelog headings --- wiki/changelog-fafdevelop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 96e8b03d7617941d7508957d723a694d045ecf5c Mon Sep 17 00:00:00 2001 From: Basilisk3 <126026384+Basilisk3@users.noreply.github.com> Date: Sun, 9 Jun 2024 22:58:35 +0200 Subject: [PATCH 2/3] Further tweaks to various snippets --- changelog/snippets/ai.6083.md | 2 +- changelog/snippets/balance.6202.md | 2 +- changelog/snippets/features.5948.md | 2 +- changelog/snippets/fix.6142.md | 2 +- changelog/snippets/other.6147.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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. From c8cbc111c54fc4fb3f84fbe69898aebe97c207c8 Mon Sep 17 00:00:00 2001 From: Basilisk3 <126026384+Basilisk3@users.noreply.github.com> Date: Sun, 9 Jun 2024 23:05:53 +0200 Subject: [PATCH 3/3] Very minor update to the PR-template --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) 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