- 03 May, 2015 1 commit
-
-
Zach authored
Append last commit date to version string; fix #1036
-
- 02 May, 2015 3 commits
- 01 May, 2015 3 commits
-
-
Zach authored
Reverted back to full punctuation
-
Matt Lowe authored
Will need @ctrlaltca to confirm this wont mess anything up. I have removed a option to se set from the cmake file. This option is not needed. Windows users, you will need to run cmake to create the sln again.
-
Matt Lowe authored
Reverted back. Right now it feels strange to only have simple search. Really you would want both simple search AND accurate search on, though this requires twice the checks for each result.
-
- 29 Apr, 2015 2 commits
- 28 Apr, 2015 2 commits
-
-
Zach authored
Add "play top card face down" menu entry to library; fix #762
-
tooomm authored
-updated and cleaned up cockatrice+servatrice svg's -added old original svg's for future adjustments -updated cockatrice+servatrice png's ico+icns updates -see #925 for more details -updated svg's as source for new icon files bmp updates -updated svg's as source for new installer logos cleaned up oracle.svg cleaned up oracle.svg /2 svg updates /2 removed sensible data `inkscape:export-filename` removed removed sensible data inkscape:export-filename removed sensible data inkscape:export-filename removed sensible data inkscape:export-filename fix fix2
-
- 27 Apr, 2015 8 commits
-
-
Fabio Bas authored
-
Zach authored
Fixed incorrect zone positioning
-
Zach H authored
-
Zach authored
Only use local db if no pt is provided
-
Zach authored
-
Zach H authored
Add dev section add report section
-
Matt Lowe authored
Addresses issue #1032 If a token is created with no p/t then the local db value will be passed instead. If a value is provided then that will be used instead.
-
ctrlaltca authored
removed tr() tag from hidden strings
-
- 26 Apr, 2015 7 commits
-
-
tooomm authored
removed tr() tag from hidden strings
-
Zach authored
Enable hidpi (retina) support under osx
-
poixen authored
Fixed server shutdown crash
-
Matt Lowe authored
`serverShutdownMessageBox` was not assigned to 0 in the ctor.
-
Zach authored
Fixed issue with non creature perms set to 0/0
-
Zach authored
Changed pt to orange
-
Fabio Bas authored
* add to the application bundle a custom info.plist * fix a graphic glitch on the life counter
-
- 25 Apr, 2015 2 commits
-
-
Matt Lowe authored
The issue was that I had set the ctor to set the p/t to 0/0 rather than -1/-1. This meant that when you join a game in progress (spec or reconnect) the server would send the card value to the client as 0/0, instead of -1/-1. The client has been coded so that if the toughness is <0 then dont show it. 0/0 is instead shown. We still need to look into cards with no p/t being set to a 0/1 as @tooomm mentioned in anther issue. As it stands, this is more important than that.
-
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.
-
- 24 Apr, 2015 2 commits
- 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 5 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
-