1
0
mirror of https://github.com/yairm210/Unciv.git synced 2025-03-15 12:25:29 +07:00
Commit Graph

10483 Commits

Author SHA1 Message Date
yairm210
a540355cc9 docs: Resource unique documentation 2024-06-25 11:57:05 +03:00
Yair Morgenstern
60b374de8d Clean improvement queue from improvements not in ruleset 2024-06-25 00:26:52 +03:00
Yair Morgenstern
581c807da0 Resolve - Automation control fully moved over to 'automate' field rather than 'action' 2024-06-25 00:26:15 +03:00
Yair Morgenstern
39de50829a Resolve - fix performance problem for displaying air units in cities 2024-06-24 23:53:36 +03:00
Yair Morgenstern
0678957c8e Resolves - Fixed "edit existing trade" exploit 2024-06-24 23:42:16 +03:00
Yair Morgenstern
0f683b1725 Resolves - fix typos in new tutorials 2024-06-24 23:36:37 +03:00
Yair Morgenstern
676ced0f8b Better unique documentation - resolves 2024-06-24 23:20:36 +03:00
Yair Morgenstern
7bd0a03cab Remove unused parameters 2024-06-24 23:13:33 +03:00
SomeTroglodyte
77f02600fd
Unit test to catch game loading problems with religion enabled ()
* Lint regions in UncivFiles

* Create a load-predefined-game test that catches the 4.12.2 bug
2024-06-23 19:18:58 +03:00
tuvus
30a91f2f4a 4.12.2-patch1 2024-06-23 03:30:04 +00:00
Oskar Niesen
5ab535badc
Revert "Cache 'majority religion' and uniques, recalc when updating followers ()" ()
This reverts commit 2087c36c6d.
2024-06-23 06:29:56 +03:00
yairm210
0e4aeef8bc Updating upload requires updating download 2024-06-23 00:17:18 +03:00
yairm210
2bd36b14d2 4.12.2 2024-06-23 00:08:46 +03:00
yairm210
261163ba53 General update of actions, since Github Actions is moving to node 20 2024-06-23 00:06:10 +03:00
Yair Morgenstern
cbd8193867
Version rollout ()
* Bump version and create initial changelog entry

* Provide translations to Ukrainian ()

Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>

* Update Simplified_Chinese.properties ()

* Update Simplified_Chinese.properties

Has been a long time since my last translation. (Seems to be, a few months?)

* Update Simplified_Chinese.properties

* Update Spanish.properties ()

* Update French.properties ()

* Update Indonesian.properties ()

Translated the new words.

* Update Hungarian.properties ()

* Update Hungarian.properties

* Update Hungarian.properties

* Update Brazilian_Portuguese.properties ()

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: Kostiantyn Ko <test9@mormat.name>
Co-authored-by: Kostiantyn Ko <mormat.iam@gmail.com>
Co-authored-by: heipizhu4 <100454479+heipizhu4@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>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
Co-authored-by: balazsszalab <balazsszalab@freemail.hu>
Co-authored-by: Vitor Gabriel <59321138+Ranbut@users.noreply.github.com>
2024-06-22 23:54:31 +03:00
SomeTroglodyte
fcc0b999d0
Clarify translation template header of the obsoleted tutorial tasks () 2024-06-22 23:53:25 +03:00
yairm210
6f4156cfb1 Convert .js files to .mjs so that "import" - now required due to octokit ESM-izing - will work. *sigh* 2024-06-22 23:51:14 +03:00
yairm210
5ae048dba6 require -> import, var -> const in all js files 2024-06-22 23:32:26 +03:00
Oskar Niesen
f65709ab09
Add personality uses ()
* Reduced max motivationToAttack from relative combat strength

* Refactored MotivationToAttackAutomation to use a float instead of an int

* Added personality values to MotivationToAttackAutomation

* Fixed minor build errors

* Added DiplomacyAutomation personality modifiers

* Improved ConstructionAutomation personality values

* Added some more personality implementations

* Tweaked trainSettler

* Fixed civilizations asking for help against city-states

* Adjusted DiplomacyAutomation to account for war mongering

* Fixed typo
2024-06-22 22:23:38 +03:00
Yair Morgenstern
2087c36c6d
Cache 'majority religion' and uniques, recalc when updating followers ()
Next step is caching follower uniques on the religion itself
2024-06-22 22:20:32 +03:00
SomeTroglodyte
de04c00dd0
Improvement picker fixes ()
* 🎵 A little linting 🎶

* Prevent queueing unresearched removals by adding their problem reports on top

* More linting and bugfixes

* Hide "too advanced" Improvements in the PickerScreen

* ImprovementPickerScreen fully Civilopedia-linked

* Fix dumb mistake

* Slightly improve PickerPane descriptionLabel layout

* Slightly improve ImprovementPickerScreen top padding
2024-06-22 22:20:16 +03:00
SomeTroglodyte
05020a7d7e
Refactor: UncivTextField ()
* Refactor UncivTextField to be a normal Widget

* Remove UncivTextField `create` factory
2024-06-22 22:14:54 +03:00
yairm210
149e90bfed Tech, policy, unit and terrain uniques provide multiplied uniques with "for every [countable]" / "for every [amount] [countable]" modifiers 2024-06-21 19:21:29 +03:00
yairm210
d12c6c10e7 Fix tests 2024-06-21 19:02:01 +03:00
yairm210
1bf494a6f7 perf 2024-06-21 17:30:56 +03:00
yairm210
ff775056de perf: Improvement filter cache, other small things 2024-06-21 16:54:05 +03:00
yairm210
66ed79298f perf: Cache civFilter results 2024-06-21 16:29:57 +03:00
yairm210
d9d704da60 perf: Performance improvements for worker automation by caching uniques 2024-06-21 16:23:46 +03:00
Yair Morgenstern
c6620f7470 Re-enable ConsoleLauncher to run simulations 2024-06-21 15:47:20 +03:00
Yair Morgenstern
f10bc07260 Resolved - units teleport out of open borders on war declaration 2024-06-21 12:25:10 +03:00
Yair Morgenstern
3558917dfc Inquisitors go out of city centers when spaceship parts need to be added in 2024-06-21 12:10:05 +03:00
Yair Morgenstern
c1d8402a48 Moved key + priority calculations into KeyShortcut data class 2024-06-21 12:10:05 +03:00
yairm210
c691510eca Upgrade actions checkout from v3 to v4 to avoid 'node 16 actions deprecated' warnings 2024-06-19 17:53:58 +03:00
yairm210
e61c6c2a90 4.12.1 2024-06-19 17:44:09 +03:00
Yair Morgenstern
6ac3393e9b
Version rollout ()
* Bump version and create initial changelog entry

* Update Italian.properties ()

* Update Italian.properties ()

Some minor improvement

* Update Hungarian.properties ()

* Update Hungarian.properties

* Update Hungarian.properties

* Update Hungarian.properties

* Update Hungarian.properties

* Update Spanish.properties ()

* Update Indonesian.properties ()

Translated the new word.

* Fix Sipahi translation for RU — should be 'Сипахи', not 'Сипаи' ()

* Update Catalan.properties ()

Co-authored-by: yairm210 <yairm210@hotmail.com>

---------

Co-authored-by: yairm210 <yairm210@users.noreply.github.com>
Co-authored-by: andrestu <82871275+andrestu@users.noreply.github.com>
Co-authored-by: balazsszalab <balazsszalab@freemail.hu>
Co-authored-by: Caballero Arepa <78449553+Caballero-Arepa@users.noreply.github.com>
Co-authored-by: X2003 <158255876+Xenia2003@users.noreply.github.com>
Co-authored-by: Stas Fomin <stas-fomin@yandex.ru>
Co-authored-by: Joan Josep <juanjo.ng.83@gmail.com>
2024-06-19 17:38:53 +03:00
Yair Morgenstern
4e5ec53d64
Resolves - Allow hidden conditionals ()
* Allow hidden conditionals

* SomeTrog fixes

* We sure display uniques to users A LOT
2024-06-19 17:28:53 +03:00
Oskar Niesen
dff8133a7a
Defeated civilizations don't use spies ()
* Fixed a crash when rigging a city-state election the turn before meeting them

* Civilizations move their spies back to the hideout when defeated

* Players can't move spies when defeated

* Removed some weird indents
2024-06-19 17:23:42 +03:00
yairm210
f52245865c perf(minor): Don't check stat purchases for non-purchacable stats 2024-06-19 17:15:12 +03:00
Oskar Niesen
27020fb796
Spies deselect when moved on map () 2024-06-19 17:14:04 +03:00
SomeTroglodyte
9f4d0ace49
Add "release patch" section to the wiki () 2024-06-19 17:13:55 +03:00
Oskar Niesen
2d2b730399
Civs can no longer declare war right after peace with a city-state ()
* Signing peace with a civ and a city state adds a peace treaty with the city-state

* Added a comment
2024-06-19 17:13:36 +03:00
Oskar Niesen
fec30364a9
Moved automation settings to AutoPlayTab and renamed it to AutomationTab ()
* Moved automation settings to AutoPlayTab

* Renamed the AutoPlayTab to AutomationTab

* Added a translation
2024-06-19 17:13:25 +03:00
SpacedOutChicken
dc9bf45009
- Turn Privateer's unique ability into a promotion ()
- Add promotion to Privateer and Sea Beggar
2024-06-19 17:13:15 +03:00
SomeTroglodyte
2f6c48a0cf
Fix Civilopedia content clipped at the top () 2024-06-19 17:13:02 +03:00
SomeTroglodyte
33f73f5aae
Thwart the nathty dithband thpammer () 2024-06-19 17:12:47 +03:00
SomeTroglodyte
9431e3cbc4
Fix coastal rivers near Rock of Gibraltar () 2024-06-19 17:12:07 +03:00
yairm210
0d91cf9983 perf: Resolved 2024-06-19 17:05:10 +03:00
yairm210
94acb75967 Resolved - "join war" offers are only valid if you can actually declare war on them 2024-06-19 16:46:39 +03:00
Yair Morgenstern
109955c523 Simplified DispatcherVetoer, explained dispatcher 2024-06-19 00:37:07 +03:00
Yair Morgenstern
3b74e3311e
Fix misaligned change 2024-06-18 00:40:35 +03:00