- 09 Apr, 2015 1 commit
-
-
Matt Lowe authored
Adjusted proportions to make the table fit better. Needs to be checked on UHD screens.
-
- 08 Apr, 2015 12 commits
-
-
ctrlaltca authored
👍 -
Matt Lowe authored
-
poixen authored
Ignore punctuation in card search
-
Matt Lowe authored
It is awkward to have to use precise punctuation when searching for cards. Planeswalkers and legendary creatures often have "," in the name and you have to enter it. This commit means you no longer need to do that. + Can use " " in place of "-" (example: Wilt-Leaf Liege) + Can use "" in place of non word chars (Example: Hero's Downfall and Ajani, Caller of the Pride)
-
Zach authored
Large decks (up to 8000-ish cards) no longer make client crash; Fix #67
-
ctrlaltca authored
Optimize loop; refers #910
-
ctrlaltca authored
Removed NULL conversion warnings caused by #926
-
Fabio Bas authored
-
pepi authored
-
ctrlaltca authored
Removed compile time ssize_t warnings
-
pepi authored
-
Zach authored
Added more actions to server white list
-
- 07 Apr, 2015 3 commits
- 05 Apr, 2015 2 commits
- 04 Apr, 2015 6 commits
-
-
Zach authored
Left hand justification
-
poixen authored
Right click cast
-
poixen authored
Renamed userlist tab to account
-
Zach authored
Fixes columns being split by selected sections; Fix #118
-
Fabio Bas authored
Workaround the two remaining issues, mostly fixing the “load deck” screen in tab_game: * Only preload up to the first 300 cards of a deck; * don’t even bother trying to load card images if they’ll be shown with width <= 10 Trying a 17k cards deck like the one proposed in #67 is still a no go, mostly due to the cpu time used to create all the objects. Anyway, i tested decks up to 8k cards and they works fine now (if you like to wait while trice is loading them)..
-
Fabio Bas authored
Fix selection problem when sorting the deck list
-
- 03 Apr, 2015 1 commit
-
-
Matt Lowe authored
if you have the setting to NOT play cards to the stack enabled, it meant that any spells (like Lightning Bolt) would be cast to the stack but no arrow would show. This was an edge case I missed.
-
- 02 Apr, 2015 8 commits
-
-
Matt Lowe authored
-
poixen authored
Reopen connection if socket failure
-
Matt Lowe authored
Missed from #879
-
poixen authored
Rounder logo corner
-
poixen authored
Default to one player
-
Matt Lowe authored
Before: After:
-
Matt Lowe authored
I think the majority of players use this feature for goldfishing/practicing. Defaulting to one player for convenience.
-
Matt Lowe authored
Set to false by default, let me know if you think it should be true. As all cards are played to the left of the screen this feels more comfortable to use as you dont need to keep looking at different areas of the screen. Will auto rearrange when changed during game-play.
-
- 01 Apr, 2015 7 commits
-
-
Zach authored
Added Mull to the server whitelist
-
Zach authored
Reinstates hidden cards being hidden; fix #884
-
Fabio Bas authored
-
Matt Lowe authored
Mullling through 2 hands will give a flood warning, a user thought this should not happen. It is very similar to drawing cards, which is in the white list.
-
Zach authored
Fixed accidental +/- of counters when using middle click menu
-
Zach authored
Refactored code and made lines cleaner
-
Matt Lowe authored
-