Unciv/fastlane/metadata/android/en-US/changelogs/1041.txt

19 lines
851 B
Plaintext
Raw Normal View History

Version rollout (#12154) * Bump version and create initial changelog entry * Update Italian.properties (#12148) * Update Brazilian_Portuguese.properties (#12145) * Update Latin translation (#12144) * Fix and update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Fix translation * Update translation * Fix translation * Fix translation * Update translation * Fix translation * Update translation * Update translation * Fix and update the translation * Update translation * Fix translation * Fix translation * Update translation * Update translation * Fix translation * Update translation * Update translation * Update translation * Update translation * Use ë to disinguish words. See <https://la.m.wikisource.org/wiki/Vulgata_Clementina/Liber_Job> * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Fix translation * Fix translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Update translation * Fix translation --------- Co-authored-by: sls1005 <sls1005@github.com> * Update Bulgarian.properties (#12143) Finished the translations for Japan and India * Update French.properties (#12142) * Update Indonesian.properties (#12140) Corrected mistranslation/grammatical errors and translated the new codes. --------- Co-authored-by: yairm210 <yairm210@users.noreply.github.com> Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com> Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com> Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com> Co-authored-by: sls1005 <sls1005@github.com> Co-authored-by: Instrumentarium <143902440+Instrumentarium@users.noreply.github.com> Co-authored-by: Ouaz <Ouaz@users.noreply.github.com> Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
2024-08-25 02:31:02 +07:00
Removed "continuous rendering" setting, should always be false since Actions 'override' this and all our animations use Actions
Resolved - City overview updates when entering a city via it, changing info, and exiting
Fixed "don't settle cities" demand button triggering "stop spreading religion" demand as well
Modding: "Costs [amount] [stockpiledResource]" construction accepts conditionals
test: Added test to ensure stockpiled resources are consumed when starting work on "Costs [amount] [stockpiledResource]" construction
Skipping turns for a game now correctly updates the MP screen
Added "[unitTriggerTarget] is destroyed" unit triggerable
Added "upon damaging a [mapUnitFilter] unit" which can trigger a unique on the *enemy* unit!
All unit trigger uniques start with a targetting parameter
AI worker improvements - By EmperorPinguin