- 25 Apr, 2015 1 commit
-
-
Matt Lowe authored
After feedback, and also noticing myself, the blue requires a little more focus than should be nessesarry. I have updated to be orange, which feels more comfortable. I have polled the community and they also agree orange > blue.
-
- 23 Apr, 2015 5 commits
-
-
Zach authored
Updated + / - buttons
-
Matt Lowe authored
-
Matt Lowe authored
-
Matt Lowe authored
+ moved to the left to make it easier to move from buttons to macros + changed buttons to + / - + made buttons a bit bigger
-
woogerboy21 authored
Updated server shutdown timer logic
-
- 22 Apr, 2015 10 commits
-
-
Matt Lowe authored
-
Zach authored
Colored PT
-
Zach authored
Fix for #1007
-
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
-
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.
-
ctrlaltca authored
Added translation fix missing from #1001
-
Fabio Bas authored
-
ctrlaltca authored
Permit translation in "game created" column; Fix #999
-
Fabio Bas authored
Also, extracted the 2 new strings
-
- 21 Apr, 2015 9 commits
-
-
woogerboy21 authored
Remove --debug-ouput on start menu shortcut
-
ctrlaltca authored
Updated translations
-
Fabio Bas authored
-
ctrlaltca authored
Rework the way sets selection/importing works; fix #539 (rebased)
-
ctrlaltca authored
Switch travis builds to debug mode, since they catch more errors
-
Fabio Bas authored
In debug mode, warnings are considered as errors.
-
ctrlaltca authored
Remove warning in server_logger; fix #993
-
Fabio Bas authored
-
woogerboy21 authored
Remove argument that if added by default with out having the proper configuration defined during compiling would cause cockatrice to not open properly.
-
- 20 Apr, 2015 1 commit
-
-
poixen authored
Mentions will now work with all legal chars
-
- 19 Apr, 2015 5 commits
- 18 Apr, 2015 4 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
-
ctrlaltca authored
clearly differentiate user lists
-
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 5 commits
-
-
woogerboy21 authored
Quick compilation fix for debug mode
-
woogerboy21 authored
Updated server to support "."
-
Fabio Bas authored
-
Fabio Bas authored
-
Matt Lowe authored
-