matthias8422
d74d2da755
Added a new Couldnt connect to server error message
...
Re wrote the URL parsing logic again, but due to increased complexity put it into a utility class
Fixed desktop version opening up a lobby even when it did not connect to a server
Wired up the new error message to mobile, and both error messages to Desktop
2025-04-28 17:56:08 -04:00
Jetz
bc9df8872f
Added support for amount in give card command.
...
Added 'give print' command.
2025-04-23 12:48:03 -04:00
matthias8422
01a3b2723f
Fixed bug where android boolean settings were not properly displaying their checked state ( #7440 )
2025-04-21 17:53:53 +00:00
matthias8422
07b10f736b
Feature/network improvement android ( #7418 )
...
* initial network improvements for mobile
* Fixed settings menu message referencing proper localization string
2025-04-20 17:34:24 +00:00
matthias8422
0242189012
Fixed mobile server host UPnP dialog from accidently blocking ther GUI thread indefinatly ( #7417 )
2025-04-18 06:43:31 +00:00
NicolasCunha
9109207495
fix: concede shortcut not working due to event dispatch thread
2025-04-17 12:48:26 -04:00
Jetz72
4714319204
Store cards by collectorNumber instead of artIndex; PaperCard flag support ( #7240 )
...
* Refactor - Unknown set code to constant
* Refactor - Support for multiple initial selections for getChoices
* Covert noSell and marked color identities into serializable flags
* Fix cards in deck not being converted to newer noSell format
* unused imports
* Fix NPE
* Cleanup card filter
* Remove 14-year-old check that shouldn't be possible anymore
* CRLF -> LF
---------
Co-authored-by: Jetz <Jetz722@gmail.com >
2025-04-16 18:59:31 -04:00
tool4ever
e2e3c658a0
Relocate android specific dependency ( #7387 )
2025-04-12 05:47:07 +00:00
Chris H
5274c976ef
Restore flatten plugin
2025-04-06 12:13:08 -04:00
GitHub Actions
280d2fed6d
[maven-release-plugin] prepare for next development iteration
2025-04-06 12:13:08 -04:00
GitHub Actions
9ecea646d2
[maven-release-plugin] prepare release forge-2.0.03
2025-04-06 12:13:08 -04:00
Chris H
48a555817d
Temporarily remove flatten plugin for release
2025-04-06 12:13:08 -04:00
Drecon84
fbc73fa22b
Small fix to clean up the code
...
Combining ifs that do not need to be split up.
2025-04-03 16:16:39 -04:00
Drecon84
31790c3dc9
Remove Quest items on NG+
...
This removes quest items from a NG+ run in adventure mode. It might not remove all when a file has multiple NG+'s already, but multiple resets will remove all of the items.
I decided to remove the quest item tag from the teleport runes, since they are not added by a quest but can be bought in the store instead. Keeping them seems a good move for NG+.
2025-04-03 16:16:39 -04:00
Drecon84
7f9260f54c
WASD Adventure take 3
...
Now actually putting the keybinds back in. Forgot to unrevert previously.
2025-03-31 21:24:31 -04:00
HeitorBittenc
e722c4b63c
Removed token image fetch attempt from old server ( #7287 )
2025-03-29 19:01:29 +03:00
Hans Mackowiak
7fdd645026
Omen: first attempt ( #7297 )
...
* Omen: first attempt
* Support rendering
---------
Co-authored-by: tool4EvEr <tool4EvEr@192.168 .0.60>
2025-03-29 16:54:20 +01:00
HeitorBittenc
fc761220d2
Removed 2 additional unnecessary requests for tokens images
2025-03-27 10:19:14 -04:00
HeitorBittenc
8fe3bd3c79
Removed unnecessary request for image fetching
2025-03-27 10:19:14 -04:00
Heitor Bittencourt
fe062a9312
Refactor Entry to List + add comments
2025-03-26 16:05:22 -04:00
Hans Mackowiak
65d4505b67
Update FDeckViewer.java
...
Use Set instead of List
2025-03-26 16:05:22 -04:00
Heitor Bittencourt
073d7e537c
indentation
2025-03-26 16:05:22 -04:00
Heitor Bittencourt
77dc367c95
Fix ConcurrentModificationException by iterating over a separate list
2025-03-26 16:05:22 -04:00
Heitor Bittencourt
7553d164f4
fix: copy to clipboard now collates copies of a card together.
2025-03-26 16:05:22 -04:00
Heitor Bittencourt
ee01e3d29f
fix: copy to clipboard now collates copies of a card together.
2025-03-26 16:05:22 -04:00
Drecon84
aeb279a6f8
WASD Movement Take 2 ( #7251 )
...
* Enter now still brings up the menu, controller might need it to type. WASD typing still works.
2025-03-26 07:27:16 +00:00
LEGIONLAPTOP\dougc
cb5f805767
Added CommanderGauntlet GameType, added CustomCommanderGauntlet to mobile
2025-03-24 12:39:50 -04:00
LEGIONLAPTOP\dougc
a9df4ea424
Renamed Commander Gauntlet to more accurate QUICK Commander Gauntlet
2025-03-24 12:39:50 -04:00
Chris H
25ba06d530
Revert "WASD movement for Adventure mode" ( #7241 )
...
* Revert "Improved WASD script"
This reverts commit fc901f1ebb .
* Revert "Fixed WASD movement"
This reverts commit c365f5a3d1 .
* Revert "Update KeyBinding.java"
This reverts commit 49697c863c .
* Revert "Adventure Keybinds"
This reverts commit 4431c40de6 .
2025-03-24 09:14:23 -04:00
Heitor Bittencourt
c52f886e89
Adventure: Disable Not For Sale Overlay Setting
2025-03-22 18:21:58 -04:00
Heitor Bittencourt
f972aa44ba
Adventure: display shop name items on boosters removed
2025-03-22 18:21:09 -04:00
Drecon84
fc901f1ebb
Improved WASD script
...
Now the script works with arrays, much cleaner. I have not been able to test the controller support, it should work but I don't have the means to test it.
2025-03-20 20:35:54 -04:00
Drecon84
c365f5a3d1
Fixed WASD movement
...
Adventure moves with WASD now
2025-03-20 20:35:54 -04:00
Drecon84
49697c863c
Update KeyBinding.java
2025-03-20 20:35:54 -04:00
Drecon84
4431c40de6
Adventure Keybinds
...
Can now move in adventure mode with WASD keys
2025-03-20 20:35:54 -04:00
Heitor Bittencourt
0e64a88005
fix: removed unused imports
2025-03-19 19:11:08 -04:00
Heitor Bittencourt
0d952a54bd
feat/adventure: 4 new booster packs,spawn rate changed, removed colorless packs
2025-03-19 19:11:08 -04:00
HeitorBittenc
e371617938
fix: removed unused images, booster pack shops now respect the restricted cards and editions. ( #7161 )
2025-03-15 13:14:04 +00:00
HeitorBittenc
37a5958750
Added 7 Card booster packs shops in Adventure Mode ( #7141 )
...
* Added 7 Card booster packs shops in Adventure Mode
* Update CHANGES.txt
* Fix: trailing space, extra comma and wrong color on shop fixed.
* Removed unused imports
---------
Co-authored-by: Heitor Bittencourt <heitorbite@outlook.com >
Co-authored-by: Agetian <stavdev@mail.ru >
2025-03-14 20:03:13 +03:00
Chris H
0c30c4e32c
Restrict conspiracy drafts in Adventure mode for now
2025-03-08 18:55:00 -05:00
Chris H
ecb21abb9a
Delay rendering the next dialog by a short bit, to allow for the TouchUp keypress to clear
2025-03-02 21:04:07 -05:00
Chris H
9445093d68
Fix Wanderlust from breaking other quests
2025-03-02 21:04:07 -05:00
marthinwurer
16b87f20ca
Delegate to piles all the time
2025-02-27 11:07:44 -05:00
Chris H
f84f694351
Reroute card images to scryfall.
...
Don't try to redownload if it fails during a session
2025-02-24 22:50:14 -05:00
Chris H
23eb008d5f
Trigger edition change if playing 10E draft on mobile
2025-02-20 20:13:21 -05:00
Chris H
40882c20d6
Send URL to github snapshots
2025-02-20 20:13:04 -05:00
Chris H
a49ab150f9
Fix imports
2025-02-17 20:19:41 -05:00
Chris H
4bc07e5311
Disable bulk images from the UI
2025-02-17 20:19:41 -05:00
Chris H
44fca5ee5e
Restore flatten library
2025-02-15 18:00:19 -05:00
GitHub Actions
2f33c24414
[maven-release-plugin] prepare for next development iteration
2025-02-15 18:00:19 -05:00