- 16 Apr, 2015 3 commits
- 15 Apr, 2015 11 commits
-
-
Fabio Bas authored
* card: cache simpleName for each card * deck editor: remove double comparation of searched term with card name when sorting
-
poixen authored
updated second string
-
poixen authored
Game created code improvements
-
poixen authored
Updated grammar based on #932
-
Matt Lowe authored
-
poixen authored
Added menu item to open custom image folder
-
poixen authored
Updated invalid username dlg
-
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
-
poixen authored
Removed check
-
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 4 commits
-
-
poixen authored
Simple name searching on by default
-
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.
-
- 13 Apr, 2015 4 commits
- 12 Apr, 2015 18 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
Needs to be tested on mac
-
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
-
Matt Lowe authored
-
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.
-
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
-
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.
-