mirror of
https://github.com/yairm210/Unciv.git
synced 2025-01-19 16:57:38 +07:00
271e88ad03
* Bump version and create initial changelog entry * update Simplified_Chinese translation (#9289) Co-authored-by: chr_56 <_> * update Japanese.properties (#9286) * Update Japanese.properties * Update Japanese.properties * Update Spanish.properties (#9285) * Update Indonesian.properties (#9283) * Update Brazilian_Portuguese.properties (#9277) * Update Polish.properties (#9276) * Update French.properties (#9274) Small translation improvements: - Remove a few past tenses which are unnecessary in French (in the context, past participle alone is enough, especially in notifications) - More precise translation for "the defence of [cityName]", to refer to the unit garrisoned in the attacked city ("la défense" doesn't sound well) --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: chr_56 <30681738+chr56@users.noreply.github.com> Co-authored-by: namazulake <130637228+namazulake@users.noreply.github.com> Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com> Co-authored-by: t <73392607+tsaqibfs@users.noreply.github.com> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com> Co-authored-by: Lesiakower <125187776+Lesiakower@users.noreply.github.com> Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
30 lines
853 B
Plaintext
30 lines
853 B
Plaintext
|
|
|
|
docs: Closer cropped icon for better viewing
|
|
|
|
Custom icons for mkdocs
|
|
|
|
Fix tests
|
|
|
|
docs: better unique parameter documentation
|
|
|
|
terrainFilter now accommodates nationFilter for owner
|
|
|
|
Remove double icons from airsweep/nuke battle table
|
|
|
|
Fade unit icon in overview if not idle
|
|
|
|
By WhoIsJohannes:
|
|
- Performance improvements
|
|
- Cache civ uniques while refreshing world map tiles.
|
|
|
|
Allow to reveal explored resources from a city's demanding resources in `CityOverviewTab` - By chr56
|
|
|
|
By SomeTroglodyte:
|
|
- Visual clue a load game from clipboard is underway
|
|
- Fix border case crash with lone AI winning on turn 0
|
|
- Allow modders to use culture/faith conversion without providing the icons
|
|
- "can be promoted" notification only when it's actually new
|
|
- Fix wrapping for promotions in unit overview
|
|
|
|
Don't return 401 when auth is disabled - By Chris1712 |