mirror of
https://github.com/yairm210/Unciv.git
synced 2025-09-24 03:53:12 -04:00
4.13.6
This commit is contained in:
parent
316d57bb26
commit
7c46b3533b
@ -2722,7 +2722,6 @@ Tutorial = Tutoriel
|
||||
CityState = Cité-État
|
||||
ModOptions = Options Mod
|
||||
Event = Événement
|
||||
# Requires translation!
|
||||
EventChoice = ÉvénementChoix
|
||||
Conditional = Conditionnel
|
||||
TriggerCondition = DéclencherCondition
|
||||
|
@ -2722,7 +2722,6 @@ Tutorial = Tutorial
|
||||
CityState = NegaraKota
|
||||
ModOptions = OpsiMod
|
||||
Event = Kejadian
|
||||
# Requires translation!
|
||||
EventChoice = PilihanKejadian
|
||||
Conditional = Kondisional
|
||||
TriggerCondition = KondisiPemicu
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -10,16 +10,16 @@ Dutch = 92
|
||||
English = 0
|
||||
Filipino = 88
|
||||
Finnish = 37
|
||||
French = 99
|
||||
French = 100
|
||||
Galician = 98
|
||||
German = 99
|
||||
Greek = 13
|
||||
Hungarian = 81
|
||||
Indonesian = 99
|
||||
Indonesian = 100
|
||||
Italian = 99
|
||||
Japanese = 82
|
||||
Korean = 93
|
||||
Latin = 28
|
||||
Latin = 34
|
||||
Lithuanian = 84
|
||||
Malay = 24
|
||||
Norwegian = 60
|
||||
|
16
changelog.md
16
changelog.md
@ -1,20 +1,10 @@
|
||||
## 4.13.6
|
||||
|
||||
perf: Don't update city stats at *end turn* when unassigning extra population (won't affect anything until next turn where we'll recalc anyway)
|
||||
Performance improvements!
|
||||
|
||||
chore: rename hasUnique(String) -> hasTagUnique(String)
|
||||
AI prioritizes unit upgrades over purchasing new constructions
|
||||
|
||||
perf: Unique mapping overhaul - don't multiply when checking 'has unique', prep for EnumMap for typed uniques
|
||||
|
||||
Moved AI unit upgrade into "use gold" function, so it is prioritized *over* purchasing new constructions
|
||||
|
||||
Resolved - units are not added to cities in resistance if non-resistant cities are available
|
||||
|
||||
Updated Events json schema
|
||||
|
||||
Docker build doesn't like linking version numbers of plugins
|
||||
|
||||
Improve desktop file for Linux desktop - By MayeulC
|
||||
Units are not added to cities in resistance if non-resistant cities are available
|
||||
|
||||
## 4.13.5
|
||||
|
||||
|
@ -1,17 +1,5 @@
|
||||
Performance improvements!
|
||||
|
||||
AI prioritizes unit upgrades over purchasing new constructions
|
||||
|
||||
perf: Don't update city stats at *end turn* when unassigning extra population (won't affect anything until next turn where we'll recalc anyway)
|
||||
|
||||
chore: rename hasUnique(String) -> hasTagUnique(String)
|
||||
|
||||
perf: Unique mapping overhaul - don't multiply when checking 'has unique', prep for EnumMap for typed uniques
|
||||
|
||||
Moved AI unit upgrade into "use gold" function, so it is prioritized *over* purchasing new constructions
|
||||
|
||||
Resolved - units are not added to cities in resistance if non-resistant cities are available
|
||||
|
||||
Updated Events json schema
|
||||
|
||||
Docker build doesn't like linking version numbers of plugins
|
||||
|
||||
Improve desktop file for Linux desktop - By MayeulC
|
||||
Units are not added to cities in resistance if non-resistant cities are available
|
Loading…
x
Reference in New Issue
Block a user