Oleg Agafonov
36d54bc7a9
cheats: improved card commands to support names like ED-E, Lonesome Eyebot (related to #12238 )
2024-05-09 11:43:37 +04:00
Susucre
7d431671a3
fix Verify Test
2024-05-01 17:06:21 +02:00
Susucre
1ed8937cef
Fixes a few rule texts
2024-04-06 16:44:53 +02:00
theelk801
e9ca4ebb74
fix verify failure, remove skips
2024-04-04 11:36:01 -04:00
Susucre
63320c1a54
Temporary skip for Verify Test
2024-04-04 12:02:52 +02:00
Susucre
73287e3878
[OTJ][BIG] Various Fixes (mostly Text)
2024-04-03 22:24:53 +02:00
theelk801
f3069be91d
[OTJ] fix Stop Cold subtype
2024-04-03 11:09:34 -04:00
theelk801
56f58bd382
remove verify skip
2024-03-29 09:45:51 -04:00
Evan Kranzler
fa0f9f3d00
[OTJ] Implementing "commit crime" mechanic ( #11859 )
...
* [OTJ] Implement Oko the Ringleader
* [OTJ] Implement Duelist of the Mind
* update implementation of crime mechanic to match new info
* [OTJ] Implement Marauding Sphinx
* [OTJ] Implement Hardbristle Bandit
* [OTJ] Implement Intimidation Campaign
* [OTJ] Implement Freestrider Lookout
* add initial test
* add more tests
* apply requested changes
* applied requested changes
* fix verify failure
2024-03-28 11:19:27 -04:00
Evan Kranzler
134b1c5c7b
fix verify failure
2024-03-27 09:30:09 -04:00
theelk801
0ba00620db
fix verify failure
2024-02-25 16:47:28 -05:00
theelk801
6c77f9fd3b
remove temporary verify skip
2024-02-24 09:49:37 -05:00
theelk801
011ccec246
fix verify failure
2024-02-23 10:31:43 -05:00
Oleg Agafonov
ad8e7daf97
refactor: improved card info
2024-02-18 22:40:30 +04:00
xenohedron
9a4f935f07
verify test: ref text adjustments to remove some false positives
2024-02-15 22:14:11 -05:00
Oleg Agafonov
38c71cfeed
GUI: Card Viewer - added support of xmage inner images like morph, blessing, etc (look in XMAGE set, related to #11622 );
2024-01-31 03:49:25 +04:00
theelk801
118aa6c3c0
remove temporary skip
2024-01-18 10:21:58 -05:00
theelk801
c5b33a450e
add temporary verify skip
2024-01-17 15:32:20 -05:00
theelk801
10d44fb44a
fix verify failure, remove skip
2023-12-07 18:36:37 -05:00
theelk801
f1baa29810
[MKM] update reprints
2023-12-06 18:34:12 -05:00
Oleg Agafonov
3a92d67d10
tests: added verify test to check miss of controlled filter in equip abilities (related to #11473 );
2023-11-27 23:08:23 +04:00
Oleg Agafonov
53add71826
Improved network stability and other related fixes:
...
* server: fixed that a critical errors ignored in user commands threads (now it will be added to the logs);
* network: fixed frozen user responses in some use cases;
* network: fixed accidental and incorrect user responses (only latest response will be used now);
* network: improved freeze logs, added problem method name and code's line number;
* cheats: removed outdated deck and card load logic (only init.txt commands supports now);
* cheats: fixed wrong priority after add card dialog (closes #11437 );
* cheats: improved stability and random errors on cheat executes (related to #11437 );
* docs: added details on network and thread logic, human feedback life cycle, etc (see HumanPlayer, ThreadExecutorImpl);
2023-11-24 21:22:16 +04:00
xenohedron
1816c8ad73
many the text fixes
2023-11-19 21:37:37 -05:00
Oleg Agafonov
6e99a3653a
Initiative abilities - added card hint with initiative info to all related cards ( closes #11424 );
...
tests: added verify test for miss initiative card hint;
gui: fixed wrong max amount of card hint windows;
2023-11-19 23:00:42 +04:00
Oleg Agafonov
77eb3b35b8
tests: added verify check for missing card hints (city's blessing, monarch)
2023-11-19 22:38:25 +04:00
theelk801
6f437f0389
remove temporary verify skip, fix failures
2023-11-13 10:42:32 -05:00
Susucre
68e2f74d13
update listing for new cards changelog
2023-11-10 17:33:50 +01:00
theelk801
74988a1c23
remove Cat subtype from Rakshasa cards and add temporary verify skip
2023-11-09 11:43:11 -05:00
Susucre
1f50f95f8b
fix verify tests
2023-11-06 20:39:32 +01:00
xenohedron
7e95077d0b
fix #10831 (special characters in verify test)
2023-11-04 19:30:33 -04:00
xenohedron
b9b17d0548
fix verify test false positives on reminder rules
2023-11-04 18:43:53 -04:00
xenohedron
e27ceec5e8
fix reminder text
2023-11-04 18:41:56 -04:00
theelk801
8af0cffa68
fix verify failure
2023-11-04 18:04:42 -04:00
Susucre
2e09bb0f63
clean some temporary verify skip
2023-11-04 16:49:19 +01:00
Susucre
10795e2612
update list of cards already released with latest update
2023-11-04 16:48:51 +01:00
xenohedron
a8feba7165
fix verify
2023-11-04 01:25:34 -04:00
theelk801
d66da95132
fix verify failure
2023-11-03 19:27:12 -04:00
Susucre
66edccd024
add 'test' to help listing new implemented cards in a set.
2023-11-03 14:35:35 +01:00
Susucre
574dc9b94b
add tmp skip to pass verify test
2023-11-02 16:55:27 +01:00
Oleg Agafonov
3abdb72910
dev: improved code coverage (jacoco) and static analyser (sonar) support ( #11367 ):
...
* fixed code coverage data lost on failed tests;
* fixed code coverage report duplication and improved performance;
* fixed that sonar analyser can't see code coverage for some modules;
* added new aggregation module: Mage.Reports (used for code coverage report generation);
* reorganized pom and added additional instructions for jacoco and sonar usage;
2023-10-30 09:19:12 +04:00
Susucre
0c485ec593
[LCI] Implement The Millennium Calendar ( #11359 )
...
new UNTAPPED_BATCH event.
2023-10-29 12:43:24 +01:00
Susucre
f62da22068
fix Verify Test, tmp skip
2023-10-29 11:11:02 +01:00
theelk801
02c9896774
remove temporary verify skips
2023-10-13 09:26:54 -04:00
xenohedron
ac20483b73
reminder text fixes
2023-10-09 20:49:20 -04:00
theelk801
3e6097b70e
fix verify failure
2023-10-06 18:39:50 -04:00
Susucre
35710efa60
Add new Set files, as well as add new entries to mtg-cards-data.txt ( #11193 )
...
[SPG] [LCI] [LCC] [REX]
2023-09-23 20:24:44 -04:00
Oleg Agafonov
bcea598fbd
tests: added mtgjson rules output in test_showCardInfo
2023-09-17 15:53:51 +04:00
xenohedron
d056f81ecc
verify test: ignore ref sets with no cards
2023-09-12 01:30:42 -04:00
xenohedron
687fe0bc77
fix superfluous warnings in reminder text verify check (related to ddcc6f21)
2023-09-11 20:38:28 -04:00
Oleg Agafonov
ddcc6f2197
tests: added verify checks for a wrong target settings (related to #11100 )
2023-09-07 05:36:59 +04:00