leriomaggio
7a7b23e593
Replacing with Lists.sort for better performance
2021-08-27 20:02:47 +01:00
leriomaggio
8f9dfea099
FIX card hover switch for Split and Modal cards in Card Catalog (and removed unused preference settings)
...
This commit FIXES a bug in card catalog which did not allow to switch the view (on hover) on cards with backface that have more than one instance!
The implementation has been simplified, also removing an unused attr!
The corresponding related Preference in settings has been also simplified to two values (being the other not even used anywhere in the game).
Therefore, now in game settings it will be possible to choose between "NEVER" switch card states, and "SWITCH on HOVER".
The default value in Constant has been updated accordingly!
2021-08-27 17:38:20 +01:00
leriomaggio
e92871a3c7
Replacing all calls to ImageUtil.hasBackFacePicture to corresponding new methods in PaperCard class (hasBackFace)
...
The ImageUtil.hasBackFacePicture has been removed completely as not being in use anymore after the refactoring.
2021-08-27 17:30:32 +01:00
leriomaggio
68fc6b0fd6
Replacing all calls to ImageUtil.getImageKey to corresponding new methods in PaperCard class
2021-08-27 17:24:11 +01:00
John Williams
6a9441b211
Add new file
2021-08-27 08:43:46 +00:00
John Williams
100bd57f24
Update Wizards Play Network 2021.txt
2021-08-27 08:37:26 +00:00
John Williams
3d2cf97b7f
Update Magazine Inserts.txt
2021-08-27 08:34:26 +00:00
Anthony Calosa
cb82d570eb
Update FModel.java
2021-08-26 03:48:01 +00:00
Bug Hunter
dddacd5215
Fix Cascade from opponents zone
2021-08-25 17:07:11 +00:00
paul_snoops
1ca3483664
SLD Update
2021-08-24 10:07:49 +01:00
Michael Kamensky
0e1033a075
Merge branch 'Meerkov-master-patch-21510' into 'master'
...
Unban AI - Wu Spy
See merge request core-developers/forge!5254
2021-08-23 16:05:52 +00:00
Meerkov
d769e4f80b
Unban AI - Wu Spy
2021-08-23 15:35:38 +00:00
John Williams
eeb3d594a1
Update Secret Lair Drop Series.txt
2021-08-23 09:22:09 +00:00
Michael Kamensky
585cc9a955
Merge branch 'Meerkov-master-patch-37226' into 'master'
...
Unban Absorb Identity for AI
See merge request core-developers/forge!5248
2021-08-23 05:09:07 +00:00
Michael Kamensky
b7d4d91d01
Merge branch 'Meerkov-master-patch-70676' into 'master'
...
Unban AI from using abunas_chant
See merge request core-developers/forge!5249
2021-08-23 05:08:54 +00:00
Meerkov
fa697d0e60
Unban AI from using abunas_chant
2021-08-22 16:48:02 +00:00
Meerkov
2948d816d0
Unban Absorb Identity for AI
2021-08-22 16:41:08 +00:00
Hans Mackowiak
4c231ace0f
cards: fix cards with DelayedTrigger Sacrifice and Destory
2021-08-22 17:56:59 +02:00
Anthony Calosa
64c4d5cfd0
Merge branch 'master' into 'master'
...
Update land watermarks
See merge request core-developers/forge!5242
2021-08-20 11:25:59 +00:00
Anthony Calosa
d62a6333a3
Update land watermarks
2021-08-20 19:11:18 +08:00
John Williams
2b6431744f
Update Wizards Play Network 2021.txt
2021-08-20 09:53:11 +00:00
Michael Kamensky
1e5b3d09d1
Merge branch 'npe' into 'master'
...
Fix NPE for UntilCommand from ReplacementEffect
See merge request core-developers/forge!5239
2021-08-20 07:27:49 +00:00
Anthony Calosa
b355d7fc84
Add Forge SetLogo for Desktop and Mobile
...
Common, Uncommon, Rare, Mythic and Special Forge logos
2021-08-20 13:22:09 +08:00
TRT
3c32828138
Fix costs
2021-08-19 22:31:36 +02:00
Andreas Bendel
a6c08ae72c
Update de-DE.properties
...
retranslated AllowCustomCardsInDecks
added missing d in Bildspeicher in line 1057
2021-08-19 14:49:39 +00:00
Churrufli
87ccfe1889
Net Decks Archive Updates
2021-08-19 12:17:45 +02:00
Michael Kamensky
d8d94b7833
Merge branch 'fixes' into 'master'
...
Fix Shifting Shadow trigger
See merge request core-developers/forge!5235
2021-08-18 13:00:39 +00:00
tool4EvEr
f44eca100a
Fix Shifting Shadow trigger
2021-08-18 13:26:50 +02:00
Michael Kamensky
22857352c1
Merge branch 'fix-fatpacks' into 'master'
...
Fix broken bundles
See merge request core-developers/forge!5234
2021-08-18 03:37:11 +00:00
friarsol
b2488d9779
Fix broken bundles
2021-08-17 23:10:43 -04:00
Jochem H
354c9ccb4f
Update tempt_with_discovery.txt: RepeatOptionalMessage$ fixed (their -> your).
2021-08-17 10:09:54 +00:00
Anthony Calosa
9f2911d492
Update J21.txt
2021-08-16 21:44:14 +00:00
Andreas Bendel
1bb2326a1d
Update de-DE.properties
...
corrected german translation reffering Preferred Card Art
in this case card art should not be translated as Kartenkunst, Kartenbild is better
not erverything can be translated literally (both ways)
2021-08-16 17:16:58 +00:00
Anthony Calosa
4c09b11b63
remove redundant code
2021-08-16 12:48:19 +08:00
Anthony Calosa
3d322e47ee
Support Set lookup for J21 and other future sets.
...
Forge loads all files found on the setlookup folder.
Example J21.txt (J21 set code) contains a list of set codes (sorted from Newest to Oldest beforehand) to lookup for images on other sets.
2021-08-16 12:06:20 +08:00
Michael Kamensky
b5ade0c7bc
- More AlwaysOnDiscard AI logic hints.
2021-08-15 14:40:47 +03:00
Michael Kamensky
43c68ddfcb
- Improve the CostDiscard logic a little for cases where CARDNAME itself is discarded.
2021-08-15 09:29:55 +03:00
Michael Kamensky
16f7ac2949
Merge branch 'NPE' into 'master'
...
Fix NPE with Thunderous Might
See merge request core-developers/forge!5223
2021-08-15 04:34:33 +00:00
tool4EvEr
d304655ecd
Fix NPE with Thunderous Might
2021-08-14 21:19:51 +02:00
Hans Mackowiak
0a46d9ebc8
moved ManaBond counter into Engine
2021-08-14 15:38:56 +02:00
Michael Kamensky
5d51cf468e
Merge branch 'collector-number-in-card-list-and-card-db-refactoring' into 'master'
...
Card Art Preference, New Feature for "Smart Selection" of Card Art in Decks, Refactoring CardDb w/ Tests & Various FIXES
See merge request core-developers/forge!5220
2021-08-14 10:36:39 +00:00
tool4EvEr
65de007894
Fix GameState for partner commanders
2021-08-14 10:04:44 +02:00
leriomaggio
838f817be7
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-08-14 08:27:09 +01:00
Michael Kamensky
f6b8a41775
Merge branch 'small_fixes' into 'master'
...
Small edition fixes
See merge request core-developers/forge!5219
2021-08-14 04:27:39 +00:00
Michael Kamensky
01da67676d
Merge branch 'lost' into 'master'
...
Fix life lost triggers
See merge request core-developers/forge!5218
2021-08-14 04:27:08 +00:00
Bug Hunter
c9d88ae384
Fixes for Grist
2021-08-14 04:26:30 +00:00
leriomaggio
017a4c579e
Merge remote-tracking branch 'upstream/master' into collector-number-in-card-list-and-card-db-refactoring
2021-08-14 00:12:27 +01:00
paul_snoops
d9411ae2a2
Small edition fixes
2021-08-13 23:27:07 +01:00
tool4EvEr
be81ba5e15
Fix life lost triggers
2021-08-13 21:25:24 +02:00
Bug Hunter
1084a972c1
Fix Conspiracy Theorist
2021-08-13 11:46:55 +00:00