- 05 Apr, 2016 3 commits
- 03 Apr, 2016 2 commits
- 02 Apr, 2016 1 commit
-
-
Fabio Bas authored
-
- 30 Mar, 2016 5 commits
-
-
ctrlaltca authored
Prevent PTColumn from being the last column shown.
-
ctrlaltca authored
Rework some parts of the card database
-
ctrlaltca authored
Updated ClientID Functionality
-
woogerboy21 authored
Yay! Figured out how to do this in VS2015!
-
woogerboy21 authored
Moved the updated hashing function out of the settingscache and into the remoteclient and privatized the function for proper use.
-
- 29 Mar, 2016 1 commit
-
-
woogerboy21 authored
ClientID is now generated on startup and stored in settings cache. Then upon connect there is a new SrvClientID generated from the ClientID + servername being connected to
-
- 22 Mar, 2016 3 commits
-
-
Fabio Bas authored
-
Gavin Bisesi authored
Remove "Ghost" Toolbar
-
Lee Matos authored
I'm working on a theme and realized we have a toolbar that used to be used for price, which we no longer display. I removed the code (and the unused price code action) as we weren't using either.
-
- 21 Mar, 2016 3 commits
- 19 Mar, 2016 1 commit
-
-
Psithief authored
P/T column is really narrow. It should go before Card Type, so Card Type can expand into the remaining space. Improves #1671, assuming I got this correct. Untested!
-
- 18 Mar, 2016 4 commits
- 17 Mar, 2016 1 commit
-
-
Fabio Bas authored
-
- 15 Mar, 2016 1 commit
-
-
Fabio Bas authored
* main.cpp: removed path checking and db loading * card database: merge card loading methods into a single one * settings cache: take care of returning safe paths for decks, replays, etc.. * main window: if db loading fails (eg. first run), propose to run oracle NSIS: propose to run cockatrice instead of oracle Rework card database loading * Move carddatabase-related method out of deckeditor tab * Load cards in another thread and render them progressively * Optimize database reload after enabled sets change Fix deck editor column width * removed the noCard hack. * getCard() no more creates cards instead of just returning existing ones * Fix the “edit tokens” dialog. * PictureLoader: avoid trying to download twice the same card * PictureLoader: correct return of card background * AbstractCardItem: avoid recalculating card color at every paint Use a different file to save custom tokens Misc required improvements * Use nullptr; * Refactor CardInfoWidget to use CardInfoPicture and CardInfoText instead of duplicating code; * Added CardInfo::getColorChar() * Fixed some potential crashes * removed dead code related to CardInfoWidget * Don't require a restart after adding a new custom sets file * Bump CMake requirements to 3.1
-
- 08 Mar, 2016 2 commits
- 28 Feb, 2016 1 commit
-
-
woogerboy21 authored
Added MySQL 5.7 lib path to servatrice CMAKE
-
- 27 Feb, 2016 1 commit
-
-
woogerboy21 authored
Added default search path for most recent version of MySQL
-
- 24 Feb, 2016 6 commits
-
-
ctrlaltca authored
Warning/ban notifications: null check userInfo pointer before dereferencing it
-
Fabio Bas authored
-
ctrlaltca authored
Fix libmysqlclient detection on 64-bit linux
-
ctrlaltca authored
move sounds+themes folder inside cockatrice
-
tooomm authored
- `sounds` and `themes` moved into `cockatrice/` moved subdirectory reference `/cmakelists` to `/cockatrice/cmakelists`
-
Gavin Bisesi authored
Add "Import custom set" function
-
- 23 Feb, 2016 1 commit
-
-
Fabio Bas authored
-
- 22 Feb, 2016 2 commits
-
-
ctrlaltca authored
Move schema to Innodb and add FKs
-
woogerboy21 authored
Re-Implemented the moderator notification upon user warning/ban
-
- 21 Feb, 2016 1 commit
-
-
woogerboy21 authored
-
- 20 Feb, 2016 1 commit
-
-
Gavin Bisesi authored
add template for issues
-