Yair Morgenstern
894e520319
More concurrency problems avoided by creating a second cityStats to run the values on
...
This should also help speed things up, since we don't need to run the update() again to revert it!
2021-01-26 22:34:38 +02:00
Yair Morgenstern
3199098ae8
Solved ANRs when loading large maps in map editor
2021-01-26 22:20:36 +02:00
Yair Morgenstern
83ecc9ee42
Hopefully mitigated some concurrency related crashes
2021-01-26 22:20:03 +02:00
Yair Morgenstern
0c89986af4
Resolved #3436 - parametrized "+[]% [] in all cities"
2021-01-25 20:47:50 +02:00
Yair Morgenstern
48f68c6bd0
Smoother map panning
2021-01-25 19:23:48 +02:00
Yair Morgenstern
93bdb137f9
Translations update ( #3559 )
...
* Update Italian.properties (#3544 )
* Update Japanese.properties (#3545 )
* Update Japanese.properties
* Update Japanese.properties
* Japanese translation update (#3550 )
* Update Japanese.properties
* Update Japanese.properties
* Finished translating some missing sentences in spanish (#3554 )
* Turkish translation update (#3551 )
* Update Turkish.properties
* Update Turkish.properties
* Update Simplified_Chinese.properties (#3546 )
* Update Simplified_Chinese.properties
* Update Simplified_Chinese.properties
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: paontv <57051667+paontv@users.noreply.github.com>
Co-authored-by: hirmonik <76709219+hirmonik@users.noreply.github.com>
Co-authored-by: marcosbach <77796076+marcosbach@users.noreply.github.com>
Co-authored-by: omerfaruk-cakmak <32402595+omerfaruk-cakmak@users.noreply.github.com>
Co-authored-by: 洛颍川 <73578868+LuoYinChuan@users.noreply.github.com>
2021-01-24 20:05:39 +02:00
Yair Morgenstern
f5293843fd
Update uncivbot.yml
2021-01-24 19:39:34 +02:00
Yair Morgenstern
bf75ca2ec8
Update uncivbot.yml
2021-01-24 19:36:48 +02:00
Yair Morgenstern
2f3914ff76
Update uncivbot.yml
2021-01-24 19:34:39 +02:00
Yair Morgenstern
09d6ecb246
Update uncivbot.yml
2021-01-24 19:31:58 +02:00
Yair Morgenstern
06240ba402
Update uncivbot.yml
2021-01-24 19:22:36 +02:00
Yair Morgenstern
66dee1ae0d
Update uncivbot.yml
2021-01-24 19:09:39 +02:00
GGGuenni
3037ce4141
multiple game support for TurnChecker ( #3540 )
...
* TurnChecker now checks every multiplayer game
Not just the currently open game
* Adding game saving to turn checker
so multiplayerScreen stays up to date
* remove unused imports
* removing unused functions
2021-01-24 16:12:44 +02:00
Yair Morgenstern
93a6286512
Update uncivbot.yml
2021-01-24 00:50:57 +02:00
Yair Morgenstern
4ae2050e4d
Update uncivbot.yml
2021-01-24 00:14:59 +02:00
Yair Morgenstern
0a23a755ca
Update uncivbot.yml
2021-01-23 23:49:32 +02:00
Yair Morgenstern
241af27c71
Update uncivbot.yml
2021-01-23 23:48:26 +02:00
Yair Morgenstern
e812e8e908
Update uncivbot.yml
2021-01-23 23:47:11 +02:00
Yair Morgenstern
c6c5bffafd
Update uncivbot.yml
2021-01-23 23:43:49 +02:00
Yair Morgenstern
43577625e9
Update uncivbot.yml
2021-01-23 23:03:18 +02:00
Yair Morgenstern
e22f9a2691
Update uncivbot.yml
2021-01-23 21:48:32 +02:00
Yair Morgenstern
1f595dd2e7
Update uncivbot.yml
2021-01-23 20:57:00 +02:00
Yair Morgenstern
6c7ac90838
Update uncivbot.yml
2021-01-23 20:54:00 +02:00
Yair Morgenstern
fbb84ff5dd
Update uncivbot.yml
2021-01-23 20:52:26 +02:00
Yair Morgenstern
9e3e192098
Update uncivbot.yml
2021-01-23 20:48:50 +02:00
Yair Morgenstern
ede55084ab
Update uncivbot.yml
2021-01-23 20:31:25 +02:00
Yair Morgenstern
30ea299626
Update uncivbot.yml
2021-01-23 20:23:47 +02:00
Yair Morgenstern
dd07cd47e6
Update uncivbot.yml
2021-01-23 20:21:24 +02:00
Yair Morgenstern
693f0f1aaa
Update uncivbot.yml
2021-01-23 20:19:05 +02:00
Yair Morgenstern
57a7201077
Update uncivbot.yml
2021-01-23 20:16:10 +02:00
Yair Morgenstern
06091d1673
Update uncivbot.yml
2021-01-23 20:14:44 +02:00
Yair Morgenstern
e19c151494
Update uncivbot.yml
2021-01-23 20:11:10 +02:00
Yair Morgenstern
956c340226
Update uncivbot.yml
2021-01-23 20:09:56 +02:00
Yair Morgenstern
d8592ac34e
Update uncivbot.yml
2021-01-23 19:52:58 +02:00
Yair Morgenstern
ea8d5957ff
Update uncivbot.yml
2021-01-23 19:35:04 +02:00
Yair Morgenstern
f3e20e6870
Update uncivbot.yml
2021-01-23 19:32:05 +02:00
Yair Morgenstern
8fb13749df
Update uncivbot.yml
2021-01-23 19:28:46 +02:00
k4zoo
26afb16b6b
Update TileInfo.kt ( #3557 )
...
My first real pull request :P. I saw ResourceType.Luxury and ResourceType.Bonus being used in MapGenerator.kt so I thought why not make them accessible as a parameter for uniques?
2021-01-23 19:12:15 +02:00
Jack Rainy
8c0be488bc
Avoid overflow of the health bar in the overkill situation ( #3558 )
2021-01-23 19:11:41 +02:00
Yair Morgenstern
68b308dd26
Update buildAndDeploy.yml
2021-01-23 19:09:50 +02:00
Yair Morgenstern
d22ed53544
A different message
2021-01-22 13:47:07 +02:00
Yair Morgenstern
80bf7640c5
Update buildAndDeploy.yml
2021-01-22 13:46:11 +02:00
Yair Morgenstern
01849c7168
Update buildAndDeploy.yml
2021-01-22 13:43:44 +02:00
Yair Morgenstern
5432da2d2c
Update buildAndDeploy.yml
2021-01-22 13:38:03 +02:00
Yair Morgenstern
0bef3fe32b
Update buildAndDeploy.yml
2021-01-22 13:35:54 +02:00
Yair Morgenstern
c4a59ea326
Update buildAndDeploy.yml
2021-01-22 13:30:34 +02:00
Yair Morgenstern
8cb707250c
Update buildAndDeploy.yml
2021-01-22 13:29:44 +02:00
Yair Morgenstern
630efc8811
Update buildAndDeploy.yml
2021-01-22 13:25:57 +02:00
Yair Morgenstern
7800316ff0
Update buildAndDeploy.yml
2021-01-22 13:24:30 +02:00
Yair Morgenstern
80ccc97cf1
Update buildAndDeploy.yml
2021-01-22 13:20:44 +02:00