ctrlaltca
e223f07462
fix #3235 ( #3302 )
2018-06-21 18:56:53 -04:00
Zach H
c7072cd543
translations push ( #3291 )
2018-06-17 18:23:05 -04:00
Zach H
5e0bfc3193
translations ( #3290 )
2018-06-17 18:13:02 -04:00
ctrlaltca
f97959febc
fix #3257 ( #3258 )
2018-05-24 15:46:02 +02:00
tooomm
ec4a99e47b
remove empty languages ( #3253 )
...
## What will change with this Pull Request?
- cleanup of empty and unused languages files (catalan, lithuanian, hebrew, ukrainian)
- reflect language removing on transifex
2018-05-23 10:32:41 +02:00
ctrlaltca
c06fc562a1
Cmake scripts refactoring; fix #3225 ( #3230 )
...
* fix #3225
* Servatrice: use websockets as an optional component (for qt < 5.3)
* Attempt++
2018-05-12 23:28:22 +02:00
ctrlaltca
a7f4aace9c
Extract the xml parser from carddatabase ( #3223 )
2018-05-04 03:46:08 -04:00
David Szabo
9727699e26
braces are only left for split cards ( #3217 )
...
* braces are only left for split cards
* condition for braces modified
2018-05-02 21:20:58 -04:00
ctrlaltca
2780270911
macOS: fix qt plugin installation ( #3216 )
...
* Osx: fix qt plugin installation
* Add make install step to travis debug build
* only install under osx
* Add "styles" plugins (for native look'n'feel)
* Osx: upgrade qt from 5.5 to current (5.10.1)
* Fix osx on travis
The qt homebrew formula now installs three qt* symlinks (qt, qt5, qt5@5.x) so we can't use/don't need bash globbing anymore
2018-05-02 15:57:35 -04:00
Zach H
1fbdea0f35
translation updates ( #3200 )
2018-04-16 02:42:58 -04:00
David Szabo
2a9d76f090
Colors on split cards sorted in WUBRG order ( #3128 )
2018-03-07 20:26:47 -05:00
Zach H
5859fa2f20
translation updates ( #3124 )
2018-03-02 16:50:10 -05:00
Vafthrudnir
65ef66cfa7
Braces left in for split mana costs in xml ( #3108 )
2018-02-13 22:37:24 -05:00
Vafthrudnir
c8a10a9997
Mnemonic created
2018-02-14 02:40:46 +01:00
Vafthrudnir
4e8a09517c
Button text changed to "Save" from "Next"
2018-02-14 02:36:54 +01:00
Vafthrudnir
8084ab605f
Tablerow fixed for non-mana generating artifacts ( #3104 )
2018-02-12 18:04:11 -05:00
Vafthrudnir
3426a6b201
'Rarity' property added to split cards in xml ( #3102 )
2018-02-09 23:45:59 +01:00
Vafthrudnir
a0d6a342d3
Loyalty filter added ( #3087 )
2018-02-07 11:33:01 -05:00
Zach H
8a8b580501
translations ( #3078 )
2018-02-05 12:22:49 -05:00
ctrlaltca
517420cccb
Replace CardInfo* and Carset* with smart pointers ( #3053 )
...
* Replace CardInfo* and Carset* with smart pointers
* fixes to help memory & c++11 stuff
2018-02-02 12:52:47 -05:00
ctrlaltca
b29bd9e070
Clang-format ( #3028 )
...
* 1/3 Add .clang-format file and travis compilation check
* 2/3 Run clang-format
* 3/3 Fix compilation problems due to include reordering
* 3bis/3 AfterControlStatement: false
2018-01-27 10:41:32 +01:00
Zach H
d19744236e
Automatic Spoiler Season ( #2991 )
...
* oracle now can be run in spoiler or normal mode
* tests for travis
* only run on relaunch
* spoilers in client (not oracle now) and tray icon shows when done
* spoiler status will be checked before downloading spoiler file
* only download if they care about spoilers
* reload db on spoiler download
* manual update button, code cleanup, and fix enabling sets when new
* cleanup, nullchecks, and fixes to spoiler
* reload DB even if not in spoiler season; necessary as we have a check elsewhere to prevent the reload if spoiler check happens
* Implement changes from 2991#issuecomment-356169374
* Change implicit nullptrs, alert on file deletion, minor changes
* make reload thread safe and minor changes from 2991#issuecomment-356450302
* Fix locking
* Disable update now button while process running
2018-01-10 13:27:43 -05:00
tooomm
7e80f4b4ae
oracle: fix wording for token download ( #2946 )
2017-12-15 15:42:30 -05:00
Kyle Grammer
6e24f59826
Fixing split card from UNH with wrong name in database ( fix #2947 ) ( #2949 )
2017-12-15 15:37:32 -05:00
tooomm
b615b5b33e
Translation Updates ( #2918 )
2017-11-19 15:11:37 -05:00
ctrlaltca
6b6ba9a8f1
Update translations ( #2890 )
...
* Translations
* update and test codacy change
2017-10-09 19:16:23 +02:00
ctrlaltca
ccee0aa3fd
Cmake: remove old unneeded POLICIES (fix Appveyor) ( #2859 )
2017-09-22 17:47:05 +02:00
tooomm
af3423e67d
split up string and argument ( #2822 )
2017-08-06 20:51:54 -04:00
John Hill
7c8daf68ea
Add version label to Oracle Importer ( #2818 )
2017-08-06 14:03:19 -04:00
ctrlaltca
1366e5970e
Portable mode for windows ( #2794 )
...
* Portable mode for windows
* fix start menu in portable mode
* Make gcc an happy puppy
* Clean old installation if we are installing over an old portable mode installation
* Default to Desktop\CockatricePortable
* Settings dialog fixes
* wording
2017-07-08 11:22:29 +02:00
Psithief
ae15f5df06
Handling of tokens/related cards improved. ( #2773 )
2017-06-20 18:35:06 -04:00
tritoch
23d27cff77
Handle 'aftermath' cards like 'split' cards ( #2626 )
2017-04-22 14:36:22 -04:00
Zach H
657e1ac9e6
fix c style casting ( #2561 )
2017-04-05 15:45:58 -04:00
Zach H
ef7670a1e6
translation file updates ( #2559 )
...
* translation file updates
* translation updates
2017-03-31 15:29:43 -04:00
ctrlaltca
6e723b2a99
translations ( #2469 )
2017-03-14 00:04:26 +01:00
ctrlaltca
160c4cea6b
Translations ( #2430 )
2017-03-01 10:18:56 +01:00
ctrlaltca
7373819c32
Add release channels for autoupdater ( #2362 )
...
Fetch releases from github and find corresponding installers on bintray
2017-03-01 09:43:09 +01:00
Zach H
47cafde521
fix lowercase ( #2419 )
...
* fix lowercase
* fix changes
* fix .desktop
* servatrice .desktop
2017-02-23 08:53:18 +01:00
ctrlaltca
a1840ea9d3
translations galore ( #2245 )
2016-10-29 11:31:35 +02:00
Fabio Bas
0e8206a36f
Updates translations
2016-09-20 22:23:36 +02:00
Fabio Bas
670f55bc28
Translations update
2016-06-30 15:26:52 +02:00
Fabio Bas
1bc56e1c86
Fix some translation issues
...
Fix #2010
2016-06-15 22:17:31 +02:00
Zach H
829c96673b
Add rarity filter to deck editor
2016-05-31 03:33:56 -04:00
Fabio Bas
bb5292aa8d
Drop Qt4, libgcrypt, qtmobility dependencies
2016-05-11 12:45:58 +02:00
Fabio Bas
af3b4ded22
Update translations
2016-04-25 18:45:24 +02:00
ctrlaltca
4f30b5cd31
Merge pull request #1921 from ctrlaltca/number
...
Implemented !setnumber!
2016-04-11 15:16:25 +02:00
Fabio Bas
8c17e2d12a
Implemented !setnumber!
...
fix #1741
2016-04-08 22:22:22 +02:00
Fabio Bas
2e7298d064
Fix english language in options
2016-04-08 19:34:28 +02:00
Fabio Bas
e9736d298e
Translations update
2016-04-05 19:35:24 +02:00
Fabio Bas
a55b3784eb
cmake: Enable c++11 for all targets
2016-03-21 11:42:38 +01:00