40a59782d0
Translations update ( #3612 )
...
* Update German.properties (#3611 )
* Added Dutch translations (#3599 )
* Update Dutch.properties
* Update Dutch.properties
* Update Dutch.properties
* Update Dutch.properties
Line 561 misspelled [attacker]
* Update Dutch.properties
* Update Dutch.properties
* Update Dutch.properties
* Update Dutch.properties
* Update TechPickerScreen.kt
Changed the current tech color from a grey color to a more distinguishable blue color.
* Update TechPickerScreen.kt
Co-authored-by: SRS <deringenieur71@gmail.com >
Co-authored-by: Louis Deconinck <louis.dck@gmail.com >
2021-02-20 23:08:20 +02:00
36949410a7
Resolved #3586 - Added 'Destroy' translation for capturing cities in one-city challenge
2021-02-18 13:20:49 +02:00
fda3c1053d
3.13.1
2021-02-16 20:24:50 +02:00
1b45f93b16
Translations update ( #3602 )
...
* Update Czech.properties (#3597 )
* Update Czech.properties
new strings, american and japan diplomacy
* Update Czech.properties
fixed param typo
* Update Malay.properties (#3596 )
Translate some of the tutorial phase, dialogues and other in-game selection buttons.
* Update Italian.properties (#3594 )
Co-authored-by: stoupa007 <60326342+stoupa007@users.noreply.github.com >
Co-authored-by: SNN95 <41881544+SNN95@users.noreply.github.com >
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com >
2021-02-16 20:19:45 +02:00
1e981abe53
Display scroll position on minimap ( #3593 )
2021-02-14 11:48:57 +02:00
f2af128546
Merge branch 'master' of https://github.com/yairm210/Unciv
2021-02-13 21:53:12 +02:00
48a330fddc
3.13.0
2021-02-13 21:52:33 +02:00
75ef42f31e
Update Italian.properties ( #3589 )
2021-02-13 21:51:13 +02:00
e92a1dd088
Better tech descriptions for increased improvement stats
2021-02-12 14:13:11 +02:00
8b1778eea3
Removed Scenario Maps entirely - was not a well thought-out concept and caused more confusion than actual fun.
...
Case in point - 0 mods are Scenario mods.
2021-02-11 22:33:52 +02:00
74cc421b62
3.12.14
2021-02-09 23:17:42 +02:00
ae3e6524f5
Translations update ( #3588 )
...
* Update Simplified_Chinese.properties (#3585 )
* Update Simplified_Chinese.properties
* fix
fix case problem
* Update Italian.properties (#3581 )
* Update Portuguese.properties (#3580 )
* Update Portuguese.properties
* Update Portuguese.properties
Co-authored-by: Yair Morgenstern <yairm210@hotmail.com >
Co-authored-by: CrispyXYZ <64761703+CrispyXYZ@users.noreply.github.com >
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com >
Co-authored-by: Tiger13p <58396220+Tiger13p@users.noreply.github.com >
2021-02-09 23:07:18 +02:00
5328efa233
Updated to latest LibGDX and Kotlin versions
2021-02-06 23:25:48 +02:00
71266b213e
3.12.13
2021-02-06 22:39:36 +02:00
3d683c767a
Added "Consumes [amount] [resourceName]" unique for buildings
2021-02-06 21:12:44 +02:00
b0bf18afa0
Added custom victory conditions
2021-02-05 16:06:58 +02:00
84c200bd32
New cityFilter for cities connected to capital
2021-02-05 15:34:20 +02:00
1e6c8dacff
Deprecated old uniques
2021-02-05 12:22:47 +02:00
45b43849bd
Resolved #3578 - More readable colors for Korea civ, kudos @ravignir
2021-02-05 10:27:31 +02:00
1ada5aff43
Merge branch 'master' of https://github.com/yairm210/Unciv
2021-02-05 10:15:55 +02:00
679ca2ba6c
changed case sensitivity ( #3577 )
...
somehow I forgot to change most of the texts
2021-02-04 21:50:44 +02:00
b0c9c797f6
3.12.12
2021-02-04 20:18:14 +02:00
31ef5fdc77
Translations update ( #3576 )
...
* Update Traditional_Chinese.properties (#3571 )
* Update German.properties (#3569 )
* Update Indonesian.properties (#3566 )
* Update Russian.properties (#3564 )
Co-authored-by: SiderealArt <30827929+SiderealArt@users.noreply.github.com >
Co-authored-by: Johannes <58529898+devbeutler@users.noreply.github.com >
Co-authored-by: Kensvin <63847755+Kensvin28@users.noreply.github.com >
Co-authored-by: Jack Rainy <JackRainy@users.noreply.github.com >
2021-02-04 19:23:08 +02:00
a07e3947d2
Refactoring of MultiplayerScreen ( #3572 )
...
* Refactoring
- Removed unnecessary .tr()
- changed text case sensitivity
- changed popup to YesNoPopup
- combined multiplayerGames.remove and deleteSave into removeMultiplayerGame to reduce unnecessary try catch blocks
* Update case sensitivity translations
* adding "Game settings" entry
2021-02-04 19:13:01 +02:00
9d647447bc
Added improvement-constructing buildings
2021-02-03 21:09:29 +02:00
55b4298cec
New uniques for border expansion - "-[]% Gold cost of acquiring tiles []" and "-[]% Culture cost of acquiring tiles []" ( #3565 )
...
* no message
* Revert "no message"
This reverts commit 9ece60bd58
.
* Renamed Haka War Dance effect to Intimidation, to make it more applicable to non-Maori Warrior units.
* no message
* Parameterized civUnique for extra experience from combat
* Update build.gradle.kts
* Update BattleDamage.kt
* Update Policies.json
* Update Battle.kt
* Fully parameterized nationwide XP gain
* New parameterized uniques for border expansion - "-[]% Gold cost of acquiring tiles []" and "-[]% Culture cost of acquiring tiles []"
* Parameterized uniques for acquiring new tiles via either culture or gold
* Parameterizing expansion unique - improved calculation method
* Improved parameterization for border expansion uniques
2021-02-03 13:06:53 +02:00
aa1bd3cd7e
Adding resign function for multiplayer ( #3567 )
...
* Adding give up function for multiplayer
* Update template.properties
* Reviewed changes
- Changed "give up" to "resign"
- Removed unnecessary and harmful translations
- Using YesNoPopup now
* Add missing space
* fixed first AI turn getting skipped
2021-02-02 16:43:51 +02:00
bc4829a424
Translation updates for new cityFilter
2021-01-30 19:46:03 +02:00
449c5e1e2b
Update Italian.properties ( #3562 )
2021-01-29 12:31:57 +02:00
457588a2c9
Parameterize Civ Unique for increased XP gain ( #3561 )
...
* no message
* Revert "no message"
This reverts commit 9ece60bd58
.
* Renamed Haka War Dance effect to Intimidation, to make it more applicable to non-Maori Warrior units.
* no message
* Parameterized civUnique for extra experience from combat
* Update build.gradle.kts
* Update BattleDamage.kt
* Update Policies.json
* Update Battle.kt
* Fully parameterized nationwide XP gain
2021-01-29 12:31:52 +02:00
1a576539e0
Implemented Cultural Diplomacy policy
2021-01-29 12:06:16 +02:00
2f121983cf
Implemented Scholasticism
2021-01-29 12:01:25 +02:00
4e2aaa76dc
Started implementing Patronage branch. Parametrized some uniques, city-states can handle different resting points for different civs.
2021-01-29 11:54:23 +02:00
9c725d74ae
Parametrized "Maintenance on roads & railroads reduced by []%"
2021-01-29 10:35:01 +02:00
bcab751f7c
Linting
2021-01-28 16:21:25 +02:00
18f4d4e53e
Added city filter, and gerenicised several uniques to work with the city filter.
...
Deleted some deprecated uniques
2021-01-28 14:26:42 +02:00
aa944bad87
3.12.10
2021-01-26 22:46:47 +02:00
0c89986af4
Resolved #3436 - parametrized "+[]% [] in all cities"
2021-01-25 20:47:50 +02:00
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
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
38025785b7
3.12.9
2021-01-16 21:57:30 +02:00
a0526f9afe
[Bundle] [RU] L10n Update ( #3518 )
...
* 1 new line
* show tile yields
* 1 new line
* Move to city
* 3 new lines
* The resistance in [cityName] has ended!
* +[amount]% Production when constructing [unitType] units
* Doubles Gold given to enemy if city is captured
* 4 new lines
* Receive a tech boost when scientific buildings/wonders are built in capital
* -[amount]% [param] unit maintenance costs
* Excess Food converted to Production when under construction
* Requires at least [amount] population
* 3 new lines
* New [param] units start with [amount] Experience
* All tiles cost 1 movement
* Can pass through impassable tiles
2021-01-16 21:32:55 +02:00
0800dbba51
Resolved #3533 - Added confirmation popup when saving over existing save
2021-01-15 13:28:29 +02:00
67bcc26ab7
Translations update ( #3523 )
...
* Update Italian.properties (#3509 )
* Update Russian.properties (#3512 )
Just a small addition to the previous request as I missed one line.
* Added Aztecs quotes translations (#3513 )
Additionaly, added a few Aztec's cities names and other minor changes. Also changed some miscellaneous phrases to match context.
* Update Japanese.properties (#3515 )
Improvement of Japanese translation
Co-authored-by: Yair Morgenstern <yairm210@hotmail.com >
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com >
Co-authored-by: BodyaBilder <77171011+BodyaBilder@users.noreply.github.com >
Co-authored-by: Gualter Machado <35864822+GualterMM@users.noreply.github.com >
Co-authored-by: hirmonik <76709219+hirmonik@users.noreply.github.com >
Co-authored-by: Yair Morgenstern <yairm210@hotmail.com >
2021-01-12 16:46:41 +02:00
617e7aea93
Removed placeholder science and production boost from Computers tech
...
New games start by default with city states
2021-01-11 20:56:31 +02:00
0bb40d842a
changed default tiles colors ( #3508 )
...
* changed default tiles colors
I hope the new colors are better :)
* Update Terrains.json
2nd commit, ocean changed
2021-01-07 16:33:38 +02:00
c1783d8592
3.12.7
2021-01-06 23:16:43 +02:00
597bd4efd7
Update Japanese.properties ( #3504 )
2021-01-06 23:01:20 +02:00
813da94e08
Update Czech.properties ( #3493 )
...
* Update Czech.properties
new translations, some typo fixes, rome diplomacy and cities
* Update Czech.properties
arabian diplomacy and cities
* Update Czech.properties
typos fixed
2021-01-06 23:00:26 +02:00
2a262c506a
Resolved #3469 - more readable Inca colors
2021-01-06 22:24:01 +02:00