Skip to content

Commit

Permalink
Prepare for game version 3807 (#6045)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Apr 3, 2024
1 parent 2767a7c commit 593251c
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 10 deletions.
2 changes: 0 additions & 2 deletions changelog/3806.md
Expand Up @@ -16,8 +16,6 @@ Jip

- (#6026) Fix a bug where the build icons of the build queues of units would randomly pop up on screen when observing and/or watching a replay.

- ([#73](https://github.com/FAForever/FA-Binary-Patches/pull/73)) Fix a memory leak where weak tables are not being garbage collected

## Other Changes

- (#6027) Attempt to fix odd behavior with the ACU when it gains veterancy.
Expand Down
20 changes: 13 additions & 7 deletions changelog/3807.md
@@ -1,19 +1,23 @@
# Game Version 3807

Fixes various reported issues and removes the 1st april pranks from the game again.

With gratitude to all those who took the time to report issues,

Jip

## Bug Fixes

- (#6044) Fix Seraphim experimentals not appearing in the Notify settings window in normal games after having played Nomads.

- ([#73](https://github.com/FAForever/FA-Binary-Patches/pull/73)) Fix a memory leak where weak tables are not deallocated by the garbage collector

## Balance

- (#6040) Make veterancy requirements equal for presets and normal SACUs

Previously, the cost of enhancements for an SACU preset was added to the veterancy requirement of the unit, making it much harder to gain veterancy with them than manually upgraded SACUs.

## Features

<!-- Remove header when empty -->

## Graphics

- (#6036) Add custom 'foot fall textures' for the Ythotha
Expand All @@ -38,12 +42,14 @@ With thanks to the following people who contributed through coding:

With thanks to the following people who contributed through binary patches:

<!-- Remove when empty -->
- 4z0t

With thanks to the following individuals who contributed through model, texture, and effect changes:

<!-- Remove when empty -->
- Jip

And, last but certainly not least - with thanks to those that took part in constructive discussions:

<!-- Remove when empty -->
- Deribus
- Aranei
- RarePleasure
16 changes: 15 additions & 1 deletion lua/ui/lobby/changelogData.lua
@@ -1,8 +1,22 @@
---@type number
last_version = 3806
last_version = 3807

---@type PatchNotes[]
gamePatches = {
{
version = 3807,
name = "Hotfix",
hasPrettyGithubRelease = true,
description = {
"# Game Version 3807 (3th of April, 2024)",
"",
"Fixes various reported issues and removes the 1st april pranks from the game again.",
"",
"With gratitude to all those who took the time to report issues,",
"",
"Jip",
}
},
{
version = 3806,
name = "Hotfix",
Expand Down

0 comments on commit 593251c

Please sign in to comment.