mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-31 01:44:45 +07:00
fe78ba91e4
* Bump version and create initial changelog entry * Update Indonesian.properties (#11519) I am X2003 from Discord and my account has been unblocked. I have also fixed the mistranslated words and translated the untranslated words. * Update Portuguese.properties (#11518) * Update Portuguese.properties * Update Portuguese.properties * Update Portuguese.properties * Update Portuguese.properties * Update Portuguese.properties * Update Portuguese.properties * Update Italian.properties (#11515) * Update French.properties (#11514) * Update Catalan.properties (#11513) * Update Brazilian_Portuguese.properties (#11512) * Detekt --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com> Co-authored-by: nexphilim <75545134+nexphilim@users.noreply.github.com> Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com> Co-authored-by: Ouaz <Ouaz@users.noreply.github.com> Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
29 lines
973 B
Plaintext
29 lines
973 B
Plaintext
|
|
|
|
Perf: Yet more caching ruleset objects' filter results
|
|
|
|
Perf: Minor hotspot when you have many invisible-unit detectors
|
|
|
|
Civilian AI wandering avoids enemy melee units correctly
|
|
|
|
Perf: RequiresResource -> RequiredResources, for CivInfo.setTransients memory performance
|
|
|
|
Perf: memory optimizations
|
|
|
|
selectedCiv instead of currentCiv, so spectators get a view like the civ they're spectating as
|
|
|
|
Color city centers differently on max zoom out, like in minimap
|
|
|
|
Color lands by owner on max zoom out, for better overview
|
|
|
|
Resolved - MP Spectator can scroll entire map
|
|
|
|
4.11.7-patch1
|
|
|
|
Don't use tileRemovals for ruleset validation check, since we edit the ruleset as we go in the new game screen, so the tileRemovals is not accurate once mods are changed
|
|
|
|
Resolved - Safeguard against uniques specifying non-existant promotions
|
|
|
|
Fix: Android pause/resume cycle not working - By SomeTroglodyte
|
|
|
|
Fixed problem with selecting city constructions option and AutoPlay - By tuvus |