Oleg Agafonov
7e4767fd30
Hints: removed duplicated hints from popup;
2019-02-09 12:28:29 +04:00
Oleg Agafonov
f341d35ece
Hints: disable card hints in m15 render mode;
2019-02-09 12:00:24 +04:00
Oleg Agafonov
3f510e97c9
Added more hint for cards;
2019-02-09 04:23:09 +04:00
Oleg Agafonov
5d2a56e542
Added 2+ gates control hint for cards and other;
2019-02-09 04:08:17 +04:00
Jeff
24e24a968e
- Added Phantasmal Sphere and Misfortune.
2019-02-08 17:25:28 -06:00
Oleg Agafonov
60a0ec03c0
Fixed NPE errors in canBlock restrict checks;
2019-02-09 02:48:11 +04:00
Jeff
10a2041115
- Added Benthic Explorers and Awesome Presence.
2019-02-08 12:24:03 -06:00
Oleg Agafonov
454d76e30b
Fixed NPE errors in canAttack restrict checks;
2019-02-08 17:30:47 +04:00
Oleg Agafonov
dd2cf5a939
Added gate you control hint for cards;
2019-02-08 17:17:40 +04:00
jeffwadsworth
f77a647608
- small adjustment to Thousand-Year Storm to handle multiple copies of it on the battlefield.
2019-02-08 04:20:32 -06:00
Oleg Agafonov
0d4e6772ed
Added ferocious hint for cards (you control reature with power 4);
2019-02-08 03:32:52 +04:00
Jeff
1092552425
- Fixed #5578
2019-02-07 17:09:51 -06:00
Oleg Agafonov
1b32793388
Added restrict effect hints to permanents;
2019-02-08 03:08:28 +04:00
Jeff
faf9b96a54
- Fixed Field of Souls text.
2019-02-07 15:48:49 -06:00
Jeff
22da1413ac
- Fixed Polluted Bonds text.
2019-02-07 15:06:06 -06:00
Jeff
e68c37432b
- Fixed #5577
2019-02-07 14:35:00 -06:00
Jeff
7a58c21ef1
- Added Diseased Vermin and Fatal Lore.
2019-02-07 09:28:22 -06:00
Oleg Agafonov
92ce8be91d
Added hints to cards;
2019-02-07 15:21:01 +04:00
Oleg Agafonov
77bee43673
* Wojek Siren - fixed that it boosts 2/0 instead 1/1
2019-02-07 12:22:47 +04:00
Oleg Agafonov
aedc3dde2c
Added creatures you control hints to cards
2019-02-07 12:02:46 +04:00
Oleg Agafonov
ae410d4d8d
Added creatures you control hint
2019-02-07 03:55:30 +04:00
Oleg Agafonov
806112c43a
UI: fixed missing svg symbols (13, 14 and Q)
2019-02-07 01:28:31 +04:00
Oleg Agafonov
cb289b1b04
Refactor creature/s you control to use static filters and values
2019-02-06 21:28:26 +04:00
Jeff
e28bb36b72
- Fixed #5572 . Reverted #5566 .
2019-02-06 10:52:46 -06:00
Oleg Agafonov
f0c76eb529
Added spectacle hints to cards (opponents lost life)
2019-02-06 18:27:23 +04:00
Oleg Agafonov
7eb1ccfebd
Fixed premodern format with missing Exodus set ( #5301 )
2019-02-06 18:03:10 +04:00
Oleg Agafonov
283b101a08
Refactor OpponentsLostLifeCount to enum
2019-02-06 17:31:34 +04:00
Oleg Agafonov
ccba9b2e5a
Added delirium hints to cards
2019-02-06 16:44:34 +04:00
Oleg Agafonov
d3f9e1d2f2
Refactor
2019-02-05 23:36:47 +04:00
Oleg Agafonov
4ffc40ff69
Added dynamic value hints for cards
2019-02-05 23:35:39 +04:00
Oleg Agafonov
6a7253d22f
Added delirium hint as enum
2019-02-05 23:12:42 +04:00
Oleg Agafonov
330f8cf5d0
Added city blessing hints to all other cards
2019-02-05 17:47:00 +04:00
Oleg Agafonov
0e61a0adeb
Added city blessing hint as enum
2019-02-05 17:38:36 +04:00
Oleg Agafonov
043a7af086
Added condition hints with good/bad icons for cards
2019-02-05 13:05:10 +04:00
Oleg Agafonov
2a63314714
Added condition hints for cards
2019-02-05 02:43:13 +04:00
Oleg Agafonov
4d91b6568a
Fixed missing premodern deck in released config ( #5301 )
2019-02-04 22:50:28 +04:00
Oleg Agafonov
13ed3c6dbd
Added static and colored hints for cards
2019-02-04 18:48:45 +04:00
Brik Royster
fce93c66e1
Fixed NullPointerException when Accursed Witch transforms ( #5571 )
...
* Fixed NullPointerException when Accursed Witch transforms
Feedback issue: #5529
Aura replacement code tried to remove the second face from the original zone which had ownerId == null. Now, we remember the first face (the original card) and remove it from the old zone before creating a permanent out of the second face.
* Accursed Witch's death trigger now requires targetting opponent instead of using aura replacement effects
Feedback issue: #5529
Previously you could attach Infectious Curse to either player and get around hexproof
The ability text has also been updated to match the Oracle text of Accursed Witch.
2019-02-03 19:40:46 -06:00
Oleg Agafonov
b36465e5c9
Refactor: removed unused custom set filters in SubType requests;
2019-02-04 00:53:51 +04:00
Oleg Agafonov
e9c6c4fefa
Fixed that choose creature type dialog don't shows custom sets ( #5569 )
2019-02-04 00:51:35 +04:00
Ingmar Goudt
2cd9e25229
better use of the CardsImpl constructor
2019-02-03 21:08:31 +01:00
Evan Murawski
5fe5fd01c3
Replace single slash with double slash in split card names when importing with TxtDeckImporter.java
2019-02-02 18:43:11 -05:00
Evan Murawski
ec02774818
Replace single slash with double slash in split card names when importing with TxtDeckImporter.java
2019-02-02 18:41:56 -05:00
Ingmar Goudt
dc112215d4
change looping over maps (Sonar)
2019-02-02 22:37:02 +01:00
Ingmar Goudt
63718e7a6e
Sonar fixes
...
remove the deprecated GameState.getWatchers()
2019-02-02 22:09:55 +01:00
Ingmar Goudt
90bf7bd18c
watcher null fix for Kess Dissident Mage, issue #5563
2019-02-02 17:14:54 +01:00
Oleg Agafonov
942882bb90
Prepare new release
2019-02-01 20:57:11 +04:00
Oleg Agafonov
c7ccc332d5
UI: tables with free seats always shows on top of the games list;
2019-02-01 20:56:27 +04:00
Jeff
cd23125664
- Fixed #5566
2019-02-01 10:04:46 -06:00
Oleg Agafonov
e2bc691f0b
UI: fixed wrong icons alignment in main menu with big fonts
2019-02-01 19:10:21 +04:00