mirror of
https://github.com/yairm210/Unciv.git
synced 2025-02-01 02:14:51 +07:00
cbd8193867
* Bump version and create initial changelog entry * Provide translations to Ukrainian (#11809) Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com> * Update Simplified_Chinese.properties (#11805) * Update Simplified_Chinese.properties Has been a long time since my last translation. (Seems to be, a few months?) * Update Simplified_Chinese.properties * Update Spanish.properties (#11797) * Update French.properties (#11796) * Update Indonesian.properties (#11794) Translated the new words. * Update Hungarian.properties (#11793) * Update Hungarian.properties * Update Hungarian.properties * Update Brazilian_Portuguese.properties (#11792) --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: Kostiantyn Ko <test9@mormat.name> Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com> Co-authored-by: heipizhu4 <100454479+heipizhu4@users.noreply.github.com> Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com> Co-authored-by: Ouaz <Ouaz@users.noreply.github.com> Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com> Co-authored-by: balazsszalab <balazsszalab@freemail.hu> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
35 lines
989 B
Plaintext
35 lines
989 B
Plaintext
|
|
|
|
Convert .js files to .mjs so that "import" - now required due to octokit ESM-izing - will work. *sigh*
|
|
|
|
require -> import, var -> const in all js files
|
|
|
|
Cache 'majority religion' and uniques, recalc when updating followers
|
|
|
|
Tech, policy, unit and terrain uniques provide multiplied uniques with "for every [countable]" / "for every [amount] [countable]" modifiers
|
|
|
|
Fix tests
|
|
|
|
perf
|
|
|
|
perf: Improvement filter cache, other small things
|
|
|
|
perf: Cache civFilter results
|
|
|
|
perf: Performance improvements for worker automation by caching uniques
|
|
|
|
Re-enable ConsoleLauncher to run simulations
|
|
|
|
Resolved - units teleport out of open borders on war declaration
|
|
|
|
Inquisitors go out of city centers when spaceship parts need to be added in
|
|
|
|
Moved key + priority calculations into KeyShortcut data class
|
|
|
|
Upgrade actions checkout from v3 to v4 to avoid 'node 16 actions deprecated' warnings
|
|
|
|
Add personality uses - By tuvus
|
|
|
|
By SomeTroglodyte:
|
|
- Improvement picker fixes
|
|
- Refactor: UncivTextField |