- 18 Apr, 2015 1 commit
-
-
Fabio Bas authored
-
- 17 Apr, 2015 3 commits
- 16 Apr, 2015 5 commits
- 15 Apr, 2015 6 commits
-
-
Fabio Bas authored
* card: cache simpleName for each card * deck editor: remove double comparation of searched term with card name when sorting
-
Matt Lowe authored
-
Matt Lowe authored
-
Matt Lowe authored
updated
-
Matt Lowe authored
+ No longer get "5hrs" and "5+ hrs" instead will be "4hrs" and "5+ hrs". + Refactored into an else-if with a single return. + removed comments + removed code from namespace and added to class
-
Matt Lowe authored
When searching for a card the line edit will not be empty, so this check is not needed. The performance when the line edit IS empty will take a slight hit, but you really want additional performance when searching, not when the line edit is empty. Removing will increase performance.
-
- 14 Apr, 2015 3 commits
-
-
Matt Lowe authored
Previously would try to match the card name, if nothing is found, then we would try again with the simple name. I have now made it only the simple name version. We do not need to perform the first check. Should help a little with performance.
-
Zach H authored
-
Matt Lowe authored
Relates to #964. We want to give a the correct reason for failed logins and display the reason why.
-
- 12 Apr, 2015 9 commits
-
-
Matt Lowe authored
Needs to be tested on mac
-
Matt Lowe authored
-
Matt Lowe authored
+ added more separators + swapped some actions from lib menu (scry action now higher) + Added capital letters to words
-
Matt Lowe authored
-
Fabio Bas authored
-
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.
-
Matt Lowe authored
Based on #932 I have added pronouns the the graveyard and hand, and also changed "from play" to "from battlefield"
-
- 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 4 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
-