ravignir
893f41a0ed
Add missing Natural Wonders ( #5204 )
...
* Add files via upload
* Add files via upload
* Add files via upload
* Update Terrains.json
* Update Constants.kt
* Update Constants.kt
* Update NaturalWonderGenerator.kt
* Update Constants.kt
* Update NaturalWonderGenerator.kt
* Natural Wonders generation fixes.
2021-09-13 20:49:46 +03:00
Xander Lenstra
33ce6a7f3e
Fixed crash from new piety policy ( #5202 )
2021-09-13 10:51:47 +03:00
ravignir
337ab6999a
Made camps buildable on jungles. ( #5203 )
2021-09-13 10:51:30 +03:00
Xander Lenstra
9c66154a44
Updated piety policy tree ( #5195 )
...
* Added piety policy tree
* Misread an ability
* Fixed filter
2021-09-12 21:48:28 +03:00
SomeTroglodyte
af20124e5d
Handle maps with invalid mapSize more gracefully ( #5190 )
...
* Handle maps with invalid mapSize more gracefully
* Handle maps with invalid mapSize more gracefully - new game exception handling
* Handle maps with invalid mapSize more gracefully - moved version save init
2021-09-12 19:15:21 +03:00
yairm210
70c3b4bd65
3.16.14
2021-09-11 23:18:35 +03:00
Yair Morgenstern
ac2ce8ada7
Translations update ( #5184 )
...
* Update Polish.properties (#5180 )
Translated names of:
- All religions
- Untranslated civilization names
- Some Leaders
Co-authored-by: PLynx <pawelrys2011@gmail.com>
* Update Spanish.properties (#5176 )
I'm back
* Update Swedish.properties (#5163 )
Translated the newly added lines
* Update Indonesian.properties (#5155 )
* Update German translation (#5153 )
* Update Italian.properties (#5148 )
Co-authored-by: Xander Lenstra <71121390+xlenstra@users.noreply.github.com>
Co-authored-by: PLynx <pawelrys2011@gmail.com>
Co-authored-by: ArchDuque-Pancake <78449553+ArchDuque-Pancake@users.noreply.github.com>
Co-authored-by: Alex25820 <50142558+Alex25820@users.noreply.github.com>
Co-authored-by: kensvin <63847755+Kensvin28@users.noreply.github.com>
Co-authored-by: MartinP <77325495+Mape6@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
2021-09-11 23:10:06 +03:00
SimonCeder
d59fe45f51
Proper implementation of pledge to protect ( #5165 )
...
* penalties for attacking
* proper timers on penalties
* template.properties
* space
* Player can pick sides when protected civs attacked/bullied
Protect gives resting point 10 for influence
* correct string
2021-09-11 21:10:45 +03:00
SimonCeder
83050c2b11
Militaristic city states can give unique unit; refactor city state initialization ( #5147 )
...
* Pick unique unit for militaristic CS
* Provide unique unit when able
* refactor some code
* remove debug
* template.properties
* fix failing build
* Add variance to spawning rate, add ≈ to string, better formatting.
2021-09-09 21:30:12 +03:00
Xander Lenstra
94fa48c4b5
Fix Civil Society policy ( #5164 )
2021-09-09 20:12:53 +03:00
SomeTroglodyte
38a545e9a6
An icon for BeliefType.Enhancer ( #5159 )
2021-09-09 20:06:20 +03:00
SomeTroglodyte
bebfe92fb1
Mod manager portrait and auto scroll ( #5138 )
...
* Mod manager portrait mode
* Mod manager portrait and auto scroll
- MM switches to stacked expanders in portrait.
- Use AutoScrollPanes.
- Disable the enter/leave listener of AutoScrollPane in Pickers which disable the default ScrollPane to roll their own - helps all such pickers.
- No expander open/close persistence on purpose.
- PickerScreen a bit cleaned 'cuz I needed to understand something.
- Marked mods from the kill-list that are already installed.
- Button sync now OK when counterpart missing (deselects other column).
* Mod manager portrait - template
2021-09-09 07:24:00 +03:00
Xander Lenstra
9c876ad84e
Wrote an extensive tutorial documenting most of religion ( #5130 )
...
* Wrote an extensive tutorial documenting most of religion
* Fixed spelling and improved clarity
* Fixed typo (Thanks for noticing!)
* Reworded and split up tutorials, fixed grammer/spelling mistakes
* Added missing quote mark
2021-09-09 06:22:43 +03:00
Xander Lenstra
9ff8435a21
Removed non-baserule mods from blacklist
2021-09-08 22:50:13 +02:00
yairm210
e81d8ff646
3.16.13
2021-09-08 23:06:10 +03:00
Yair Morgenstern
7c20edda43
Translations update ( #5144 )
...
* Update Japanese.properties (#5132 )
religion
tech
* Update Swedish.properties (#5112 )
Translated the newly added lines.
* Update Italian.properties (#5106 )
* Update Indonesian.properties (#5105 )
* Update Greek.properties (#5104 )
* Update Greek.properties
* Update Greek.properties
* Update Greek.properties
* Update Greek.properties
* Update Greek.properties
* Update German translation (#5100 )
* Update German translation
* Update Germans translation
* Update German translation
* work on dutch translation (#5087 )
* work on dutch translation
* translation fixes
Co-authored-by: yuracla <89312848+yuracla@users.noreply.github.com>
Co-authored-by: Alex25820 <50142558+Alex25820@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: kensvin <63847755+Kensvin28@users.noreply.github.com>
Co-authored-by: ASLST <89976348+ASLST@users.noreply.github.com>
Co-authored-by: MartinP <77325495+Mape6@users.noreply.github.com>
Co-authored-by: Inti Pelupessy <ipelupessy@users.noreply.github.com>
2021-09-08 23:00:15 +03:00
Xander Lenstra
d247cacbca
Added "in other cities" as a cityFilter ( #5131 )
2021-09-08 21:41:57 +03:00
Xander Lenstra
3722fab38d
From the indstrial era onwards, things change in religion ( #5095 )
...
* Improved redability
* From the industrial era onwards, religion goes into 'second phase'
* Fixed tests
* Fixed formula for buying great prophets starting from the industrial era
* Added `getMatchingUniques`, `hasUnique` to `IHasUniques`, cleaned up some code
* Fix compilation errors
2021-09-08 21:24:26 +03:00
SomeTroglodyte
65695496f3
Greek flag ( #5124 )
2021-09-08 21:19:46 +03:00
SomeTroglodyte
e0fe788e28
Add a "Reset to defaults" button to the Newgame screen ( #5141 )
...
* Add a reset to defaults button to the new game screen
* Add a reset to defaults button to the new game screen - template
2021-09-08 20:46:18 +03:00
SimonCeder
2ca42a705f
Force ranking, bullying improvements ( #5102 )
...
* Proper demand tribute thresholds
* Proper calculation for Force rankings
* debug strings
* use new force ranking for AI threatAssessment
* use new force ranking for AI threatAssessment, pt 2
2021-09-06 15:50:39 +03:00
Xander Lenstra
486e2a7a8a
Deprecate all mods without an eras.json file ( #4809 )
...
* Enforce the existence of an eras.json file for mods
* Merged `getEra()` and `getEraObject()`
* Hide mods we have deemed outdated
* Fixed compile errors that I didn't notice before
* Fixed unit tests
2021-09-06 14:50:38 +03:00
SimonCeder
c7264556ea
City state intrusion anger ( #5090 )
...
* move functions, greece UP
* CS influence from killing barbs
* Greece healing in CS territory
* move diplomacy bonuses into CityStateFunctions.kt
* Split filter in Battle.kt, nicer code
2021-09-05 21:22:02 +03:00
Yair Morgenstern
3693311572
Fixed "space at end of translation" error
2021-09-05 17:51:31 +03:00
yairm210
6567088efe
3.16.12
2021-09-05 15:10:21 +03:00
Yair Morgenstern
3d272bc561
Translations update ( #5093 )
...
* Update Indonesian.properties (#5086 )
* Update Swedish.properties (#5078 )
Translated the newly added lines.
* Create Greek.properties (#5069 )
* Create Greek.properties
* Update Greek.properties
* Update Greek.properties
* Update Greek.properties
* Update Italian.properties (#5068 )
* Update Italian.properties
* Update Italian.properties
Co-authored-by: kensvin <63847755+Kensvin28@users.noreply.github.com>
Co-authored-by: Alex25820 <50142558+Alex25820@users.noreply.github.com>
Co-authored-by: ASLST <89976348+ASLST@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
2021-09-05 14:58:55 +03:00
yairm210
5170a27e07
Fixed crash where deleting mods meant you could never start a game again
...
If the last game you created used a mod that you later removed from the the device it could never be removed from the new game parameters
Caught exceptions from quickstart failing
2021-09-05 14:57:21 +03:00
Xander Lenstra
a20baca7c2
You can now input distinct numbers when trading gold ( #5072 )
...
* Type amount of gold in trade requests
* Remove extraneous spaces in template.properties
* Implemented proposed changes
* Fixed tests
2021-09-05 12:10:57 +03:00
SomeTroglodyte
6bc58ab5a3
Tabbed options ( #5081 )
...
* Tabbed Options Screen
* Tabbed Options Screen - atlas
2021-09-04 21:30:39 +03:00
SomeTroglodyte
60500d17a6
A flag for Traditional_Chinese ( #5083 )
2021-09-04 21:29:28 +03:00
SomeTroglodyte
2069f227c4
Newgame Mod incompatibility toast ( #5076 )
2021-09-03 12:26:38 +03:00
SomeTroglodyte
5e8ecff397
Remove nonsignificant whitespace from templates ( #5073 )
2021-09-03 09:35:03 +03:00
SimonCeder
8cb464c9f7
Correct year shown when starting in later eras ( #5070 )
...
* json, getEquivalentTurn
* WorldScreenTopBar.kt
* affects shown year only
2021-09-03 00:13:58 +03:00
Xander Lenstra
2993ffb272
Fixed holy site sprite not showing up ( #5067 )
2021-09-03 00:12:54 +03:00
yairm210
7c3f8ce661
3.16.11
2021-09-02 21:03:18 +03:00
Yair Morgenstern
4dae73bbfe
Translations update ( #5065 )
...
* Update Czech.properties (#5064 )
- new strings
* Update Spanish.properties (#5059 )
* Update Indonesian.properties (#5056 )
* Update French.properties (#5054 )
* Update Italian.properties (#5035 )
* Update Italian.properties
* Update Italian.properties
* Update Swedish.properties (#5034 )
* Update Swedish.properties
* Update Swedish.properties
* German language updated (#5027 )
* German language updated
* Anmerkungen korrigiert.
Habe alle berechtigten Anmerkungen korrigiert. Manchmal sieht man den Wald vor Bäumen nicht mehr... :D
* Update Japanese translation (#5005 )
* update
* main-policies
* fix
Co-authored-by: Xander Lenstra <71121390+xlenstra@users.noreply.github.com>
Co-authored-by: stoupa007 <60326342+stoupa007@users.noreply.github.com>
Co-authored-by: ArchDuque-Pancake <78449553+ArchDuque-Pancake@users.noreply.github.com>
Co-authored-by: kensvin <63847755+Kensvin28@users.noreply.github.com>
Co-authored-by: Fireboss_05 <47520445+Fireboss05@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
Co-authored-by: SimonCeder <63475501+SimonCeder@users.noreply.github.com>
Co-authored-by: Lordsem <62795018+Lordsem@users.noreply.github.com>
Co-authored-by: yuracla <89312848+yuracla@users.noreply.github.com>
Co-authored-by: Xander Lenstra <71121390+xlenstra@users.noreply.github.com>
2021-09-02 20:54:22 +03:00
Xander Lenstra
df853504ae
Great Prophets now always have your religion as their religion ( #5052 )
...
* Great Prophets now always have your religion as their religion
* Reworded unique for clarity
2021-09-02 20:52:24 +03:00
Xander Lenstra
9575b5bf66
Implemented renaming of religions ( #5057 )
...
* Implemented renaming of religions
* Made AskForText display error on invalid input, implemented recommended changes
* Almost forgot the translatable strings in the new popup
2021-09-02 17:40:10 +03:00
Xander Lenstra
fcc335b78a
Refactor more code, hopefully increasing maintainability ( #5062 )
...
* Fixed great person gift formula, confusing boolean, "great person" filter
* Refactored getRejectionReason to return a hashSet of reasons instead of a random one
2021-09-02 16:37:40 +03:00
Xander Lenstra
186d06faf0
When spreading a religion with a great prophet, other religions are now removed ( #5055 )
2021-09-01 19:21:09 +03:00
Xander Lenstra
b347366d50
Refactored some code and uniques ( #5051 )
...
* Refactored some code and uniques
* Fixed compilation errors, tests and crashes
* Moved influence bounds check from add to set
2021-09-01 19:20:04 +03:00
Xander Lenstra
cffe8e441e
Finishing the later five policy trees now allows you to buy great people with faith ( #5038 )
2021-09-01 09:46:27 +03:00
Xander Lenstra
634f4a3533
Added Religious wonders ( #5041 )
...
* Added Grand Temple and Great Mosque of Djenne buildings
* Added uniques for Grand Temple
* Added uniques for Mosque of Djenne, refactored ability uses system to count down isntead of up
2021-08-31 22:23:02 +03:00
Xander Lenstra
9450fac423
Added UI to show what cities are holy cities to the player ( #5039 )
2021-08-31 16:55:29 +03:00
yairm210
a77e8015e1
3.16.10
2021-08-30 23:30:09 +03:00
Yair Morgenstern
75efe74226
Translations update ( #5033 )
...
* work on dutch.properties (#5025 )
* additions to dutch translation, some minor corrections
* fixes for dutch translation
* Update Swedish.properties (#5024 )
* Update Swedish.properties
Translated the newly added lines.
* Improved translation
Improved translation
* Update Indonesian.properties (#5023 )
* Update German translation (#5020 )
* Update German translation
* Update German translation
* Update German translation
* Update German translation
* Update German translation
* Update Italian.properties (#5015 )
Co-authored-by: Inti Pelupessy <ipelupessy@users.noreply.github.com>
Co-authored-by: Alex25820 <50142558+Alex25820@users.noreply.github.com>
Co-authored-by: kensvin <63847755+Kensvin28@users.noreply.github.com>
Co-authored-by: MartinP <77325495+Mape6@users.noreply.github.com>
Co-authored-by: Giuseppe D'Addio <41149920+Smashfanful@users.noreply.github.com>
2021-08-30 23:24:35 +03:00
SimonCeder
a7c4895985
Add Austrian civ ( #5026 )
...
* Json definition for nation, images
* Jsons, Hussar and Coffee House
* Diplomatic Marriage Button
* Implement Marriage
* AI Marriage
* template.properties
* Popups etc
* Strings
* reviews
* reviews pt 2
2021-08-30 23:21:02 +03:00
SimonCeder
a01a6270fc
Demanding tribute from city states ( #4976 )
...
* tribute willingness calculations
* implement demanding gold and workers
* Revisions
* unit power calculation
* show modifiers in the diplo screen
* template.properties
* G&K modifiers
* promotions start at 0
* notiifications, AI
* conflict
* conflict?
* template and translation, failing test?
* another missing string
* missing space
* afraid relationship status
* missing space 2
* Slight optimization
* optimization pt 2
* reviews
2021-08-30 14:17:20 +03:00
SomeTroglodyte
9c3e621b15
Atlas reorg - packer to loader via json ( #5014 )
2021-08-29 23:29:24 +03:00
Xander Lenstra
5094a068fe
Fixed ambush bonus amount ( #5021 )
2021-08-29 20:37:59 +03:00