Commit Graph

17938 Commits

Author SHA1 Message Date
Michael Kamensky
e8113dc203 Merge branch 'costs' into 'master'
Some cost fixes

See merge request core-developers/forge!5135
2021-07-30 04:24:45 +00:00
Michael Kamensky
7dd18e9a7b Merge branch 'fixes' into 'master'
Couple small fixes

See merge request core-developers/forge!5137
2021-07-30 04:23:40 +00:00
Northmoc
b2fca7c27f pool_of_vigorous_growth.txt 2021-07-29 22:22:34 -04:00
tool4EvEr
048dd90003 Fix costs 2021-07-29 22:47:15 +02:00
tool4EvEr
39c7c18386 Fix Standstill 2021-07-29 22:01:47 +02:00
tool4EvEr
4980bb235c Fix Strive check 2021-07-29 20:59:18 +02:00
tool4EvEr
9148ca3806 AI fixes 2021-07-29 20:59:16 +02:00
tool4EvEr
7d4e9667c0 Turn into cost 2021-07-29 19:06:25 +02:00
tool4EvEr
9bd67d1a17 Support UnlessCost for random Discard 2021-07-29 18:41:37 +02:00
Lyu Zong-Hong
3b690d8c2a Move label position 2021-07-29 22:19:38 +09:00
Lyu Zong-Hong
72e734faba Add preferences for card text rendering 2021-07-29 21:47:09 +09:00
leriomaggio
5cc9ddb041 Accounting for any null in CardEdition - for those cards not having one. 2021-07-29 12:18:44 +01:00
leriomaggio
a9f64a52e0 Updating DeckProxy wit the new method on CardEdition.Collection used to determine the edition of a Deck
The edition (set) of a Deck corresponds to the LATEST edition found among the cards in the DECK, considering their ORIGINAL editions.
2021-07-29 12:17:56 +01:00
leriomaggio
556894296f Adding controls on ProgressBar that might avoid sudden NPE with downloading net decks.
I am still not sure how to reproduce the issue, but I do sometimes get a NPE on progress bar (directly raised by Java Swing, tbh) when downloading certain net decks.
I have the feeling there might be some sort of concurrency issue//race condition so just in case, any update to the progress bar is now surrounded by a check that's not null.
2021-07-29 12:14:55 +01:00
leriomaggio
e382fd31ef FIXED collector numbers for lands in Master25 2021-07-29 12:12:30 +01:00
leriomaggio
247fbc57f1 Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring 2021-07-29 08:00:28 +01:00
Michael Kamensky
43cf318007 Merge branch 'perpetual' into 'master'
Jumpstart Historic Horizons – some cards with "perpetual" mechanic

See merge request core-developers/forge!5129
2021-07-29 05:15:15 +00:00
Michael Kamensky
c213dc0ecd Merge branch 'tome' into 'master'
Jumpstart Historic Horizons – Tome of the Infinite

See merge request core-developers/forge!5130
2021-07-29 05:14:38 +00:00
Northmoc
da7225dc33 can't use ThisTargetedCard for "any target" 2021-07-28 16:32:19 -04:00
Northmoc
955e1552ca Attempt to tidy up prismari_command.txt 2021-07-28 16:28:05 -04:00
Northmoc
f705634b5c tome_of_the_infinite.txt 2021-07-28 16:00:39 -04:00
Northmoc
0bbe2828ef sarkhan_wanderer_to_shiv.txt 2021-07-28 15:21:03 -04:00
Northmoc
d903cb1a84 add Command to "perpetual" AffectedZone list 2021-07-28 09:52:13 -04:00
Northmoc
baa7855ff5 natures_wrath.txt fix Description 2021-07-28 09:48:59 -04:00
Northmoc
4e02f01bf8 knight_of_the_ebon_legion.txt - Players not Opponents 2021-07-28 09:48:26 -04:00
Northmoc
87faa670e1 davriel_soul_broker.txt - make each Effect name unique 2021-07-28 09:47:30 -04:00
Northmoc
d58191283e davriel_soul_broker.txt 2021-07-28 09:35:25 -04:00
Northmoc
8dcf4b7a19 plaguecrafters_familiar.txt 2021-07-28 09:33:16 -04:00
Michael Kamensky
ad55566a98 Merge branch 'aifix' into 'master'
Fix DamageDealAi math for untargeted players

See merge request core-developers/forge!5125
2021-07-28 07:18:10 +00:00
tool4EvEr
9a621f2179 Improve Crackling Doom logic 2021-07-28 07:15:10 +02:00
leriomaggio
b893283abc Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring 2021-07-28 01:14:00 +01:00
tool4EvEr
ef7ff4dd66 Fix DamageDealAi math for untargeted players 2021-07-27 22:57:21 +02:00
paul_snoops
e645dd3eaf Formats fixed 2021-07-27 14:24:44 +01:00
paul_snoops
4e99063750 Added Jumpstart: Historic Horizons 2021-07-27 12:01:25 +01:00
leriomaggio
b1a2af4868 Updated Translations for "Custom Cards in Deck Conformance" Option for remaining languages. 2021-07-27 11:11:38 +01:00
leriomaggio
9978632c10 Improved ITALIAN translations on Custom Card Check in Deck Conformance and other minors.
Clarified (imho) a ton my own previous wording about this option - also for Italian. Moreover, this update aligns all the "RESTART REQUIRED" labels with the same translation and case.
2021-07-27 10:52:04 +01:00
leriomaggio
59b9ed1c4d Improved wording for Custom Card Check in Deck Conformance
Clarified (imho) a ton my own previous wording about this option.
2021-07-27 10:49:47 +01:00
leriomaggio
b6bfa2fd16 Renamed Preference for Custom Card in Deck Conformance Check
Previous naming (pref and vars) was very confusing. Updated.
2021-07-27 10:48:03 +01:00
leriomaggio
38a63bb4ce FIXED duplicated entries 2021-07-27 08:04:49 +01:00
Hans Mackowiak
6562a04667 Class: use Static Ability to follow CR 2021-07-27 04:59:50 +00:00
Michael Kamensky
4decf8bf64 Merge branch 'jumphh' into 'master'
Some other new Jumpstart cards

See merge request core-developers/forge!5120
2021-07-27 04:55:27 +00:00
Michael Kamensky
bb65d4d2ec Merge branch 'manor' into 'master'
JHH: Some "seek" cards

See merge request core-developers/forge!5119
2021-07-27 04:55:21 +00:00
Michael Kamensky
119a53b0fd Merge branch 'acolyte' into 'master'
JHH: Subversive Acolyte

See merge request core-developers/forge!5118
2021-07-27 04:54:36 +00:00
Michael Kamensky
c9036f90ef Merge branch 'mdfc' into 'master'
Correctly evaluate modal faces

See merge request core-developers/forge!5112
2021-07-27 04:53:19 +00:00
Michael Kamensky
0cb35f7c84 Merge branch 'target' into 'master'
Fix hasAllTargets

See merge request core-developers/forge!5117
2021-07-27 04:52:51 +00:00
Sol
d8dfbcf1a3 Update birgi_god_of_storytelling_harnfel_horn_of_bounty.txt 2021-07-27 02:49:04 +00:00
Northmoc
13217aaa3e wingsteed_trainer.txt 2021-07-26 22:46:57 -04:00
Northmoc
da6162180e sarkhans_scorn.txt 2021-07-26 22:22:48 -04:00
Northmoc
d10a1e1a78 faceless_agent.txt 2021-07-26 19:41:04 -04:00
Northmoc
f0ead44849 subversive_acolyte.txt 2021-07-26 19:08:34 -04:00