Hans Mackowiak
f6ee232d9e
GameEntity: when attachment is phased out, treat as not attached
2021-04-11 17:00:20 +02:00
Anthony Calosa
3f683c3909
update AssetsDownloader
2021-04-06 20:16:45 +08:00
Anthony Calosa
d6a0b92f1e
fix downloader
2021-04-06 19:21:45 +08:00
Anthony Calosa
9a2eaa7a1d
fix filteredCards, fix NPE devmode
2021-04-06 15:27:14 +08:00
Anthony Calosa
5165415fb1
Update ImageCache.java
...
Don't dispose defaultImage
2021-04-06 03:59:21 +00:00
Churrufli
f1c38dd742
Update text
2021-04-05 10:01:34 +00:00
Anthony Calosa
e57d0a4d0e
[Mobile] add OtherImageLoader for otherCache
2021-04-05 17:04:40 +08:00
Anthony Calosa
1b6a0188f3
[Mobile] Seperate cache for Cards/Tokens and Icon/Booster/Fatpacks
2021-04-05 15:45:22 +08:00
Anthony Calosa
e3caad856d
Limit preloading
2021-04-05 11:25:42 +08:00
Anthony Calosa
5752fe698f
cleanup
2021-04-05 10:06:16 +08:00
Anthony Calosa
a92c85a0be
[Mobile] Update ImageCache Texture dispose
2021-04-05 06:51:27 +08:00
Anthony Calosa
9c89e0b790
[Mobile] When generating a lot of image at once (more than 100) in the shop list/rewards/unlocked sets, clear the cache
2021-04-04 21:35:01 +08:00
Anthony Calosa
7e02ae518d
unused import
2021-04-04 10:58:14 +00:00
Anthony Calosa
31c674c3dc
Update ImageCache.java
2021-04-04 09:28:15 +00:00
Anthony Calosa
87ada19569
fix spell shop items
2021-04-03 17:28:58 +08:00
Anthony Calosa
839a91d144
fix check
2021-04-01 15:53:10 +08:00
Anthony Calosa
c0af1fa1eb
[Mobile] preload ItemPool and fix Planar Conquest new game
2021-04-01 02:34:14 +08:00
Anthony Calosa
d554a7ee97
add getUniqueCardsNoAlt for mobile
2021-03-29 13:35:20 +08:00
Anthony Calosa
bf00d79e23
refactor carddb for Deck Editor/Workshop Catalog
2021-03-29 11:19:26 +08:00
Anthony Calosa
163d95800b
Restrict Deck Editor cards
...
- fix duplicate cards
2021-03-28 17:55:23 +08:00
Anthony Calosa
c3dd154ef5
Fix duplicate dependencies
...
-xstream greater than 1.4.9 needs higher android.jar (would remove support for devices lower than Android 8 unless we use the java 7 variant), latest guava and maybe other higher libs needs desugaring for android to work.
2021-03-24 10:22:43 +08:00
Anthony Calosa
e4a0ce9165
[Mobile] Preferred Art Options
2021-03-22 21:46:39 +08:00
Leandro Doctors
5d8bbf8687
Merge branch 'rename-assets-to-skin' into 'master'
...
refactor: rename 'assets' package to 'skin'
See merge request core-developers/forge!4223
2021-03-20 17:58:15 +00:00
Anthony Calosa
39b356bcac
[Mobile] refactor loading overlay on deck editor/chooser
...
- only show the overlay if it needs initializing/refreshing on the catalog/collection page
2021-03-20 19:07:35 +08:00
Anthony Calosa
1e766b8662
[Mobile] minor improvements
2021-03-20 15:21:15 +08:00
Anthony Calosa
3995a20a81
limit usage
2021-03-20 04:26:16 +08:00
Leandro Doctors
993fb3b518
refactor: rename 'assets' package to 'skin'
2021-03-19 14:27:10 -03:00
Anthony Calosa
0501ac9735
update imports
2021-03-18 17:24:44 +08:00
Anthony Calosa
f71e31c3a8
Merge remote-tracking branch 'core/master' into rollback_Phase_dev
...
# Conflicts:
# forge-gui-desktop/src/main/java/forge/screens/match/CMatchUI.java
# forge-gui-mobile/src/forge/screens/match/MatchController.java
# forge-gui/src/main/java/forge/gamemodes/net/server/NetGuiGame.java
# forge-gui/src/main/java/forge/gui/interfaces/IGuiGame.java
2021-03-18 17:19:08 +08:00
Leandro Doctors
0978162bf5
Organize imports
2021-03-17 11:52:50 -03:00
Leandro Doctors
f3fd57c014
fixup! Merge branch 'reorganize-forge-gui' into 'master'
2021-03-17 11:50:26 -03:00
Leandro Doctors
fe76d8b934
refactor: group gui-related packages
...
This is just a first step...
Probably there are many other classes that should be either completely
added here, or decomposed and partially added here.
2021-03-17 11:18:16 -03:00
Leandro Doctors
92110c1931
refactor: group game modes-related packages
2021-03-17 11:10:41 -03:00
Leandro Doctors
df64f5574d
refactor: group local instance-related packages
...
forge-gui-desktop/src/main/java/forge/itemmanager/views/ImageView.java
forge-gui-desktop/src/main/java/forge/toolbox/CardFaceSymbols.java
2021-03-17 11:10:41 -03:00
Michael Kamensky
1cd7e4e234
- An option to exclude promos from quest reward pool
2021-03-14 09:53:10 +03:00
Anthony Calosa
68ecf41511
[Mobile] add Experimental Rollback Phase
2021-03-14 11:57:20 +08:00
Lyu Zong-Hong
7e150fcfc4
Fix TextRenderer bug when hiding reminder texts
2021-03-13 12:50:00 +09:00
Lyu Zong-Hong
3803f80938
Update Japanese Translations
2021-03-13 12:21:34 +09:00
Michael Kamensky
0ecbc3732e
Merge branch 'master' into 'master'
...
Net Deck Archive Block (Desktop & Android)
See merge request core-developers/forge!4175
2021-03-11 14:30:13 +00:00
Anthony Calosa
6594c7f009
[Mobile] fix copying commander netdeck to clipboard
...
- resolves an issue that you can't copy to clipboard commander netdecks and import it again since "Commander" is a decksection
2021-03-11 21:42:44 +08:00
Churrufli
b2634686e6
Net Deck Archive Block (Desktop & Android)
2021-03-11 13:06:46 +01:00
Anthony Calosa
b1e6521d53
[Mobile] update FDeckChooser
...
- select the index as workaround to refresh the display for other deck category
2021-03-11 18:59:54 +08:00
Anthony Calosa
5f4a1f1a49
[Mobile] fix netdecks not loading decks imageview on activation
...
- Adds a different method to select the netdeck category on imageview
2021-03-11 12:23:24 +08:00
Anthony Calosa
bd02ac4c0c
Revert "Merge branch 'master' into 'master'"
...
This reverts merge request !4165
2021-03-10 15:20:26 +00:00
Anthony Calosa
33e5fa7115
refresh on activate when imageview
2021-03-10 22:44:54 +08:00
Anthony Calosa
7daf310959
[Mobile] Fix deck selection and generated commander decks with images
2021-03-10 21:26:48 +08:00
Anthony Calosa
2d51428123
Update digital sets
2021-03-10 19:17:50 +08:00
Anthony Calosa
92a2bf68f7
Update Edition Types
2021-03-10 12:06:22 +08:00
Anthony Calosa
0394b65f43
Update Deck ImageView
...
- [Desktop] double right click / [Mobile] multiple tap - add deck to favorites
2021-03-10 09:30:12 +08:00
Anthony Calosa
0d35f4806e
[Mobile] Fix AI selected decks on activate
2021-03-08 11:21:54 +08:00