Skip to content

Commit

Permalink
update changelog 3702
Browse files Browse the repository at this point in the history
  • Loading branch information
shalkya committed Dec 28, 2018
1 parent 61bb887 commit 3a3957d
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 4 deletions.
39 changes: 38 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
Patch 3702 (28 December, 2018)
============================
### Lobby
- Added a feedback button for the ladder map pool in the score screen
- Improved changelog popup

### UI
- Disable notify during cinematics

### Gameplay
- Allow walls to be handed over in fullshare games
- Allow switching to different target priorities for units
- Improved AI

### Bugs
- Improved the aiming of the sera pd
- Fixed AI not rebuilding satellite
- Fixed a bug causing capture to keep the upgrade progress
- Fixed several rare bugs that were causing a crash
- Removed CZAR from AA fighter hotkey

### Other
- Improved parser to allow complex default target priorities for weapons
- Updated mod blacklist
- Optimized unit range rings

### Contributors
- Faether
- Strogo
- Uveso
- speed2
- Exotic_Retard
- PhilipJFry
- Evildrew
- shalkya


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
Expand Down Expand Up @@ -1951,7 +1988,7 @@ Patch 3658 (August 29th, 2016)
- JaggedAppliance
- JJ173
- Justify87
- Shalkya
- shalkya
- Sheeo
- Speed2
- Uveso
Expand Down
41 changes: 40 additions & 1 deletion lua/ui/lobby/changelogData.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,44 @@
last_version = 3701
last_version = 3702
gamePatches = {
{
version = 3702,
name = 'Game Version 3702',
description = {
'**Lobby**',
'- Added a feedback button for the ladder map pool in the score screen',
'- Improved changelog popup',
'',
'**UI**',
'- Disable notify during cinematics',
'',
'**Gameplay**',
'- Allow walls to be handed over in fullshare games',
'- Allow switching to different target priorities for units',
'- Improved AI',
'',
'**Bugs**',
'- Improved the aiming of the sera pd',
'- Fixed AI not rebuilding satellite',
'- Fixed a bug causing capture to keep the upgrade progress',
'- Fixed several rare bugs that were causing a crash',
'- Removed CZAR from AA fighter hotkey',
'',
'**Other**',
'- Improved parser to allow complex default target priorities for weapons',
'- Updated mod blacklist',
'- Optimized unit range rings',
'',
'**Contributors**',
'- Faether',
'- Strogo',
'- Uveso',
'- speed2',
'- Exotic_Retard'
'- PhilipJFry',
'- Evildrew',
'- shalkya',
},
},
{
version = 3701,
name = 'Game Version 3701',
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 = '3700'
local Version = '3702'
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 = 3701
version = 3702
_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 3a3957d

Please sign in to comment.