kevlahnota
39fc1415aa
Merge branch 'master' into AI_ATTACK_TIMEOUT
2024-11-19 05:49:27 +08:00
kevlahnota
cbe48d0892
Update VPlayerPanel.java
...
should display error for null icons on VPlayerPanel Infotab. If pointer is still null then the icon seems to be disposed (probably on android) or just deliberately missing.
2024-11-18 15:09:10 +08:00
Anthony Calosa
f48cf951db
..
2024-11-18 11:23:00 +08:00
kevlahnota
f5e024bf63
Update ItemManager.java
...
it seems this is controlled via preference and would fail the logic for the view index
2024-11-18 06:11:42 +08:00
kevlahnota
b8a2903617
NPE prevention
...
- closes #6588
2024-11-18 05:11:48 +08:00
Hans Mackowiak
73940c584e
ColorSet: use Stream to map ManaSymbol
2024-11-17 10:48:27 +01:00
kevlahnota
c9e733ecbd
Update ImageView.java
...
isempty missing in streambuffer on android
2024-11-17 14:26:08 +08:00
Anthony Calosa
5dc84a68c4
remove threadsafeIterable
...
The original purpose which is to create a copy of linkedlist to iterate to avoid concurrent modification, but we use copyonwritearray design and it is already thread safe and iteration while modification is handled internally.
2024-11-17 08:00:29 +08:00
kevlahnota
54266e8914
Merge branch 'master' into AI_ATTACK_TIMEOUT
2024-11-16 20:27:05 +08:00
Anthony Calosa
f46e22cc54
minor cleanup
2024-11-16 20:13:17 +08:00
kevlahnota
cb645670d4
Merge branch 'master' into AI_ATTACK_TIMEOUT
2024-11-16 19:50:55 +08:00
Anthony Calosa
5597d0bf31
fix arrows drawing out of bounds
2024-11-16 19:50:09 +08:00
kevlahnota
0247acbd49
Merge branch 'master' into AI_ATTACK_TIMEOUT
2024-11-16 18:52:12 +08:00
kevlahnota
b5f96ab8e2
Merge branch 'master' into CrypticSpire
2024-11-16 17:14:51 +08:00
Anthony Calosa
8dbb648638
add user setting for AI Timeout
2024-11-14 22:06:23 +08:00
kevlahnota
88ca1d509f
Update VAssignGenericAmount.java
...
support double tapping the mana symbols for max amount
2024-11-14 15:28:43 +08:00
Anthony Calosa
b161502595
update setting colorID
2024-11-14 10:30:33 +08:00
Anthony Calosa
71ecf91bb5
from list to set
2024-11-14 06:00:02 +08:00
Anthony Calosa
88613c555a
refactor some vars, and save to deck file
...
todo validate
2024-11-13 22:13:18 +08:00
Anthony Calosa
4012469910
refactor var name
2024-11-13 19:12:34 +08:00
Anthony Calosa
8fd521b949
update desktop editor
2024-11-13 13:43:47 +08:00
Anthony Calosa
31abd61a3f
fix render for ImageView
2024-11-13 11:10:27 +08:00
Anthony Calosa
5afaff814a
update deck editor for spire
2024-11-13 10:29:18 +08:00
Anthony Calosa
cb2ddf39f8
update auditer
2024-11-11 17:00:04 +08:00
Anthony Calosa
b130f45fe1
update watermark
...
- show watermark on catalogpage only
2024-11-09 10:17:40 +08:00
Anthony Calosa
ac15b32f32
fix SealedScreen
...
bind directly the back button to open the LoadSealedScreen on Sealed Editor
2024-11-09 08:21:19 +08:00
Anthony Calosa
e9e14360f7
fix room choicelist render
2024-11-08 10:31:15 +08:00
Anthony Calosa
2ada458bf5
update filter description, add prompt option
2024-11-07 13:46:08 +08:00
Anthony Calosa
66e64995e3
add confirm dialog to autosell
2024-11-07 11:51:06 +08:00
Anthony Calosa
95ca1673b8
update ImageView
...
show NoSell overlay
2024-11-07 10:34:34 +08:00
Anthony Calosa
7f7248f825
fix sellAll
2024-11-06 23:24:01 +08:00
Anthony Calosa
a8bc8d42e1
format
2024-11-06 21:30:43 +08:00
Anthony Calosa
6b31d101db
prevent townPriceModifier NPE
2024-11-06 21:29:38 +08:00
Anthony Calosa
d85d00fbfb
include ADVENTURE_SIDEBOARD config
2024-11-06 20:11:06 +08:00
Anthony Calosa
07d653d99b
update adventure store/event preview filters
2024-11-06 19:47:33 +08:00
Anthony Calosa
13eef9434f
update filters
2024-11-06 13:14:22 +08:00
Anthony Calosa
0a3d2202c0
update item manager
2024-11-06 12:31:13 +08:00
Anthony Calosa
026913eebe
Merge branch 'master' into master2
...
# Conflicts:
# forge-gui-mobile/src/forge/adventure/scene/AdventureDeckEditor.java
2024-11-06 10:53:31 +08:00
Chris H
9f07bc9a98
Return false instead of throw if an illegal draft choice is made
2024-11-05 21:33:47 -05:00
Anthony Calosa
eb3b620858
update adventure editor default itemConfig
2024-11-06 06:10:22 +08:00
Anthony Calosa
a242f1fe04
update format filters for Adventure Deck Editor
...
use FormatFilter to filter Collections, AutoSell and NoSell cards
2024-11-05 22:56:47 +08:00
Anthony Calosa
5d057837ff
reuse headerLabel as marker for loot
2024-11-05 15:32:30 +08:00
Anthony Calosa
87d242028f
refactor HeroListData, update CoverScreen
...
- remove redundant autosave
2024-11-03 21:24:20 +08:00
Anthony Calosa
2d85fd845e
update teleport animation
2024-11-03 15:27:30 +08:00
Anthony Calosa
74f9d05b08
update NPE prevention
2024-11-03 12:14:43 +08:00
Anthony Calosa
4a1bbdc3ba
update VZoneDisplay
2024-11-03 10:15:29 +08:00
Anthony Calosa
0ddf5b25d7
refactor VCardDisplayArea, prevent NPE
2024-11-03 10:07:14 +08:00
Anthony Calosa
c6aecafe6b
add missing translation, minor speedup generating map
2024-11-03 05:58:28 +08:00
Anthony Calosa
fa74a3b01c
fix newgame/newgame plus entering spawn point
2024-11-02 19:45:01 +08:00
Anthony Calosa
55d945857a
fix format
2024-11-02 14:23:29 +08:00