b351d4a4e2
Fixed all CSs getting unique units and unique luxuries
2022-12-05 20:26:47 +02:00
0063b92e07
Version rollout ( #8093 )
...
* Bump version and create initial changelog entry
* update traditional_chinese.properties (#8092 )
* Update German translation (#8089 )
* Update Filipino.properties (#8082 )
* Update Simplified_Chinese.properties (#8079 )
* Update Simplified_Chinese.properties
* Update Simplified_Chinese.properties
* Update Brazilian_Portuguese.properties (#8078 )
* Update Italian.properties (#8076 )
* Update French.properties (#8075 )
Co-authored-by: yairm210 <yairm210@users.noreply.github.com >
Co-authored-by: nacro711072 <nacro711072@yahoo.com.tw >
Co-authored-by: MartinP <mape6@posteo.de >
Co-authored-by: Shann Aurelle Ripalda <shannaurelleg@gmail.com >
Co-authored-by: CrispyXYZ <64761703+CrispyXYZ@users.noreply.github.com >
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com >
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com >
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com >
2022-12-05 19:20:36 +02:00
11e26c74ad
Resolved #8088 - Single turn repair, repair turn inconsistencies
2022-12-05 19:03:17 +02:00
454f999948
Resolved #8090 - Replaces misunderstood 'virtual resolutions' with more intuitive 'screen size'
2022-12-05 18:56:47 +02:00
220c465a18
fix civilopedia category bug. ( #8084 )
...
* fix civilopedia category bug.
* fix negative index.
2022-12-04 18:04:16 +02:00
1d5d445c19
After-combat notification for promotable units - see #4697
2022-12-03 23:12:01 +02:00
c9ed9d5d74
modding: Double Happiness from Natural Wonders -> [stats] from every known Natural Wonder
2022-12-02 11:50:11 +02:00
dceaf832b9
Version rollout ( #8074 )
...
* Bump version and create initial changelog entry
* Updated Brazilian_Portuguese.properties (#8072 )
* Update Filipino.properties (#8071 )
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Filipino.properties
* Update Dutch.properties (#8067 )
* Update Dutch.properties
* Update Dutch.properties
* Update Simplified_Chinese.properties (#8066 )
* Update Spanish.properties (#8062 )
* Update French.properties (#8060 )
* Fix tests
Co-authored-by: yairm210 <yairm210@users.noreply.github.com >
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com >
Co-authored-by: Shann Aurelle Ripalda <shannaurelleg@gmail.com >
Co-authored-by: MartijnCBV <49876349+MartijnCBV@users.noreply.github.com >
Co-authored-by: CrispyXYZ <64761703+CrispyXYZ@users.noreply.github.com >
Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com >
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com >
2022-11-30 18:03:20 +02:00
cdc8afb56d
Made yields smaller so heavy yields looks better on tiles
2022-11-28 22:24:56 +02:00
1eb1976c4e
Made yields smaller so heavy yields looks better on tiles
2022-11-28 21:45:56 +02:00
cfda54917f
Modding: buildingName -> buildingFilter in all possible unique types
2022-11-28 19:19:40 +02:00
d223614067
Modding: improvement uniques can be assigned to tilefilter
2022-11-28 19:10:57 +02:00
d21e0d91b7
4.3.4-patch1
2022-11-28 19:00:15 +02:00
37d808936a
Fix Repair Crash ( #8065 )
...
* Add Hammer Icon to Repair Civilopedia Entry
* Fix crash from logic bug in getRepairTurns
2022-11-28 16:11:26 +02:00
515bfcbb6f
Moved updateProximity to civ transient updater
2022-11-28 11:16:10 +02:00
b8da124263
Added hasExplored and explore() functions to civinfo to mask exploredTiles
2022-11-28 11:12:53 +02:00
da5948364e
Added hasExplored function to civinfo to mask exploredTiles
2022-11-28 09:22:13 +02:00
166b8ff2bf
Simplified automated unit order
2022-11-27 23:46:52 +02:00
1b8c98eed3
Resolved #8050 - "Occurs at temperature between [amount] and [amount] and humidity between [amount] and [amount]" now applicable to resources
2022-11-27 20:02:05 +02:00
b95daa0865
Bump version and create initial changelog entry ( #8056 )
...
Co-authored-by: yairm210 <yairm210@users.noreply.github.com >
2022-11-27 19:17:31 +02:00
99b6a2254d
Changes to moddable UI ( #8055 )
...
* Replaced all occurrences of deprecated NinePatch
function calls
This makes a lot of UI elements already moddable but documentation is still missing
* Added "How to create a UI skin for Unciv" to wiki
* Added image
* Fixed two typos and updated directory image
Old image was missing a folder
* Added clear color to skin config
to support picker screen backgrounds
* Removed deprecated functions in ImageGetter
* Fixed lowercase ui element names
they should always be UpperCamelCase to be consistent
* Added UiElementDocsWriter
to modify the docs for UI elements automatically
* Added default shape to UiElementsDocsWriter.kt
* Revert unintended merge errors
* Rerun file auto generation
2022-11-27 19:14:56 +02:00
16a7eed4ff
Add Repair and Pillaging Roads ( #8015 )
...
* Reapply Changes
* Logic clean up
* Adding getImprovementToPillage() and getRepairableImprovement()
* Cleaning up Unit Actions
* getImprovementToPillage() needs to check for Unpillagable
* Remove redundant logic since canBuildImprovement() returns true if currently repairing
* More redundant logic
* Prevent City Center from being Pillage status
addRepairAction will not show a Repair Action
Adding the improvement to be repaired/pillaged in button text
Utilizing getImprovementToPillage() more
* Some import cleanup
Add Irremovable to blockers
More consolidation of code
* More translation files
* When improvements/roads are built/removed, pillaged flag set to False
* Better and more consistent logic
* Fix dumb logic bug
2022-11-27 19:12:26 +02:00
51985622f2
Added conditional to apply uniques only if the game starts in a specific era
2022-11-26 22:06:40 +02:00
545b4afc5a
Generalized "Stats per policies" unique
2022-11-26 21:39:26 +02:00
8ff606acd6
Deprecated old-form city-state uniques
2022-11-24 20:57:03 +02:00
4fb3d4a191
Do not translate city-state uniques - there should be no arbitrary ones!
2022-11-24 11:36:21 +02:00
98900d9162
Version rollout ( #8048 )
...
* Bump version and create initial changelog entry
* Update Spanish.properties (#8043 )
?
Co-authored-by: yairm210 <yairm210@users.noreply.github.com >
Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com >
2022-11-24 11:33:25 +02:00
7a76f24770
Resolved #8047 - 'impossible' worked tiles not under your control are now cleaned up
2022-11-24 10:41:29 +02:00
4fff3a395e
Resolved #8044 - corner case where entire path to destination is full and destination is unenterable
2022-11-24 09:53:38 +02:00
002dcd763b
Fix policy counting in global politics ( #8045 )
...
Counting of social policies was only correct for completed branches: 6
Incompleted branches with only 1 SP were hidden,
and those with N>1 SP displayed N-1.
2022-11-23 22:09:55 +02:00
f3ce1c4dc5
Resolved #8036 - resolved map latency when city-states exist
2022-11-23 20:06:41 +02:00
c20ffb03a3
Resolved #8046 - city-state type in civilopedia
2022-11-23 19:39:40 +02:00
551c6c562e
4.3.2
2022-11-22 23:39:07 +02:00
ee8c190c06
Version rollout ( #8042 )
...
* Bump version and create initial changelog entry
* Update Indonesian.properties (#8039 )
* Update Greek.properties (#8038 )
* Update Greek.properties
* Translating to Greek for unciv.
* Update Simplified_Chinese.properties (#8037 )
* Update German.properties (#8035 )
Co-authored-by: yairm210 <yairm210@users.noreply.github.com >
Co-authored-by: Hello200000 <98656089+Hello200000@users.noreply.github.com >
Co-authored-by: RA1DEN-cyborg <73561839+RA1DEN-cyborg@users.noreply.github.com >
Co-authored-by: CrispyXYZ <64761703+CrispyXYZ@users.noreply.github.com >
2022-11-22 23:11:57 +02:00
19d591dd89
Fixed json tests
2022-11-22 00:17:10 +02:00
5ba8e05079
Fixed city state tests
2022-11-22 00:13:05 +02:00
e83e733104
Added validations for city-state uniques
2022-11-21 23:03:52 +02:00
ee2ab74715
Converted all era uniques to conditional uniques for city-states
2022-11-21 22:46:32 +02:00
4ab0b62a7f
Removed old deprecated bits and pieces
2022-11-21 20:49:34 +02:00
e09b2f9637
Removed old deprecated parts
2022-11-21 20:41:41 +02:00
525a06e058
cityStateType no longer causes crash
2022-11-21 20:37:06 +02:00
2e5e221158
CityStateType overhaul!!!!
2022-11-21 20:30:52 +02:00
7d9db1e119
CityStateType deprecation p1
2022-11-21 20:03:05 +02:00
6976360da6
Added CityStateTypes into rulesets! Not in use yet
2022-11-21 19:59:55 +02:00
cf7966d84a
Separated ruleset validation to its own file
2022-11-21 19:29:53 +02:00
8530de7de1
Can now use [stats]
unique to add happiness globally
2022-11-21 11:33:29 +02:00
0cf5c33475
Can now use [stats]
unique for e.g. techs, policies, etc, to add gold/faith/culture/science to the global pool
2022-11-21 11:21:42 +02:00
2d37f3c473
Version rollout ( #8034 )
...
* Bump version and create initial changelog entry
* Update Simplified_Chinese.properties (#8033 )
* Update Simplified_Chinese.properties
* Update Simplified_Chinese.properties
* Update French.properties (#8032 )
* Update Catalan.properties (#8031 )
* Update Catalan.properties
* ca-ES: Change some hyphens with dashes.
* Update Italian.properties (#8030 )
* Update Italian.properties
* Update Italian.properties
* "Updated Brazilian Translation" (#8029 )
* Update German translation (#8027 )
* Update Indonesian.properties (#8025 )
* Update Spanish.properties (#8024 )
Co-authored-by: yairm210 <yairm210@users.noreply.github.com >
Co-authored-by: CrispyXYZ <64761703+CrispyXYZ@users.noreply.github.com >
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com >
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com >
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com >
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com >
Co-authored-by: MartinP <mape6@posteo.de >
Co-authored-by: kensvin <kensvin28@gmail.com >
Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com >
2022-11-20 23:22:31 +02:00
76920d1307
Removed single-pixel gap in top bar
2022-11-20 23:13:51 +02:00
9d6e91d922
Added conditional support to 'CS gift military units' unique
2022-11-20 18:59:53 +02:00