Jack Rainy
cd9737df9f
Display trades sorted by expiration ( #2465 )
2020-04-19 16:36:13 +03:00
Jack Rainy
ba81c3e97c
The world view top panel can open the corresponding screens ( #2415 )
...
* Empire overview can open the requested pages
* Open the empire overview screen on the given page
* Open the tech and policies screens
* Turns counter opens the victory status screen
2020-04-15 23:19:09 +03:00
SomeTroglodyte
fcc14ab093
EmpireOverview: A little color on the Stats page ( #2419 )
...
* EmpireOverview: A little color on the Stats page
* EmpireOverview: Align numbers on the Stats page
2020-04-15 23:17:03 +03:00
Yair Morgenstern
50f79f5a3a
Resolved #2407 - reveal all civs when won or lost
2020-04-13 23:21:19 +03:00
SomeTroglodyte
72c1fa2d5c
Fix options screen leaving next turn button disabled ( #2400 )
...
* Options Screen: Next Turn Button was left disabled if...
any setting with 'update worldscreen' on was used
* Options Screen: Unit idle check has visible consequences
2020-04-13 21:53:23 +03:00
proteus-anguinus
d15abd66b6
Scroll panes get scrollfocus automatically ( #2358 )
...
* Bring Incas into the main game
(also changes slinger withdraw ability to inheritable)
* Update Nations.json
* ScrollPanes steal and release focus automatically
* ScrollPanes steal and release focus automatically: Commented & param names
2020-04-08 16:30:10 +03:00
Yair Morgenstern
c6d054431c
Cities in unit overview are translated - #2242
2020-03-29 01:51:33 +03:00
Yair Morgenstern
81a4092538
Resolved #2242 - city names now translated in overview
2020-03-24 00:09:06 +02:00
Yair Morgenstern
8836800957
Resolved #2224 - can no longer enter the promotions screen from the overview screen if there are no valid promotions
2020-03-22 20:42:22 +02:00
rh-github-2015
4bd810d5dd
New columns in overview-units: promotion, health ( #2187 )
2020-03-19 09:57:53 +02:00
Yair Morgenstern
30a2eda15f
UnitTable no longer scrolls when unnecessary
2020-03-09 22:13:47 +02:00
JackRainy
e12f35660f
Revert close buttons + usability improvement ( #2088 )
...
* Revert changes to the Close buttons from PR #2069
* Better sensivity of diplomacy buttons
2020-03-06 10:31:23 +02:00
Yair Morgenstern
86576e25ae
Fixed crash when diplomacy values change while ending the turn
2020-03-03 21:45:39 +02:00
lishaoxia1985
95354964ba
some UI update. ( #2069 )
2020-03-03 19:54:20 +02:00
JackRainy
aeee5e22eb
Sort the cities by food, production, etc. ( #1979 )
2020-02-21 11:49:55 +02:00
JackRainy
3f27bdb19e
Diplomacy screen: Secondary relationships line is added ( #1880 )
2020-02-08 21:58:03 +02:00
JackRainy
33de01961d
Improvements to the Diplomacy screen ( #1851 )
...
* Diplomacy overview window: Using full screen
* Different shades of friendship
* Show/hide the relations for the picked civilization
* Minor refactoring
* Optimized handling of lines visibility
2020-02-08 20:46:42 +02:00
ltrcao
0914750489
Show name when icon is tapped in resource overview in a label above the icon. ( #1817 )
2020-02-01 20:31:12 +02:00
r3versi
f7b5a506fd
HexMath is a singleton ( #1603 )
2020-01-03 10:33:01 +02:00
r3versi
a1b0c1dcd4
TileMapHolder refactor & Map Editor update ( #1584 )
...
* TileMapHolder renamed to MapHolder
* EditorMapHolder and WorldMapHolder inherits from ZoomableScrollPane
* MapEditor Brush Size (from 1 to 5)
* MapEditor painting mode (dragging the pointer on screen paints continuously)
2020-01-02 20:02:38 +02:00
r3versi
383b39c62d
Diplomacy graph size scales with screen space available ( #1495 )
...
* Diplomacy graph size scales with screen space available
* Deleted debug option left on
2019-12-21 19:50:01 +02:00
Yair Morgenstern
3627d4e6e2
Now load only necessary translations
...
Since loading all the translation files was taking around 2.5 seconds on my phone, and I assume much longer on older phones, we now only load the translations of the currently selected file, and if we need to find the translation percentage of all the files we deal with that separately. Down to around 200-300 ms on my phone =)
Also Translations is no longer part of the Ruleset, instead meing located in UncivGame
2019-12-18 23:32:31 +02:00
Yair Morgenstern
b544615643
In multiplayer, Overview screen now opens as the viewing player, not current player
2019-12-14 21:04:29 +02:00
Yair Morgenstern
307bccb7d0
Added tutorial task for viewing stats breakdown
...
Added an animation to "Pick language" on the language picker screen, because someone actually got stuck on that 0_0
2019-12-13 14:31:42 +02:00
Yair Morgenstern
a13d6bc82e
Package move & civilopedia scroll fix
2019-12-13 13:58:05 +02:00
Yair Morgenstern
5812f2026f
Added Missions, to replace wall-of-text tutorials in bite-sized pieces! Very pleased with this =D
2019-12-11 22:48:18 +02:00
Yair Morgenstern
c447bd2da8
Resolved #1359 - City name from overview screen now leads directly to the city scren
2019-11-23 22:30:25 +02:00
Yair Morgenstern
095deee125
UncivGame rename
2019-11-23 22:28:23 +02:00
Yair Morgenstern
80d9b3bd49
Trades in overview screen are now almost symmetrical
2019-11-17 21:37:27 +02:00
Yair Morgenstern
23178836cf
More performance
...
- Shoved TextureRegionDrawables into a hashmap for faster searching and more unified access (not everyone has to create a Drawable for the Region now)
- getLanguages() now does the minimum amount of work without saving intermediates
Unified ImageGetter.getTableBackground() (helper, not performance)
2019-10-31 12:59:19 +02:00
Yair Morgenstern
de30382536
Memory performance improvements!
...
- .tr() no longer tries to regex replace every entry in the dictionary - instead, we save the shortened version of each translation in its place!
- when counting language completion percentage, we only count the numbers, not save them to a list!
- label coloring and size now baked-in to .toLabel(). meaning we don't need to reassign styles and rebuild font caches!
2019-10-31 12:01:23 +02:00
lishaoxia1985
e865055488
update translation ( #1243 )
...
* update
* update
* update
* update
* update
* update
* update
* range extension
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
2019-10-27 17:30:56 +02:00
Yair Morgenstern
48ad8f3f88
Got rid of most of the original civ's Promotion icons and replaced with Unciv icons =)
2019-09-15 23:26:20 +03:00
Yair Morgenstern
bad10370de
innerColor and outerColor function name changes
2019-09-14 23:17:52 +03:00
Yair Morgenstern
5cc169a828
Added half the wonder quotes
2019-09-11 19:35:42 +03:00
lishaoxia1985
99959c9937
delete one english selectlanguage because menu have two choice, enlarge overview's image icon because it's too small to align. ( #1058 )
...
* systemProp
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* fix that researched tech can be picked when we pick a free tech
* update to master
* update
* Update TechPickerScreen.kt
* delete english selectlanguage becauce menu have two choice, enlarge overview's image icon because it's too small to align.
* update
* language polish is wrong to be writing "polski"
* 显示教程
2019-09-10 17:41:45 +03:00
Yair Morgenstern
df2be37785
Added show/hide button for tile panel in map editor
...
Fixed unit unique translations in Civilopedia
2019-09-06 16:20:45 +03:00
Yair Morgenstern
365cb6f1b9
Nation changed to transient in CivInfo
2019-08-15 10:43:15 +03:00
Yair Morgenstern
7b21505a53
Fixed rare "cloning exploredTiles" concurrency bug
...
Removed .replace in ImageGetter.getImage() thus lowering memory consumption
2019-08-04 19:13:11 +03:00
Yair Morgenstern
51ad40b8bf
Code reorg - Split some functions off of civilizationInfo into their own sub-classes because it was getting too long
2019-07-10 20:05:29 +03:00
Yair Morgenstern
8f0c3f1c02
Resolved #908 - added Science overview to overview screen
2019-06-27 12:01:08 +03:00
Yair Morgenstern
e0f72af06d
Added Caching for civ Resources, Stats and city Happiness information for massive performance improvements in some late games
2019-06-20 23:03:28 +03:00
Yair Morgenstern
5cf05cd7d9
AI now saves up money to use for purchasing city-state influence
2019-06-20 20:40:23 +03:00
Yair Morgenstern
2b3de8b78f
Undiscovered civs aren't revealed in Overview by their icons
...
Irrelevant Overviews are disabled
2019-06-19 20:52:26 +03:00
Yair Morgenstern
a6d1cdc398
Unified civ display in Overview and Victory screens
2019-06-19 19:20:25 +03:00
Yair Morgenstern
120ae8b253
Resources sorted and no bonus resources in Resource Overview
2019-06-15 22:30:07 +03:00
Yair Morgenstern
19334bcdec
Added resource drilldown table to overview
2019-06-14 15:03:53 +03:00
Yair Morgenstern
7e6b102f27
Merge branch 'roadOnLongClick'
2019-05-23 22:21:46 +03:00
martin
6bd06474bd
improved overview city screen
...
- dynamic layout
- cities and units sorted by name
- jump-to buttons for cities
- rounded values in statistics
2019-05-23 16:25:47 +03:00
martin
d676c18aec
adding MapUnitAction.name(), a user-readable name for actions. Eg "Moving" instead of "moveTo x,y"
2019-05-23 07:57:34 +03:00