mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 22:34:32 +07:00
3.9.14
This commit is contained in:
parent
d9e1b58bd2
commit
7bf705236c
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.3.71"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 449
|
||||
const val appVersion = "3.9.13"
|
||||
const val appCodeNumber = 450
|
||||
const val appVersion = "3.9.14"
|
||||
|
||||
const val gdxVersion = "1.9.10"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
27
changelog.md
27
changelog.md
@ -1,3 +1,30 @@
|
||||
## 3.9.14
|
||||
|
||||
Added Pinglish translations
|
||||
|
||||
Genericified "free [unit] appears", "must be next to []" unique for buildings
|
||||
|
||||
Greatly improved performance of worker's automated city connecting
|
||||
|
||||
Resolved #2853 - Sped up loading of saved game list
|
||||
|
||||
Resolved #2852 - cannot make peace with a city state while at war with its ally
|
||||
|
||||
Resolved #2864 - Locks on tiles are removed when the tile is no longer under your control
|
||||
|
||||
Buildings that are missing resources are still displayed in city constructions
|
||||
|
||||
Unit 'unbuildable' parameter converted to unique
|
||||
|
||||
By vainiovano:
|
||||
|
||||
Fix Gradle deprecation warnings
|
||||
|
||||
By alkorolyov:
|
||||
|
||||
- Spectator can view other civ stats: Tech, Trades, Cities, Units, Gold
|
||||
- Skip spectator turn in multiplayer games
|
||||
|
||||
## 3.9.13
|
||||
|
||||
Simplified translation file generation
|
||||
|
Loading…
Reference in New Issue
Block a user