Commit Graph

3300 Commits

Author SHA1 Message Date
a25777f380 Overview screen category decoration + key hint (#3872)
* OverviewScreen: Category buttons decorated / key indicator

* OverviewScreen: Category buttons decorated / key indicator: Images
2021-05-04 12:10:34 +03:00
f2a08719e2 ImprovementPicker: R key 'moves' from Road to Railroad patch (#3871) 2021-05-04 11:59:08 +03:00
ba9a90c680 Option Screen choices visible on minimap toggle buttons immediately -… (#3858)
* Option Screen choices visible on minimap toggle buttons immediately - using lambdas

* Option Screen choices visible on minimap toggle buttons immediately - patch1
2021-05-03 16:26:08 +03:00
79c6ff0e3e Fix cancel improvement order (#3866) 2021-05-03 15:58:38 +03:00
d38692fad3 resolved #3869 but no one really cares 2021-05-02 22:14:56 +03:00
8160d76f97 Resolved #3865 - Kudos @SomeTroglodyte 2021-05-02 21:38:38 +03:00
f2a25b26ab Tilegroup accepts tile config also for *only the terrain part*, making all the extra "hill = grassland+hill" in the tileconfig json unnecessary!
@ravignir
2021-05-02 21:07:32 +03:00
204791c4b8 Great general unique no longer restricted to civilian units 2021-05-02 09:33:08 +03:00
ba1f647a8e Changed loading of tile set configs to work also on PC, from within a JAR file 2021-05-01 23:59:29 +03:00
94c0995b23 3.14.5 2021-05-01 23:05:30 +03:00
7eb4250335 City expansion notification points to acquired tile (#3859) 2021-05-01 22:30:23 +03:00
eed26a5097 deprecated old uniques 2021-04-30 15:37:12 +03:00
8c098a7fd4 New layering is in da house!
FantasyHex-New is now FantasyHex!
2021-04-30 15:23:24 +03:00
9900795e02 Specify original owner when showing option to liberate city 2021-04-30 12:44:51 +03:00
9847d089b3 Fixed mod management screen to the new 'wrapped scrollpanne' style of PickerScreen 2021-04-30 12:34:24 +03:00
e9d450eb60 Tile options in map editor screen no longer 'click' on tiles behind them
Fixed new map screen
2021-04-30 12:29:56 +03:00
81c1e34f0f Added "Self-destructs when attacking" unique 2021-04-30 12:11:49 +03:00
222e322230 A new KeyPressDispatcher supporting function keys with F1 demo (#3853) 2021-04-30 10:54:38 +03:00
8fc3e5bd98 Some visual improvements for the City Overview (#3844)
Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
2021-04-29 20:16:13 +03:00
350f0c48d3 Code cleanup for construction text - moved to city constructions file and simplified 2021-04-29 17:53:44 +03:00
4db97dcd1a Added construction production info to city screen 2021-04-29 14:02:27 +03:00
464d89298a Fix screen bugs when you don't use splitpane in pickscreen (#3760) 2021-04-29 12:44:37 +03:00
66f07347e0 Keyboard navigation to switch panes within overview screen (#3822) 2021-04-28 21:40:15 +03:00
5b7170bf9f Unified stat summing in city overview table 2021-04-27 19:02:14 +03:00
3da02b18b6 Some visual improvements for the Mod Manager Screen (#3841) 2021-04-27 12:06:05 +03:00
8dc748f919 Resolved #3524 - Happiness in city overview now calculated correctly
(also simplified sorting etc. and added option for Faith)
2021-04-27 00:55:39 +03:00
4f802e813a Added Happiness (and Faith for Religion mods) to stats list - #3524 2021-04-27 00:37:51 +03:00
089a415da9 For issue 3838: Bigger target on "next city" button (#3840) 2021-04-27 00:05:59 +03:00
29dfa338ba Added fogOfWarColor and unexploredTileColor (#3833)
* Added fogOfWarColor and unexploredTileColor

* update updateConfig function
2021-04-26 21:16:18 +03:00
7ddbac1f07 Made datetime in modscreen parsable for Java 7 phones
And now date display is localized too which is nice
2021-04-23 15:57:39 +03:00
fb4a091635 Merge branch 'master' of https://github.com/yairm210/Unciv 2021-04-23 15:29:01 +03:00
adf32dcfe2 getResearchAgreementCost() don't need variable, make some method private (#3832) 2021-04-22 16:59:15 +03:00
cb9507c76d Fixed internal TileSetConfigs not getting loaded on android (#3831) 2021-04-22 11:00:35 +03:00
600f262cca Fixes #3729 "Android crash on loading from custom location" (#3828) 2021-04-21 23:42:45 +03:00
55ef131fb2 3.14.3 2021-04-21 22:12:46 +03:00
722772b08e Solves #3802 Mod translations don't appear in new game screen (#3823)
* Solves #3802 Mod translations don't appear in new game screen

* Rehomed translationActiveMods to Translations
2021-04-21 21:45:58 +03:00
6ffbce4ee1 Added "Updated!" next to updated mods in mod management screen 2021-04-21 21:22:55 +03:00
146a806b08 Added 'last updated time' to mod description 2021-04-21 20:53:14 +03:00
72f63b7ba1 Added "open Github page of mod" in mod management screen 2021-04-21 20:30:25 +03:00
0c80a31c9a Merge branch 'master' of https://github.com/yairm210/Unciv 2021-04-20 22:18:55 +03:00
d674be2234 Can no longer enter diplomacy screen for self, defeated and spectator civs through diplomacy overview screen 2021-04-20 22:18:11 +03:00
615fa78101 Modify choice of city to own the tiles acquired by a citadel - v2 (#3819) 2021-04-19 23:01:47 +03:00
e2c6ae450d Make city center unpillagable using a unique (#3818) 2021-04-19 20:18:20 +03:00
1eb3629c09 Resolved #3817 - don't display resource requirements from uniques twice 2021-04-19 19:29:21 +03:00
8d4aa955b3 Parameterize civ-wide sight bonus (#3809)
* Make science a possible reward for killing units

* no message

* Revert "Make science a possible reward for killing units"

This reverts commit 296b8fab54.
2021-04-18 22:12:47 +03:00
e0b1cce74f Merge branch 'master' of https://github.com/yairm210/Unciv 2021-04-18 21:31:01 +03:00
11f5937cdf Revert "World wrap is publicly released!"
This reverts commit 55659657aa.
2021-04-18 21:29:37 +03:00
5c6e55d9f1 ExpanderTab had only one use outside its package - moved (#3805) 2021-04-18 18:50:02 +03:00
f518c1944f Added warning for world wrap for Android - I'm seeing a lot of ANRs for this, but it's not something I think I can solve 2021-04-17 23:27:29 +03:00
fc5c3d578d Fixed - 'Water units' now can be capitalized, as they should be. 2021-04-17 21:40:50 +03:00