Timo T
c3268126ee
Fix unit being captured two times ( #7141 )
2022-06-14 20:31:47 +03:00
Jack Rainy
9ffd9b817b
Do not enter the city while performing an air strikes sequence ( #7148 )
2022-06-14 13:42:53 +02:00
OptimizedForDensity
ed922b182d
Improvements to AI military unit usage ( #7147 )
...
* Add more opportunities for AI units to attack
2022-06-14 13:34:24 +02:00
OptimizedForDensity
9ac019caea
Prevent AI from sending a second peace treaty ( #7150 )
2022-06-14 01:06:29 +02:00
Yair Morgenstern
46b1516159
Fixed translation order
2022-06-13 22:22:52 +03:00
Yair Morgenstern
86f2560d7e
Added test for branches which require missing eras
2022-06-13 21:39:57 +03:00
Azzurite
ec6b4dc017
Docs: Create actual links
2022-06-13 02:33:10 +02:00
Azzurite
388a4424f5
Add URL example
2022-06-12 21:32:10 +02:00
Azzurite
5506ad2cd4
Fix anchor link
2022-06-12 21:28:09 +02:00
Azzurite
cb479ba4e3
Change heading to match page name
2022-06-12 18:17:47 +02:00
Timo T
4da1d442e4
Fix NPE in Nation selection & editor mods popup ( #7144 )
2022-06-12 18:10:03 +02:00
Azzurite
dc16bba983
Add more extensive multiplayer documentation
2022-06-12 12:55:39 +02:00
Timo T
9bd8750739
Refactor: Consistent & correct usage of coroutines ( #7077 )
...
* Refactor: Consistent usage of coroutines
* Add usage comments to the different threads
* Refactor: Properly separate crash handling into its platform-specific parts
* Fix autoSave never finishing
* Correctly handle coroutines when the GL thread is not accepting runnables anymore
Co-authored-by: Yair Morgenstern <yairm210@hotmail.com>
2022-06-12 00:13:49 +03:00
Timo T
9008d242a3
Refactor: Change UncivGame.worldScreen and UncivGame.gameInfo to be of nullable type ( #7114 )
...
* Refactor: Make Popups work on Stages instead of BaseScreens
* Refactor: Change UncivGame.worldScreen and UncivGame.gameInfo to be of nullable type
* Fix "Resume" game loading not fully handling exceptions
* Fix one missed refactoring
* Refactor: remove useless postRunnable
2022-06-11 22:14:44 +03:00
OptimizedForDensity
72b197fdc3
Stop AI puppets from building settlers and military ( #7129 )
...
* Stop puppeted cities from building settlers and military
* Move puppet check to function
2022-06-11 22:14:24 +03:00
Yair Morgenstern
d34fa7db3d
4.1.9
2022-06-10 16:56:19 +03:00
Yair Morgenstern
19e0537e8c
Version rollout ( #7126 )
...
* Bump version and create initial changelog entry
* Update Filipino.properties (#7124 )
* Update Filipino.properties
* Update Filipino.properties
* Update French.properties (#7112 )
* Update Simplified_Chinese.properties (#7107 )
* Update Catalan.properties (#7105 )
* Update Catalan.properties
* Update Catalan.properties
* Update Catalan.properties
* Update Spanish.properties (#7104 )
* Update Italian.properties (#7102 )
* Update German translation (#7101 )
* Update Indonesian.properties (#7100 )
* Update Lithuanian properties (#7099 )
* Update Lithuanian.properties
* Update Lithuanian.properties
Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Shann Aurelle Ripalda <shannaurelleg@gmail.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: heipizhu4 <100454479+heipizhu4@users.noreply.github.com>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
Co-authored-by: Caballero Arepa <78449553+ArchDuque-Pancake@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: MartinP <77325495+Mape6@users.noreply.github.com>
Co-authored-by: kensvin <63847755+Kensvin28@users.noreply.github.com>
Co-authored-by: MindaugasRumsa <106827940+MindaugasRumsa@users.noreply.github.com>
2022-06-10 16:49:05 +03:00
Timo T
3e6fc0e22a
Add multiplayer turn sound notification ( #6995 )
...
* Refactor: Extract methods & reduce code duplication
* Refactor: Rename Sounds to SoundPlayer
* Refactor: Make UncivSound a data class
As far as I can see, UncivSoundConstants served no purpose
* Refactor: Reorder sounds
* Refactor: Split up ExtensionFunctions and move into own package
* Add multiplayer turn sound notification
* Refactor: Remove unnecessary double translation
* Refactor: Reduce code duplication
* Refactor: No if for boolean logic
2022-06-10 16:44:29 +03:00
Timo T
9918353c66
Fix crash during next turn automation ( #7125 )
2022-06-10 16:44:02 +03:00
alexban011
55ed226608
disable worldWrap if its disabled in settings ( #7123 )
2022-06-10 15:48:51 +03:00
Xander Lenstra
9558b79653
Removed incorrectly translated strings from indonesian translation ( #7108 )
...
They should not be translated literally, but the link above should be followed to find what should be translated instead.
2022-06-10 00:27:58 +02:00
Yair Morgenstern
5cd992a076
Resolved #7111 - Peace cooldown with city-states
2022-06-09 19:51:08 +03:00
Yair Morgenstern
538b7b8e7d
refactor: Simplified city-state war declaration
2022-06-09 19:33:14 +03:00
Yair Morgenstern
467b0b2570
All "attacked city state" functions should only activate when attacking directly, not when declaring war due to alliances
2022-06-09 19:26:12 +03:00
Yair Morgenstern
6c463797d8
Resolves #7080 - tileFilter matches resource name and uniques
2022-06-08 19:52:45 +03:00
Yair Morgenstern
b15e949a33
Resolves #7103 - mapholder size reset after resize
2022-06-08 19:40:41 +03:00
Yair Morgenstern
d795c56d58
4.1.8
2022-06-08 10:30:04 +03:00
Yair Morgenstern
32e93a32e2
Version rollout ( #7098 )
...
* Bump version and create initial changelog entry
* Update French.properties (#7093 )
* Update Italian.properties (#7092 )
* Update German translation (#7087 )
* Update Japanese.properties (#7086 )
* Update Japanese.properties
Added about 20 lines of Japanese translation.
Didn't know where the 'fastlane_full_description' so good so put one there commented out for now.
* Update Japanese.properties
Replaced the commented out fastlane_full_description with appropriate \n for line breaks
* Update Japanese.properties
Various easy one line translations
* Update Spanish.properties (#7082 )
* Update Catalan.properties (#7081 )
* Update Indonesian.properties (#7079 )
Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: MartinP <77325495+Mape6@users.noreply.github.com>
Co-authored-by: itmaru <34495311+itmaru@users.noreply.github.com>
Co-authored-by: Caballero Arepa <78449553+ArchDuque-Pancake@users.noreply.github.com>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
Co-authored-by: kensvin <63847755+Kensvin28@users.noreply.github.com>
2022-06-08 10:25:11 +03:00
OptimizedForDensity
b79246ee02
Certain projects cannot be hurried by great engineer ( #7076 )
2022-06-08 10:20:45 +03:00
OptimizedForDensity
207cba0844
Fix scout not upgrading through ruins ( #7091 )
2022-06-08 10:19:42 +03:00
Timo T
006d360feb
Fix UncivServer not correctly handling put request ( #7095 )
2022-06-08 10:19:02 +03:00
SomeTroglodyte
0ac89a906d
WordScreenTopBar rework, portrait-friendlier ( #6945 )
...
* WordScreenTopBar rework, portrait-friendlier
* WordScreenTopBar rework, portrait-friendlier - NotificationsScroll
* WordScreenTopBar rework, portrait-friendlier - Rounded corners
* WordScreenTopBar rework, portrait-friendlier - Tweak padding
* WordScreenTopBar rework, portrait-friendlier - review
2022-06-08 10:18:30 +03:00
alexban011
29c55cd393
fixed minimap showing fog of war everywhere when you joined a mp game without being a player ( #7094 )
...
* reveal tiles if spectator
* better formatting
* even better formatting
* removed additional new line
2022-06-08 10:18:11 +03:00
MindaugasRumsa
b05072d0c9
Fix "Free technology" allowing you to get a technology you're not supposed to be able to get ( #7083 )
2022-06-08 02:16:46 +02:00
Yair Morgenstern
e5d8de6b58
Resolved crashes when centering on a city-state with no cities
2022-06-07 23:31:22 +03:00
Azzurite
23f55a959c
Fix wrong default folder name
2022-06-07 20:19:18 +02:00
The Bucketeer
47c7026dad
Update ManuallyBlockedMods.json ( #7089 )
...
Deciv repository has been transferred recently and it has been updated with same standard as Deciv Redux.
2022-06-07 20:23:11 +03:00
OptimizedForDensity
c40b25a73b
Fix rare case where ruins would delete an AI unit while trying to upgrade it ( #7084 )
...
* Fix rare case where ruins could delete AI units when upgrading the unit
* Don't moveToTile if the unit is destroyed
* Update comment
* Forgot to uncomment line
* Move currentMovement = 0f to destroy()
2022-06-07 08:27:25 +03:00
OptimizedForDensity
f5317eb53b
Prevent duplicate ruin reward ( #7085 )
2022-06-06 22:34:23 +03:00
Yair Morgenstern
c9d8ccc596
Fastlane descriptions
2022-06-06 10:09:59 +03:00
Yair Morgenstern
ea3b1bb612
4.1.7
2022-06-06 10:02:02 +03:00
Yair Morgenstern
120c41dd15
Revert "Moddable prettier Tutorials - Step 1 ( #7064 )"
...
This reverts commit e91c0ff212
.
2022-06-06 09:59:21 +03:00
Yair Morgenstern
6d50169c14
Version rollout ( #7078 )
...
* Bump version and create initial changelog entry
* Update Romanian.properties (#7069 )
* Update Romanian.properties
* Update Romanian.properties
* Update Japanese.properties (#7068 )
* Update Japanese.properties
Added about 20 lines of Japanese translation.
Didn't know where the 'fastlane_full_description' so good so put one there commented out for now.
* Update Japanese.properties
Replaced the commented out fastlane_full_description with appropriate \n for line breaks
* Update Traditional_Chinese.properties (#7066 )
* Update Traditional_Chinese.properties
* Update android/assets/jsons/translations/Traditional_Chinese.properties
Co-authored-by: heipizhu4 <100454479+heipizhu4@users.noreply.github.com>
Co-authored-by: heipizhu4 <100454479+heipizhu4@users.noreply.github.com>
* Update Simplified_Chinese.properties (#7065 )
* Update Simplified_Chinese.properties
Complete easy stuff.
* Update Simplified_Chinese.properties
* Update Simplified_Chinese.properties
* [ZH]Fix typo
* Update Simplified_Chinese.properties
* Update Lithuanian.properties (#7060 )
* Update Lithuanian.properties
* Update Lithuanian.properties
* Update Lithuanian.properties
* Update Lithuanian.properties
* Update French.properties (#7053 )
* Update Filipino.properties (#7050 )
* Update German translation (#7048 )
* Add missing Spanish translations (#7043 )
* Add multiplayer translations
* Other translations
"Fastlane_full_description"([this](8fbcad47a4/android/assets/jsons/translations/Spanish.properties (L23)
)) cannot be translated
* Add confuse but not so translation
* merge?
* Update Catalan.properties (#7041 )
* Update Catalan.properties
* Amend a string missing [beliefType]
* Update Catalan.properties
* Update Catalan.properties
* Amend some Catalan localisation strings.
# Conflicts:
# android/assets/jsons/translations/Catalan.properties
* Update Catalan.properties
* Update Catalan.properties
* Update Catalan.properties
* Update Catalan.properties
Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: alexban011 <alexban011@gmail.com>
Co-authored-by: itmaru <34495311+itmaru@users.noreply.github.com>
Co-authored-by: Jia <31085601+Jia35@users.noreply.github.com>
Co-authored-by: heipizhu4 <100454479+heipizhu4@users.noreply.github.com>
Co-authored-by: MindaugasRumsa <106827940+MindaugasRumsa@users.noreply.github.com>
Co-authored-by: Ouaz <Ouaz@users.noreply.github.com>
Co-authored-by: Shann Aurelle Ripalda <shannaurelleg@gmail.com>
Co-authored-by: MartinP <77325495+Mape6@users.noreply.github.com>
Co-authored-by: RIMOPA <97112832+RIMOPA@users.noreply.github.com>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
2022-06-06 09:37:29 +03:00
OptimizedForDensity
1312140793
More rankings & demographics screen icons ( #7063 )
...
* Add icons to demographics/rankings screen
* Unused import
* Some simplification
* Reviews
* Undelete atlas
2022-06-06 09:33:34 +03:00
SomeTroglodyte
e91c0ff212
Moddable prettier Tutorials - Step 1 ( #7064 )
2022-06-06 09:32:23 +03:00
alexban011
6c990b67e2
spectators can no longer move and attack with units after selecting them ( #7062 )
...
* less power for spectators
* better formatting
2022-06-06 09:32:02 +03:00
OptimizedForDensity
7ae54aceb1
Fix medic promotion healing enemies ( #7074 )
2022-06-06 09:30:38 +03:00
SomeTroglodyte
bbe74854b4
Fix current list of un-translatables ( #7057 )
...
* Fix current list of un-translatables
* Fix current list of un-translatables - revert tr() change and tweak map editor map parameter display
2022-06-06 07:43:28 +03:00
alexban011
13da7c1b9e
Better friends list UI ( #7054 )
2022-06-06 03:02:45 +02:00
Jack Rainy
862f368075
Bugfixes to the units' teleportation ( #7071 )
...
* Allow to pass other units when teleporting
* Teleport to the closest city tile
* Additional unit tests
2022-06-05 23:17:59 +03:00