mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-22 22:00:24 +07:00
3.11.19
This commit is contained in:
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.3.71"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 508
|
||||
const val appVersion = "3.11.18-patch1"
|
||||
const val appCodeNumber = 509
|
||||
const val appVersion = "3.11.19"
|
||||
|
||||
const val gdxVersion = "1.9.12"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
20
changelog.md
20
changelog.md
@ -1,3 +1,23 @@
|
||||
## 3.11.19
|
||||
|
||||
Reassign population after selling a specialist-providing building
|
||||
|
||||
Resolved #3289 - can place unbuildable improvements that can exist on tiles
|
||||
|
||||
Added nation icons to the leader names in the diplomacy screen
|
||||
|
||||
Fixed ANR caused by too many saved games
|
||||
|
||||
Selected unit stays selected when single-tap moved into a tile with another unit
|
||||
|
||||
|
||||
By 9kgsofrice:
|
||||
|
||||
- resources can be added by tile improvement with unique "Provides [] []"
|
||||
- wonder text will not be displayed & "[] enabled:" will not show if nothing visible in list
|
||||
- Specialists can add happiness
|
||||
- "Should not be displayed without []" unique for constructions accomodates resources and buildings
|
||||
|
||||
## 3.11.18
|
||||
|
||||
Improvements can't be built in neutral areas, as per Civ V
|
||||
|
Reference in New Issue
Block a user