mirror of
https://github.com/yairm210/Unciv.git
synced 2024-12-22 22:14:46 +07:00
3.12.11
This commit is contained in:
parent
449c5e1e2b
commit
523bea1d17
@ -3,8 +3,8 @@ package com.unciv.build
|
||||
object BuildConfig {
|
||||
const val kotlinVersion = "1.3.71"
|
||||
const val appName = "Unciv"
|
||||
const val appCodeNumber = 524
|
||||
const val appVersion = "3.12.10"
|
||||
const val appCodeNumber = 525
|
||||
const val appVersion = "3.12.11"
|
||||
|
||||
const val gdxVersion = "1.9.12"
|
||||
const val roboVMVersion = "2.3.1"
|
||||
|
18
changelog.md
18
changelog.md
@ -1,3 +1,21 @@
|
||||
## 3.12.11
|
||||
|
||||
Added experimental movement which assumes unknown tiles are impassible - hopefully will resolve #3009
|
||||
|
||||
Solved mod incompatibility with Legalism issues
|
||||
|
||||
Multiple unique parametrization improvements
|
||||
|
||||
Added 'replacementTextForUniques' parameter to buildings and units for custom text
|
||||
|
||||
Add a "Unlocked at [tech/era/policy]" unique to buildings and units
|
||||
|
||||
"Save game" errors are now correctly caught and displayed to the user
|
||||
|
||||
Added mutually exclusive policy branches :)
|
||||
|
||||
Parameterize Civ Unique for increased XP gain - By SpacedOutChicken
|
||||
|
||||
## 3.12.10
|
||||
|
||||
Solved ANRs when loading large maps in map editor
|
||||
|
Loading…
Reference in New Issue
Block a user