Anthony Calosa
a2419137e1
fix timestamp differences on build.txt
2024-10-30 00:57:56 +08:00
tool4ever
de4b35cc1d
King of the Oathbreakers should trigger for Changeling (Discord post) ( #6453 )
...
* Fix NPE with Street Spasm
2024-10-29 12:02:32 +00:00
Anthony Calosa
b3c867e326
prevent NPE
2024-10-29 14:41:25 +08:00
Anthony Calosa
420f6964ff
update desktop timestamp check
2024-10-28 10:51:17 +08:00
Anthony Calosa
6d77e0cff4
check snapshot update by timestamp
2024-10-27 23:49:14 +08:00
Anthony Calosa
5d1e780beb
prevent crash audit
2024-10-26 06:31:36 +08:00
Anthony Calosa
e9aed24c8b
update rssreader dependency
2024-10-25 18:18:07 +08:00
Anthony Calosa
6334c9f922
update AtomReader, add support releaseTag on android
2024-10-25 18:03:46 +08:00
Anthony Calosa
9897c85559
use release tag for downloading latest github releases...
2024-10-25 17:24:48 +08:00
Anthony Calosa
8c085bbd33
add mobile updater, update gdx natives
2024-10-25 11:41:06 +08:00
Anthony Calosa
bf3111ba03
update TextUtil
2024-10-24 18:26:56 +08:00
Anthony Calosa
7a976291ba
add desktop RSSReader, update autoupdater
2024-10-24 18:12:04 +08:00
CollinJ
a02a0a25fc
Merge branch 'master' into master
2024-10-22 10:12:12 -07:00
tool4ever
031cd4176d
Fix logic for Henzie ( #6402 )
2024-10-22 10:14:43 +02:00
CollinJ
94c75f1e71
Merge branch 'master' into master
2024-10-20 22:05:24 -07:00
Collin
5de234aacb
Fix the SpellSmith missing some cards.
...
The main issues is that getAllCards returns a card list that is unique
by name. That menas each card only has a single rarity. In this case,
cards like "Forbidden Orchard" and "Choke" de-deuplicate to a version of
the card with 'S' rarity. This means that when filtering by rarity, the
'S' rarity will be filtered out.
Another similar issue is that when a card exists in multiple sets with
different rarities, you might filter to a set in which the card is 'R',
but the de-duped version in allCards has rarity 'U', so using the cardDB
to check the rarity to filter on doesn't work.
When filtering by a specific set, the solution is to use the rarity of
the card in that set.
When not filtering by a set but filtering by rarity, we have to address
the root cause of the de-duping.
WHen de-duping, I changed the logic to ignore 'S' rarities. This fixes
the rarity filter when not filtering by an edition (although if there
are multiple rarities you still have to kind of guess).
This has the side-effect of making the card image used something more
legible. Before 'Choke' de-duped to the MPS_AHK set which has illegible
text. By ignoring 'S' rarities, it not de-dups to 8ED.
More work could probably be done to improve de-duping, but perfect
correctness would probably involve de-duping only after filtering, which
is likely too slow.
2024-10-20 12:29:11 -07:00
Anthony Calosa
426e63598f
Merge branch 'master' into master2
2024-10-20 18:38:41 +08:00
tool4ever
98c0959d8f
Fix Embodiment of Agonies counting Asmoranomardicadaistinaculdacar ( #6388 )
2024-10-20 10:02:48 +00:00
GitHub Actions
d366bf8ffc
[maven-release-plugin] prepare for next development iteration
2024-10-14 21:53:45 -04:00
GitHub Actions
fa538bd5c9
[maven-release-plugin] prepare release forge-1.6.65
2024-10-14 21:53:45 -04:00
Anthony Calosa
4af8061824
Merge branch 'master' into master2
2024-10-14 20:46:23 +08:00
tool4ever
0df84b91f2
Support recursive check for tokens that create others ( #6315 )
2024-10-14 06:33:41 +00:00
Anthony Calosa
1da3e298e1
Merge branch 'master' into master2
2024-10-10 19:34:39 +08:00
TwentyToedToad
96d065189b
Add Demonic Covenant and supporting changes ( #6257 )
...
* Add Demonic Covenant and supporting changes
* Updated changes
* Update demonic_covenant.txt
* Addressing PR comments
---------
Co-authored-by: loperjchris <christopher.loper1990@gmail.com >
2024-10-10 10:13:19 +03:00
Anthony Calosa
644fa46681
Merge branch 'master' into master2
2024-10-09 16:44:29 +08:00
Anthony Calosa
708fed3350
update and unified version code property
2024-10-09 12:32:09 +08:00
Jetz72
48adeb357d
Show chosen mana for mana abilities as symbols ( #6256 )
...
* Support for icons in dialogs.
Mana abilities show chosen mana via icons.
Thread safety for showOptionDialog
* Ensure EventDispatchThread for showInputDialog
---------
Co-authored-by: Jetz <Jetz722@gmail.com >
2024-10-08 22:17:18 +03:00
Anthony Calosa
eada2c6d4f
Merge branch 'master' into master2
2024-10-07 06:06:05 +08:00
Hans Mackowiak
80b30d9a6a
Room: First Spell Part ( #6044 )
...
* Room: First Spell
----
Co-authored-by: tool4ever <therealtoolkit@hotmail.com >
Co-authored-by: tool4EvEr <tool4EvEr@192.168 .0.59>
Co-authored-by: TRT <>
Co-authored-by: Anthony Calosa <anthonycalosa@gmail.com >
2024-10-06 20:11:28 +02:00
Anthony Calosa
56400d4444
JAVA17 Update
2024-09-26 11:52:42 +08:00
Anthony Calosa
78f3d3d74d
update more dependency
2024-09-10 23:39:51 +08:00
Anthony Calosa
a8f6842e21
update some dependency
2024-09-08 21:30:29 +08:00
Chris H
9a5f0b9ff1
Fix MH3 generation
2024-09-05 07:13:13 -04:00
Chris H
754cfcd79a
Fix booster replacement for Bloomburrow
2024-09-01 08:00:53 -04:00
tool4ever
080d347199
Fix Conspiracy removing types without choice for new one ( #6017 )
...
* Skip incomplete overwrite
* Fix NPE for Unhaunting
2024-08-30 17:13:49 +00:00
tool4ever
756ba28a14
Some fixes ( #6004 )
...
* Fix NPE
2024-08-28 15:54:28 +00:00
Jetz72
bba94d5a9e
Merge branch 'Card-Forge:master' into fixes20240825
2024-08-26 00:26:28 -04:00
Jetz
4afc86b4b4
Support functional variants in translations
2024-08-26 00:25:43 -04:00
Hans Mackowiak
c3a2e67130
CopyPermanentEffect: use DefinedName for special copies ( #5988 )
...
* CopyPermanentEffect: use DefinedName for special copies
2024-08-25 10:44:15 +02:00
Chris H
90fcb38fec
Fix a few issues with boosters in quest mode
2024-08-21 13:27:49 -04:00
Chris H
d2178756b5
Declare Forge user agent ( #5946 )
2024-08-18 19:17:43 +02:00
Chris H
80cc302c99
Fix booster generation for editions without booster slots
2024-08-18 10:39:44 -04:00
Chris H
600cf82308
Only grab BLB cards for Booster Slots. Ideally this would happen by default, but yknow how it goes.
2024-08-17 15:15:12 -04:00
Chris H
c2206d533d
Fix some issues
2024-08-16 16:57:21 -04:00
Chris H
4554dee721
Generate individual booster slots with individual replacement percentages
...
Convert MH3 to booster slot percentages
2024-08-16 16:57:21 -04:00
Chris H
8be414d9dd
Blb release ( #5929 )
...
* [maven-release-plugin] prepare release forge-1.6.64
* [maven-release-plugin] prepare for next development iteration
* Update pom.xml
* Update AndroidManifest.xml
* Update pom.xml
* Update Forge.java
---------
Co-authored-by: GitHub Actions <actions@github.com >
2024-08-14 21:06:29 -04:00
tool4ever
67b18b2e08
Update scripts ( #5919 )
2024-08-13 19:37:43 +02:00
Jetz72
8f77b1e3ce
GamePieceType and isCollectible ( #5889 )
...
* GamePieceType and isCollectible.
Can no longer ante conjured cards.
Helper set of ZoneTypes that are part of the command zone.
* Faster GamePieceType evaluation
---------
Co-authored-by: Jetz <Jetz722@gmail.com >
2024-08-12 09:35:16 +02:00
tool4ever
6c7600dd1b
Merge pull request #5895 from Jetz72/code-cleanup
...
Miscallaneous Cleanup Part 3
2024-08-11 19:30:21 +02:00
kevlahnota
af060121cf
Update Mobile Build ( #5813 )
...
* LibGDX Update
* unused import
* disable minimize on screen lock
2024-08-11 19:12:29 +02:00