3.6.3 (+patch1)
This commit is contained in:
parent
fa61bdfd04
commit
f081f02006
3 changed files with 23 additions and 3 deletions
|
@ -1113,7 +1113,7 @@
|
|||
"cities": ["Hanoi"]
|
||||
},
|
||||
{
|
||||
"name": "Québec City",
|
||||
"name": "Quebec City",
|
||||
"adjective": ["Québécois"],
|
||||
"cityStateType": "Cultured",
|
||||
|
||||
|
|
|
@ -33,8 +33,8 @@ allprojects {
|
|||
version = '1.0.1'
|
||||
ext {
|
||||
appName = "Unciv"
|
||||
appCodeNumber = 385
|
||||
appVersion = "3.6.2"
|
||||
appCodeNumber = 387
|
||||
appVersion = "3.6.3-patch1"
|
||||
|
||||
gdxVersion = '1.9.10'
|
||||
roboVMVersion = '2.3.1'
|
||||
|
|
20
changelog.md
20
changelog.md
|
@ -1,3 +1,23 @@
|
|||
## 3.6.3
|
||||
|
||||
Workers automate roads/railroads overseas, railroads connect through harbors - by przystasz
|
||||
|
||||
Multiplayer Notification Fix - by tobo
|
||||
|
||||
Fixed wrong placement of purchased/upgraded units - by Jack Rainy
|
||||
|
||||
Tile stats in city now shown in a row - by reversi
|
||||
|
||||
Refactor for unit actions - by Kentalot
|
||||
|
||||
Resolved #1986 - research agreement cost consistency
|
||||
|
||||
Resolved #2012 - starting locations no longer visible
|
||||
|
||||
Victory screen shows the viewing player in multiplayer games
|
||||
|
||||
Translation updates
|
||||
|
||||
## 3.6.2
|
||||
|
||||
Resolved #1982 - Can now pic civ-equivalent Great People in great person picker screen
|
||||
|
|
Loading…
Reference in a new issue