Oleg Agafonov
72ec981508
Merge pull request #9152 from sprangg/LimitedFix
...
Improvements to constructed matches with limited decks
2022-06-24 17:25:37 +04:00
PurpleCrowbar
494fc39dba
Added "available image set codes" functionality to emblems ( #9150 )
...
* Added pulling image from list of available image set codes functionality to emblems
* Provided available image set codes for Daretti, Scrap Savant emblem
* Fixed typo in a comment
2022-06-24 10:32:07 +04:00
sprangg
cbdca6dd80
Limited-type sideboarding for constructed matches where the deck type is "Limited"
2022-06-24 01:52:08 +03:00
Grath
144ba0e97b
[CLB] Fix off-by-one error on Ancient Brass Dragon. ( #9149 )
2022-06-23 11:14:58 -04:00
sprangg
22de97aa18
Make it possible to join a constructed tournament when the decktype is set to "limited".
2022-06-23 00:36:37 +03:00
Alex Vasile
868c9b0d48
[ROE] Fix NullPointerException on Realms Uncharted
...
. Closes #9123 .
2022-06-22 16:45:19 -04:00
Alex Vasile
5aae6bf735
[CLB] Fix Undercity Dungeon +1/+1 counter amount and Stash next room bugs. Closes #9123 .
2022-06-22 14:40:32 -04:00
Jeff Wadsworth
e7205391ba
- Fixed #9128
2022-06-20 11:53:02 -05:00
Jeff Wadsworth
82d49ab29c
- Fixed #9131
2022-06-20 11:09:14 -05:00
Jeff Wadsworth
ae7b11931f
- Fixed #9127
2022-06-20 10:54:39 -05:00
Spencer Callicott
2cf3e0fd74
Fixed a bug with Myrkul, Lord of Bones where creating an enchantment would crash the gameserver and require a rollback. ( #9124 )
2022-06-17 16:20:21 -05:00
Jeff Wadsworth
4e3c9be901
- fixed exile costs that do not involve targeting
2022-06-17 11:40:20 -05:00
Jeff Wadsworth
bb2d551d0e
- Fixed #9092
2022-06-17 11:23:13 -05:00
DeepCrimson
e1cf2fd7e0
Move useRedDefault() method to only test which uses it ( #9104 )
...
Co-authored-by: DeepCrimson <deepcrimson@users.noreplyl.github.com>
Co-authored-by: Oleg Agafonov <jaydi85@gmail.com>
2022-06-17 08:55:53 +04:00
Oleg Agafonov
90fedddc92
Merge pull request #9113 from DeepCrimson/rawWhere
...
Refactor: Fix Raw use of parameterized class 'Where'
2022-06-17 08:41:51 +04:00
Oleg Agafonov
6bf9f45cd5
Merge pull request #9116 from DeepCrimson/removeUnusedParamFromContainsControlled
...
Refactor: Remove unused sourceID param from `containsControlled` method
2022-06-17 08:41:25 +04:00
Oleg Agafonov
4e20c4c475
Merge pull request #9117 from DeepCrimson/removeUnusedParamFromContainsMethod
...
Refactor: Remove unused `sourceID` param from `contains` method
2022-06-17 08:40:57 +04:00
DeepCrimson
ce33b5f218
Refactor: Delete Unused useWhiteDefault()
Test Method ( #9095 )
...
* Format CardTestAPIImpl.java and CardTestPlayerAPIImpl.java
* Delete unused useWhiteDefault() test method
* Address JayDi's formatting feedback
Co-authored-by: DeepCrimson <>
2022-06-17 08:38:16 +04:00
Oleg Agafonov
08740b1b04
Merge pull request #9120 from DeepCrimson/manaCostImpl
...
Refactor: Fix remaining raw unparameterized usages of ManaCostImpl
2022-06-17 08:35:38 +04:00
DeepCrimson
ae88cc2f66
Refactor: Delete commented out code blocks in GameImpl.java ( #9108 )
...
Co-authored-by: DeepCrimson <deepcrimson@users.noreplyl.github.com>
2022-06-17 08:27:51 +04:00
Oleg Agafonov
5c1fe5075f
[CLB] fixed verify tests
2022-06-17 08:20:22 +04:00
DeepCrimson
4546623fb6
Refactor: Fix spelling of DENY_PERMISSION_TO_ROLLBACK_TURN ( #9114 )
2022-06-16 22:16:03 -04:00
DeepCrimson
882afbf8b5
Fix remaining raw unparameterized usages of ManaCostImpl
2022-06-16 14:53:44 -07:00
DeepCrimson
4806626ba0
Refactor: Fix raw use of parameterized class ManaCostsImpl - 'S' cards ( #9084 )
2022-06-16 15:06:35 -04:00
DeepCrimson
6cf3af1d94
Refactor: Improve docstring for getPermanent
and containsPermanent
methods in Battlefield.java ( #9115 )
2022-06-16 14:25:47 -04:00
Alex Vasile
44f8377f7e
[AFC] Added test for Share the Spoils for #9046
2022-06-16 14:18:27 -04:00
Alexander Novotny
bc841bd13e
[AFC] Fix Share the Spoils exiling from wrong library for #9046 ( #9073 )
2022-06-16 14:16:55 -04:00
DeepCrimson
3192a191a4
Refactor: Remove unused sourceID param from contains method
2022-06-15 21:34:25 -07:00
DeepCrimson
788e42629d
Refactor:Remove unused sourceID param from containsControlled method
2022-06-15 21:24:54 -07:00
DeepCrimson
b1f254bdc3
Refactor: Fix Raw use of parameterized class 'Where'
2022-06-15 20:29:59 -07:00
Jeff Wadsworth
fdcc4e4458
- fixed some durations on Rogue Class.
2022-06-15 15:12:33 -05:00
Jeff Wadsworth
80ff899529
- Fixed #8630
2022-06-15 15:07:15 -05:00
Evan Kranzler
f2e27148cb
[CLB] various text fixes
2022-06-13 21:50:50 -04:00
Evan Kranzler
843d6b38be
[CLB] updated spoiler
2022-06-13 21:18:50 -04:00
DeepCrimson
5d09315387
Refactor: Fix typo in GameImpl.java ( #9105 )
2022-06-13 08:24:37 -04:00
DeepCrimson
813c52afe6
Refactor: fix raw use of parameterized class ManaCostsImpl - 'R' cards ( #9083 )
2022-06-12 14:32:02 -04:00
DeepCrimson
cde4e16f7b
Refactor: fix raw use of parameterized class ManaCostsImpl - 'Q' cards ( #9082 )
2022-06-12 14:22:26 -04:00
DeepCrimson
1050f1e600
Refactor: fix raw use of parameterized class ManaCostsImpl - 'P' cards ( #9081 )
2022-06-12 14:21:16 -04:00
DeepCrimson
5f744fe89c
Refactor: fix raw use of parameterized class ManaCostsImpl - 'O' cards ( #9080 )
2022-06-12 13:34:47 -04:00
DeepCrimson
22a64d4f1d
Refactor: fix raw use of parameterized class ManaCostsImpl - 'T' cards ( #9085 )
2022-06-12 13:30:46 -04:00
DeepCrimson
85e8b978b0
Refactor: fix raw use of parameterized class ManaCostsImpl - 'U' cards ( #9086 )
2022-06-12 13:08:56 -04:00
DeepCrimson
3e9cfa1e4b
Refactor: fix raw use of parameterized class ManaCostsImpl - 'V' cards ( #9087 )
2022-06-12 13:06:01 -04:00
DeepCrimson
0f46da20e0
Refactor: fix raw use of parameterized class ManaCostsImpl - 'W' cards ( #9088 )
2022-06-12 12:58:06 -04:00
DeepCrimson
6b160e3da2
Refactor: fix raw use of parameterized class ManaCostsImpl - 'X' cards ( #9089 )
2022-06-12 12:50:33 -04:00
DeepCrimson
981a5ceaaf
Refactor: fix raw use of parameterized class ManaCostsImpl - 'Y' cards ( #9090 )
2022-06-12 12:49:47 -04:00
DeepCrimson
7d5958ddc8
Refactor: fix raw use of parameterized class ManaCostsImpl - 'Z' cards ( #9091 )
2022-06-12 12:48:50 -04:00
DeepCrimson
3ae5f4979d
Refactor: Remove redundant boxing/unboxing to parse int primitives ( #9065 )
2022-06-12 12:46:59 -04:00
Grath
95ede50523
[SCG] Fix Stabilizer for #9097 ( #9102 )
...
Addresses #9097
2022-06-12 12:44:19 -04:00
DeepCrimson
048fcba222
Test for Unlicensed Hearse ( #9094 )
2022-06-12 09:21:12 -04:00
Susucre
b954999081
Fix Cruel Ultimatum ( #9099 )
2022-06-12 09:19:49 -04:00