Skip to content

Commit

Permalink
update changelog 3703
Browse files Browse the repository at this point in the history
  • Loading branch information
shalkya committed Jan 13, 2019
1 parent 5bc2756 commit 5e80b88
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 6 deletions.
19 changes: 17 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
Hotfix Patch 3703 (13 January 2019)
============================
- Fixed a bug in lobby related to obsolete maps
- Switched the position of the github and close button on the changelog screen
- Remove hardcoding on nuke weapon for mod support
- Fixed a bug causing weapons to miss the Salem while on land
- Other miscellaneous bug fixes

### Contributors
- speed2
- Strogo
- Exotic-Retard
- PhilipJFry
- Rackover


Patch 3702 (28 December, 2018)
============================
### Lobby
Expand Down Expand Up @@ -31,11 +47,10 @@ Patch 3702 (28 December, 2018)
- speed2
- Exotic_Retard
- PhilipJFry
- Evildrew
- shalkya


Hotfix Patch 3701 (28. October 2018)
Hotfix Patch 3701 (28 October 2018)
============================
- Fixed bug that caused the Kennel structure to stay after being upgraded which resulted into having two buildings stacked upon each other
- Changed Novax Sat fix in order to not potentially break mods
Expand Down
21 changes: 19 additions & 2 deletions lua/ui/lobby/changelogData.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
last_version = 3702
last_version = 3703
gamePatches = {
{
version = 3703,
name = 'Game Version 3703',
description = {
'- Fixed a bug in lobby related to obsolete maps',
'- Switched the position of the github and close button on the changelog screen',
'- Remove hardcoding on nuke weapon for mod support',
'- Fixed a bug causing weapons to miss the Salem while on land',
'- Other miscellaneous bug fixes',
'',
'**Contributors**',
'- speed2',
'- Strogo',
'- Exotic-Retard',
'- PhilipJFry',
'- Rackover',
},
},
{
version = 3702,
name = 'Game Version 3702',
Expand Down Expand Up @@ -35,7 +53,6 @@ gamePatches = {
'- speed2',
'- Exotic_Retard',
'- PhilipJFry',
'- Evildrew',
'- shalkya',
},
},
Expand Down
2 changes: 1 addition & 1 deletion lua/version.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local Version = '3702'
local Version = '3703'
function GetVersion()
LOG('Supreme Commander: Forged Alliance version ' .. Version)
return 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 = 3702
version = 3703
_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 5e80b88

Please sign in to comment.