Skip to content

Commit

Permalink
Add changelog for developers patch 3751 (#4735)
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas authored Feb 25, 2023
1 parent 8422eef commit 5da4a35
Show file tree
Hide file tree
Showing 7 changed files with 1,052 additions and 20 deletions.
330 changes: 317 additions & 13 deletions changelog-dev.md

Large diffs are not rendered by default.

329 changes: 329 additions & 0 deletions changelog.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lua/ui/lobby/changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ local debugInterface = false
--- A bit of a hack, but allows us to keep track of whether the changelog is open or not. The lobby
-- is (almost aggressively) trying to keep control of the keyboard on the chat box to prevent hotkeys
-- from working :sad:
isOpen = false
isOpen = false

---@class Changelog : Group
Changelog = ClassUI(Group) {
Expand Down
401 changes: 400 additions & 1 deletion lua/ui/lobby/changelogData.lua

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lua/ui/lobby/lobby.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4314,7 +4314,7 @@ function CreateUI(maxPlayers)
WaitSeconds(1)
end
end)
if true then
if false then
import("/lua/ui/events/SnowFlake.lua"). CreateSnowFlakes(GUI)
end
end
Expand Down
6 changes: 3 additions & 3 deletions lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
local Version = "3750"
---@alias PATCH "3750"
---@alias VERSION "1.5.3750"
local Version = "3751"
---@alias PATCH "3751"
---@alias VERSION "1.5.3751"
---@return PATCH
function GetVersion()
LOG('Supreme Commander: Forged Alliance version ' .. Version)
Expand Down
2 changes: 1 addition & 1 deletion mod_info.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-- Documentation for the extended FAF mod_info.lua format can be found here:
-- https://github.com/FAForever/fa/wiki/mod_info.lua-documentation
name = "Forged Alliance Forever"
version = 3750
version = 3751
_faf_modname='faf'
copyright = "Forged Alliance Forever Community"
description = "Forged Alliance Forever extends Forged Alliance, bringing new patches, game modes, units, ladder, and much more!"
Expand Down

0 comments on commit 5da4a35

Please sign in to comment.