- 07 Apr, 2015 3 commits
- 05 Apr, 2015 2 commits
- 04 Apr, 2015 5 commits
- 03 Apr, 2015 1 commit
-
-
Matt Lowe authored
if you have the setting to NOT play cards to the stack enabled, it meant that any spells (like Lightning Bolt) would be cast to the stack but no arrow would show. This was an edge case I missed.
-
- 02 Apr, 2015 8 commits
-
-
Matt Lowe authored
-
poixen authored
Reopen connection if socket failure
-
Matt Lowe authored
Missed from #879
-
poixen authored
Rounder logo corner
-
poixen authored
Default to one player
-
Matt Lowe authored
Before: After:
-
Matt Lowe authored
I think the majority of players use this feature for goldfishing/practicing. Defaulting to one player for convenience.
-
Matt Lowe authored
Set to false by default, let me know if you think it should be true. As all cards are played to the left of the screen this feels more comfortable to use as you dont need to keep looking at different areas of the screen. Will auto rearrange when changed during game-play.
-
- 01 Apr, 2015 11 commits
-
-
Zach authored
Added Mull to the server whitelist
-
Zach authored
Reinstates hidden cards being hidden; fix #884
-
Fabio Bas authored
-
Matt Lowe authored
Mullling through 2 hands will give a flood warning, a user thought this should not happen. It is very similar to drawing cards, which is in the white list.
-
Zach authored
Fixed accidental +/- of counters when using middle click menu
-
Zach authored
Refactored code and made lines cleaner
-
Matt Lowe authored
-
Matt Lowe authored
Before: After:
-
Zach authored
Reworked a bit mentions/tags support in chat view; fix #791
-
Gavin Bisesi authored
tray icon is now hidden and then removed
-
Zach authored
Fixed order of the counters
-
- 31 Mar, 2015 3 commits
-
-
Matt Lowe authored
Previously if you middle click on a counter (life/mana) and then click away, depending on the button clicked, the counter would +/-. I have added a fix to make sure the mouse is over the counter to change it.
-
Matt Lowe authored
Previously had - numbers at the top and + at the bottom. This feels like it makes more sense.
-
Matt Lowe authored
I noticed that sometimes I would have lots of icons in the sys tray. I would have to mouse over them to make then be removed. This also happens with some other programs too. I have added some code to hide() the sys icon when the client is close, it seems to be helping with the issue. Hard to reproduce, might also only be a windows issue.
-
- 30 Mar, 2015 7 commits
-
-
Zach authored
Fix double popup on delete pics
-
Zach authored
Set cmc to 0 if not set; fix #669
-
Zach H authored
-
ctrlaltca authored
Misc Startup fixes
-
Fabio Bas authored
Avoid error “QIODevice::read: device not open”
-
Fabio Bas authored
-
Fabio Bas authored
The check was inverted. LoadStatus::Ok = 0, so only when db->loadCardDatabase() returns 0 we know the card database path is correct
-