mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-14 09:48:12 +07:00
3.11.16
This commit is contained in:
@ -2379,6 +2379,7 @@ What do I see before me? Another beating heart for my sacrificial fire. = Alt! C
|
|||||||
Accept this agreement or suffer the consequences. = Accetta questo scambio, o pagane le conseguenze.
|
Accept this agreement or suffer the consequences. = Accetta questo scambio, o pagane le conseguenze.
|
||||||
Welcome, friend. = Benvenuto, amico.
|
Welcome, friend. = Benvenuto, amico.
|
||||||
Sacrificial Captives = Vittime sacrificali
|
Sacrificial Captives = Vittime sacrificali
|
||||||
|
# Requires translation!
|
||||||
Earn [amount]% of [param] opponent's [param2] as [stat] for kills =
|
Earn [amount]% of [param] opponent's [param2] as [stat] for kills =
|
||||||
Tenochtitlan = Tenochtitlan
|
Tenochtitlan = Tenochtitlan
|
||||||
Teotihuacan = Teotihuacan
|
Teotihuacan = Teotihuacan
|
||||||
|
@ -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 = 502
|
const val appCodeNumber = 503
|
||||||
const val appVersion = "3.11.15"
|
const val appVersion = "3.11.16"
|
||||||
|
|
||||||
const val gdxVersion = "1.9.12"
|
const val gdxVersion = "1.9.12"
|
||||||
const val roboVMVersion = "2.3.1"
|
const val roboVMVersion = "2.3.1"
|
||||||
|
12
changelog.md
12
changelog.md
@ -1,3 +1,15 @@
|
|||||||
|
## 3.11.16
|
||||||
|
|
||||||
|
Resolved #3364 - Fixed certain battle modifiers not activating
|
||||||
|
|
||||||
|
Resources provided by buildings are affected by resource amount uniques - by 9kgsofrice
|
||||||
|
|
||||||
|
Fixed minor crashing bugs in misconfigured mods
|
||||||
|
|
||||||
|
Display mod incompatibilities when attempting to start a new game
|
||||||
|
|
||||||
|
Translation updates
|
||||||
|
|
||||||
## 3.11.15
|
## 3.11.15
|
||||||
|
|
||||||
HUGE framerate improvements! :D
|
HUGE framerate improvements! :D
|
||||||
|
Reference in New Issue
Block a user