- 12 Apr, 2015 3 commits
-
-
Fabio Bas authored
When the list os sorted using another column, you don’t need to compare that column’s value with the searched term
-
Fabio Bas authored
-
Matt Lowe authored
Related to #808 When closing the app/game tab with a zone revealed the client will crash. This was due to the zones not being deleted.
-
- 10 Apr, 2015 5 commits
-
-
Matt Lowe authored
-
Fabio Bas authored
-
Matt Lowe authored
-
Fabio Bas authored
-
Matt Lowe authored
The problem was that back when I added #336 I made it so that if YOU didnt recive the PT of the token, then it would be fetched from your tokens.xml, the issue is that we needed to send that value to the server. The server sees it as a 0/0 This fix will send the PT from the tokens.xml if available.
-
- 09 Apr, 2015 4 commits
-
-
Matt Lowe authored
Tokens from decks will now show in the token dlg window
-
Matt Lowe authored
Adjusted proportions to make the table fit better. Needs to be checked on UHD screens.
-
Matt Lowe authored
+ Removed unused buttons + remade button art + fixed crash with font colors/replays + removed unused timestamp label in replay
-
Matt Lowe authored
Felt like areas different to the current zone should be segregated.
-
- 08 Apr, 2015 5 commits
-
-
Matt Lowe authored
-
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)
-
Matt Lowe authored
+ Ctrl + N
-
Fabio Bas authored
-
Matt Lowe authored
Was an issue with double clicking the icon when the app was full screen/ fullscreen + minimized. Now works as expected.
-
- 07 Apr, 2015 2 commits
- 05 Apr, 2015 1 commit
-
-
Matt Lowe authored
+ will now only popup with a mention alert when you are not on the same tab/window. + will also no longer popup by mentioning yourself
-
- 04 Apr, 2015 2 commits
-
-
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 5 commits
-
-
Matt Lowe authored
-
Matt Lowe authored
Missed from #879
-
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 2 commits
- 31 Mar, 2015 3 commits
-
-
Matt Lowe authored
Previously if you middle click on a counter (life/mana) and then click away, depending on the button clicked, the counter would +/-. I have added a fix to make sure the mouse is over the counter to change it.
-
Matt Lowe authored
Previously had - numbers at the top and + at the bottom. This feels like it makes more sense.
-
Matt Lowe authored
I noticed that sometimes I would have lots of icons in the sys tray. I would have to mouse over them to make then be removed. This also happens with some other programs too. I have added some code to hide() the sys icon when the client is close, it seems to be helping with the issue. Hard to reproduce, might also only be a windows issue.
-
- 30 Mar, 2015 4 commits
- 27 Mar, 2015 2 commits
- 26 Mar, 2015 1 commit
-
-
Fabio Bas authored
-