- 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
-
- 29 Dec, 2015 1 commit
-
-
Lee Matos authored
-
- 28 Dec, 2015 1 commit
-
-
Fabio Bas authored
-
- 26 Dec, 2015 1 commit
-
-
Fabio Bas authored
-
- 19 Dec, 2015 1 commit
-
-
Fabio Bas authored
-
- 13 Oct, 2015 1 commit
-
-
Fabio Bas authored
-
- 22 Sep, 2015 1 commit
-
-
Fabio Bas authored
Additionally, move the custom database load after the LoadStatus check, so that they don't bring up the “fix your card database path” settings dialog
-
- 13 Sep, 2015 1 commit
-
-
Fabio Bas authored
-
- 12 Sep, 2015 1 commit
-
-
Fabio Bas authored
-
- 10 Sep, 2015 1 commit
-
-
woogerboy21 authored
-
- 05 Sep, 2015 1 commit
-
-
woogerboy21 authored
-
- 02 Sep, 2015 1 commit
-
-
woogerboy21 authored
-
- 23 Aug, 2015 1 commit
-
-
marco authored
-
- 21 Aug, 2015 1 commit
-
-
marco authored
-
- 11 Aug, 2015 1 commit
-
-
Zach H authored
-
- 08 Aug, 2015 1 commit
-
-
woogerboy21 authored
See https://github.com/Cockatrice/Cockatrice/pull/1340 for details.
-
- 07 Aug, 2015 2 commits
-
-
marco authored
Moved setting files & Added code for a future portable build
-
woogerboy21 authored
See https://github.com/Cockatrice/Cockatrice/pull/1340 for details.
-
- 05 Aug, 2015 1 commit
-
-
woogerboy21 authored
-
- 15 Jun, 2015 2 commits
-
-
Fabio Bas authored
As per @daenyth’s comment: https://github.com/Cockatrice/Cockatrice/pull/792#issuecomment-76593730
-
Fabio Bas authored
This is the first implementation of a theme manager. It’s a rebased and revisited version of #792.
-
- 20 May, 2015 2 commits
-
-
Fabio Bas authored
As per @daenyth’s comment: https://github.com/Cockatrice/Cockatrice/pull/792#issuecomment-76593730
-
Fabio Bas authored
-
- 17 May, 2015 1 commit
-
-
Fabio Bas authored
This is the first implementation of a theme manager. It’s a rebased and revisited version of #792.
-
- 14 May, 2015 2 commits
- 30 Mar, 2015 1 commit
-
-
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
-
- 26 Mar, 2015 1 commit
-
-
Matt Lowe authored
+ Can be used for setting client size and closing the client. Will expand on by sending client alerts to the tray. Updated to push message notifactions to the toolbar Preview image: Added setting to enable/disable message popups Added functionality + updated popup message and translation + Double clicking tray icon will now bring up the app/minimize it + can now be alerted of mentions + added setting to set if you want mentions on desktop + clicking mention message will take you to the main chat + added translations for icon menu + removed maximize/minimize/restore from menu, not needed. Added disconnect + Disconnects any previous message slots/signals from the system icon message bubble
-
- 04 Aug, 2014 1 commit
-
-
Fabio Bas authored
/cockatrice/src/main.cpp:162:16: warning: format string is not a string literal (potentially insecure) [-Wformat-security] qDebug("Could not create " + settingsCache->getPicsPath().toUtf8() + "/CUSTOM. Will fall back on default card images.");
-
- 03 Aug, 2014 1 commit
-
-
Peng Liu authored
-
- 01 Aug, 2014 2 commits
- 24 Jul, 2014 1 commit
-
-
Fabio Bas authored
-
- 28 Jun, 2014 1 commit
-
-
Daenyth authored
Ref #127
-
- 25 Jun, 2014 1 commit
-
-
Gavin Bisesi authored
It's always windows.
-
- 24 Jun, 2014 1 commit
-
-
Fabio Bas authored
-
- 22 Jun, 2014 4 commits
-
-
Fabio Bas authored
If the sounds path is unset in the settings and a “sounds” directory doesn’t exists in the user’s data directory, install the sounds files and set the settings value accordingly
-
Fabio Bas authored
If none of the gameboard images is set and and the user’s data directory doesn’t contain a “zonebg” directory, create the directory, copy contents from cockatrice’s app bundle and sets the config accordingly.
-
Fabio Bas authored
-
Fabio Bas authored
-