- 26 Apr, 2015 1 commit
-
-
Fabio Bas authored
* add to the application bundle a custom info.plist * fix a graphic glitch on the life counter
-
- 23 Apr, 2015 3 commits
- 22 Apr, 2015 4 commits
-
-
Matt Lowe authored
Will follow the following rules + send a message initially + send a message every 20 mins + send a message every min when time <= 5 Updated client popup Updated client to close any previous popups and bring up a new one. NEEDS TO BE TESTED added missing include Added delete on close
-
Matt Lowe authored
I compare the card pt, to the card with the same name in the db. if the card is found, we compare the pt, of the db item and the item in play. If there is not a match then we change the color of the PT. This is pretty much the same as mtgo does it. I looked into having only the P, or the T colored, though this is not posible, when you set a pen color you can not change it partway through painting a string. That would require 3 strings painted, one for p, / and t. Which is more effort than its worth. This does the job pretty well. I have also moved the pt slightly to the left so it lines up better. I have some images to compate.
-
Fabio Bas authored
-
Fabio Bas authored
Also, extracted the 2 new strings
-
- 18 Apr, 2015 3 commits
-
-
Matt Lowe authored
When clearing the chat, we now clear the last sender. This fixes the issue where you clear the chat and a user continues to talk, you get no indication of who is talking. Now it will show the users name.
-
Fabio Bas authored
-
Matt Lowe authored
As the server has been updated to enforce username rules, we can now check for the next position of whitespace. This allows ALL users to have a working mention system. Currently "-" is available for users, this will fix that.
-
- 17 Apr, 2015 3 commits
- 16 Apr, 2015 4 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 3 commits
-
-
Matt Lowe authored
-
Matt Lowe 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 1 commit
-
-
Matt Lowe authored
Tokens from decks will now show in the token dlg window
-