Unciv/android
Colin Vanden Heuvel 4c19347a89
Provide more information to waiting players in multiplayer (#5508)
* Add some very small Quality-of-Life improvements for multiplayer games

- GameInfo.kt
 - Add timestamp for the start of the last turn to save info, hopefully
   this will enable a multiplayer turn timer in the near future

- MultiplayerScreen.kt
 - Current turn indicator for multiplayer games now shows for how long it
   has been the current player's turn.

- WorldScreen.kt
 - Next Turn Action will display which player we are waiting for rather
   than the generic "Waiting for other players..."

* Update text for translations and add better elapsed times

template.properties
- Add translation templates for waiting turn information

German.properties
- Provide German translation for waiting turn info

Japanese.properties
- Provide Japanese translation for waiting turn info

MultiplayerScreen.kt
- Add translation brackets for waiting turn info
- Add a function which determines whether to represent
  elapsed time in Minutes, Hours, or Days (and does so)

WorldScreen.kt
- Add translation brackets for waiting turn info

* Fix line translated endings as per request

MultiplayerScreen.kt
- Translation for the "Last refresh:/Current Turn:" display no longer
  includes line endings
- "Last refresh:/Current Turn:" display now uses LF line endings only

* Show generic "Waiting for" message in single player

WorldScreen.kt
- Place an additional condition for getNextTurnAction which selects the
  generic "Waiting for" message in single player and the civ-specific
  one in multiplayer

Co-authored-by: Colin S. Vanden Heuvel <colin.vandenheuvel@wisc.edu>
2021-10-25 19:09:03 +03:00
..
assets Provide more information to waiting players in multiplayer (#5508) 2021-10-25 19:09:03 +03:00
Images Fixed the visual gaps in territory borders (#5446) 2021-10-11 09:23:28 +03:00
Images.Construction Mayas (#5408) 2021-10-09 20:45:59 +03:00
Images.Flags/FlagIcons Greek flag (#5124) 2021-09-08 21:19:46 +03:00
Images.Skin Atlas reorg - packer to loader via json (#5014) 2021-08-29 23:29:24 +03:00
Images.Tech/TechIcons Multi-Atlas / Image packer redo (#4959) 2021-08-24 07:31:21 +03:00
ImagesToNotAddToGame Stat Icons Redone (#4961) 2021-08-23 23:15:17 +03:00
res Added game name to turn notification (#5350) 2021-09-29 17:38:27 +03:00
src/com/unciv/app Added game name to turn notification (#5350) 2021-09-29 17:38:27 +03:00
AndroidManifest.xml Added caching to the gradle properties 2021-08-20 14:30:45 +03:00
build.gradle.kts Re-upgraded Kotlin to 1.5.30, and together with it - minSdk and source&target compatibility to 1.8. 2021-09-05 19:36:35 +03:00
ic_launcher-web.png
proguard-rules.pro
project.properties