mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-13 00:04:38 +07:00
3.11.17
This commit is contained in:
parent
2a3a0b107f
commit
91e58f45bb
@ -3,8 +3,8 @@ package com.unciv.build
|
|||||||
object BuildConfig {
|
object BuildConfig {
|
||||||
const val kotlinVersion = "1.3.71"
|
const val kotlinVersion = "1.3.71"
|
||||||
const val appName = "Unciv"
|
const val appName = "Unciv"
|
||||||
const val appCodeNumber = 504
|
const val appCodeNumber = 505
|
||||||
const val appVersion = "3.11.16-patch1"
|
const val appVersion = "3.11.17"
|
||||||
|
|
||||||
const val gdxVersion = "1.9.12"
|
const val gdxVersion = "1.9.12"
|
||||||
const val roboVMVersion = "2.3.1"
|
const val roboVMVersion = "2.3.1"
|
||||||
|
17
changelog.md
17
changelog.md
@ -1,3 +1,20 @@
|
|||||||
|
## 3.11.17
|
||||||
|
|
||||||
|
Fixed rare errors
|
||||||
|
|
||||||
|
First attempt at making Unciv Android-TV-compatible
|
||||||
|
|
||||||
|
By 9kgsofrice:
|
||||||
|
|
||||||
|
- adds val to modoptions and check to battle.kt to adjust max xp from barbarians
|
||||||
|
- "Uncapturable" unique
|
||||||
|
- unique "[] units gain the [] promotion" affects exisiting units
|
||||||
|
- Hide build menu constructions requiring resources with unique
|
||||||
|
- Nation "style" can define unit appearance
|
||||||
|
- Changes check to remove national wonders on city ownership changes to rely on building.isNationalWonder
|
||||||
|
|
||||||
|
Translation updates
|
||||||
|
|
||||||
## 3.11.16
|
## 3.11.16
|
||||||
|
|
||||||
Resolved #3364 - Fixed certain battle modifiers not activating
|
Resolved #3364 - Fixed certain battle modifiers not activating
|
||||||
|
Loading…
Reference in New Issue
Block a user