* optimized city screen for smart phone
- moved "buy" button to city info table
- removed "add to queue" button
- expand icon changed to android defaults
- CityStatsTable: big scrollable area, expandable
* made CityStatsTable collapsible
* Extracted BuyButtonFactory and re-added buy button close to construction queue
* optimized city screen construction queue for space and optimized for cramped portrait
- moved priority buttons under the queue
- queue is collapsible and shows preview
- when expanded, the queue takes available space
- collapse stats on cramped portrait
- collapsed stats show 2 lines of resources in cramped portrait to reduce width, right aligned
- raze button moved close to city button in cramped portrait
* allow selection in queue preview
* Use Table.setEnabled() on priority buttons
* Fix update after deleting entry from queue
* Add reasoning for vertical space distribution of the left handed tables in the city screen. Minor fix for queue buttons.
* Fixed click event propagation
* Replace max() with coerceAtLeast()
---------
Co-authored-by: M. Rittweger <m.rittweger@mvolution.de>
Co-authored-by: mrimvo <6030346+mrimvo@users.noreply.github.com>
* Allow for city level stockpiles to actually function
* Disallow civs to gain citywide stockpiles from gainStockpiledResource
* Give the correct resource amount from city.getAvailableResourceAmount
* Make getReserve for cities explicit for tileResources
* Remove city function for adding stockpiles via a string
* Remove civ function for adding stockpiles via a string
* Bump version and create initial changelog entry
* Update Russian.properties (#12731)
I kept seeing this space for 3 years of playing this game, and it makes my anxiety act like crazy, delete it please xD
* Update Brazilian_Portuguese.properties (#12727)
* Update Brazilian_Portuguese.properties
* Update Brazilian_Portuguese.properties
* Update Brazilian_Portuguese.properties
* Update German translation (#12723)
* Update Spanish.properties (#12720)
by z4TaN
* Update Latin translation (#12715)
* Update Latin translation
* Update translation
* Fix typo
* Update Italian.properties (#12714)
---------
Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: shwwwa <shwwwa.dev@gmail.com>
Co-authored-by: altiereslima <altieres.lima@gmail.com>
Co-authored-by: mape6 <mape6@posteo.de>
Co-authored-by: Nahuel Geno <142752140+NahuelGeno@users.noreply.github.com>
Co-authored-by: sls1005 <90055573+sls1005@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
* Add new Babylon image
Add Lamassu image to replace Babylon's current lion icon
* Update Credits.md for Bablyon icon
Change credits file to match Babylon's new image
* When calling a defense pact ally to join a war, the ally's defense pact with other civilizations will no longer be chained.
* Update DiplomacyScreen.kt
Simplify the loop and delete dead code
---------
Co-authored-by: czyh2022 <2200013085@stu.pku.edu.cn>
* (rebase)
* centering pt. 1
* (rebase)
* centering pt. 2
* world screen top bar fixes:
– standardise icon-label order
– add ad-hoc spacing to the turn count label
– add clean and distinctive new style for 'per turn' stats
* centering pt. 3
* –final