Unciv/core/src/com/unciv/ui
2018-08-25 23:49:12 +03:00
..
cityscreen City-to-tile ownership is more efficient 2018-08-22 13:30:37 +03:00
pickerscreens Policy screen translated 2018-08-17 11:44:20 +03:00
tilegroups Slight performance improvements for AI 2018-08-16 09:13:34 +03:00
trade Clicking the Back button when on diplomacy screen returns you to the world screen 2018-08-16 08:53:34 +03:00
utils Back button now acts like the "close" button, returning you to the upper-level screen (usually the world screen) 2018-08-14 19:09:58 +03:00
worldscreen TileMapHolder doesn't update using clone because it causes problems when updating the tiles 2018-08-25 23:49:12 +03:00
CivilopediaScreen.kt Added all policy translation lines 2018-08-14 19:24:47 +03:00
DiplomacyScreen.kt Added Trade and Diplomacy screens 2018-07-02 13:33:23 +03:00
EmpireOverviewScreen.kt Performance improvement - Moved all autosaving to save a *clone* of the current game in another thread, thus allowing the user to continue his game without having to wait for the game to save 2018-08-16 23:33:56 +03:00
LanguagePickerScreen.kt AI construction choices now better and change between peacetime and wartime. 2018-08-05 23:08:50 +03:00
LoadScreen.kt Cut down saved game size when copying text to the clipboard by 85% using gzip 2018-07-18 23:13:58 +03:00
NewGameScreen.kt Many UI updates are now done on the clone, so we won't get concurrency exceptions 2018-08-25 23:15:40 +03:00
SaveScreen.kt Cut down saved game size when copying text to the clipboard by 85% using gzip 2018-07-18 23:13:58 +03:00
VictoryScreen.kt Performance improvement - Moved all autosaving to save a *clone* of the current game in another thread, thus allowing the user to continue his game without having to wait for the game to save 2018-08-16 23:33:56 +03:00