- 15 Apr, 2015 1 commit
-
-
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 1 commit
-
-
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.
-
- 13 Apr, 2015 4 commits
- 12 Apr, 2015 14 commits
-
-
Zach authored
Capitalized some text
-
Zach authored
Updated context menus
-
Zach authored
Restricted unreg usernames
-
poixen authored
Server was using message limit for commands
-
Matt Lowe authored
-
Matt Lowe authored
-
Matt Lowe authored
Server was using getMaxMessageCountPerInterval over getMaxCommandCountPerInterval. Raised command limit from 10 to 20
-
Matt Lowe authored
+ added more separators + swapped some actions from lib menu (scry action now higher) + Added capital letters to words
-
poixen authored
Updated message limit from 10 -> 15
-
Matt Lowe authored
Can now only be made up of [a-z][A-Z][0-9][-_]
-
Matt Lowe authored
I have updated the `maxMessageCountPerInterval` from 10 to 15. This will allow some faster play from exp users. NOTE: If you have an existing server and update to this version, you will need to manually change the value in the ini file, or have no ini file to begin with. Otherwise the old ini will load in 10.
-
poixen authored
Zone crash fix
-
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.
-
poixen authored
Updated token dlg
-
- 11 Apr, 2015 2 commits
-
-
Gavin Bisesi authored
fix #947 : typo in servatrice install path under linux
-
Fabio Bas authored
-
- 10 Apr, 2015 18 commits
-
-
poixen authored
Fixed main chat room lag
-
Matt Lowe authored
-
Zach authored
Fixed token PT issue for #931
-
Zach authored
Creatures can now have power less than -1
-
poixen authored
Added () for || && logic handling
-
ctrlaltca authored
Fetch updated translations from transifex
-
Fabio Bas authored
-
Matt Lowe authored
-
ctrlaltca authored
extract new strings
-
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.
-
Matt Lowe authored
Addresses issue from #934
-
poixen authored
Reworked replay buttons
-
poixen authored
Fixed double click sys icon
-
poixen authored
Fixed issue with clicking on PM/mention bubbles
-
poixen authored
oracle icon updates
-
poixen authored
Added shortcut to reveal top card or lib
-
poixen authored
Fixed deck tokens showing in token dlg
-