Fabio Bas
6c7ba0950a
Fix warning for DeskList copy constructors
...
Using pointers for classes derived from QObject would be the best idea.
2014-07-24 18:00:20 +02:00
Fabio Bas
036980eb44
ISO C++ forbids variable length array
2014-07-24 17:37:54 +02:00
Fabio Bas
f32a999b4e
Remove unused variable
2014-07-24 15:38:36 +02:00
Gavin Bisesi
abdaa610ee
Merge pull request #152 from ctrlaltca/master_feature_prices
...
Add pricing from deckbrew.com (refs #147 )
2014-07-24 07:45:37 -04:00
Fabio Bas
49b3568b53
small fix: moving the url length check in the inner loop
2014-07-23 23:10:48 +02:00
Fabio Bas
b40abfa1ad
Split price retrieval on multiple request
2014-07-23 23:00:58 +02:00
Fabio Bas
bf92e67002
Ensure the whole table gets refreshed when updating prices
2014-07-23 22:11:26 +02:00
Gavin Bisesi
a8031321c6
Merge pull request #226 from arxanas/deckstats-multiple-cards
...
Fix #225 : Multiples of cards are now sent to deckstats.
2014-07-23 15:38:09 -04:00
Fabio Bas
b0ee2e6d4b
Merge branch 'master' into master_feature_prices
2014-07-23 21:37:37 +02:00
Waleed Khan
68ac8d1a33
Fix #225 : Multiples of cards are now sent to deckstats.
2014-07-23 15:21:46 -04:00
Gavin Bisesi
395658988a
Merge pull request #220 from arxanas/deck-parser-ampersand
...
Fix #183 : Deck parser doesn't too eagerly replace ampersands.
2014-07-23 08:53:04 -04:00
Gavin Bisesi
a50e7ba936
Merge pull request #156 from arxanas/master
...
Fix #45 : don't send tokens to deckstats.
2014-07-23 08:41:15 -04:00
Gavin Bisesi
0f627958c7
Merge pull request #224 from arxanas/case-insensitive-card-tag
...
Æ now actually works with the case-insensitive tags.
2014-07-23 08:12:54 -04:00
Waleed Khan
feaa3f5052
Merge remote-tracking branch 'origin/master'
...
Conflicts:
cockatrice/src/carddatabase.cpp
2014-07-23 00:50:16 -04:00
Waleed Khan
40e97140d6
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
cockatrice/src/carddatabase.cpp
2014-07-23 00:49:13 -04:00
Waleed Khan
d663c12689
Merge remote-tracking branch 'upstream/master'
...
Conflicts:
cockatrice/src/carddatabase.cpp
2014-07-23 00:21:16 -04:00
Waleed Khan
2a5aa06881
Æ now actually works with the case-insensitive tags.
2014-07-22 20:58:38 -04:00
Gavin Bisesi
27eca25057
Merge pull request #197 from arxanas/case-insensitive-card-tag
...
Fix #117 : Card tags now match disregarding case and punctuation.
2014-07-21 13:02:09 -04:00
Waleed Khan
aff32e0f56
Ignore diacritics as well.
...
So [card]jotun grunt[/card] works as well as [card]Jötun Grunt[/card].
Also I removed some debugging information I accidentally left in.
2014-07-20 21:20:50 -04:00
Waleed Khan
4729171ef7
Merge remote-tracking branch 'upstream/master' into deck-parser-ampersand
2014-07-20 15:08:22 -04:00
Waleed Khan
e5be082714
Merge remote-tracking branch 'upstream/master' into case-insensitive-card-tag
2014-07-20 15:06:51 -04:00
Waleed Khan
359882917a
Merge remote-tracking branch 'upstream/master'
...
Some tabs to spaces, and maybe fixed to work with Qt 5.
Conflicts:
cockatrice/src/deckstats_interface.cpp
common/decklist.cpp
common/decklist.h
oracle/src/oracleimporter.cpp
2014-07-20 14:40:18 -04:00
Gavin Bisesi
1973df10e8
Merge pull request #221 from arxanas/travis-osx-no-cmake
...
Removed cmake from Travis's OS X dependencies.
2014-07-19 22:02:42 -04:00
Waleed Khan
fd5c497e8e
Merge branch 'travis-osx-no-cmake' into deck-parser-ampersand
2014-07-19 18:38:41 -04:00
Waleed Khan
4df46b13e6
Removed cmake from Travis's OS X dependencies.
2014-07-19 18:27:44 -04:00
arxanas
b1bfda9f4e
Merge remote-tracking branch 'upstream/master' into deck-parser-ampersand
...
Conflicts:
common/decklist.cpp
2014-07-19 18:12:49 -04:00
arxanas
0eb97c91b3
Fix #183 : Deck parser doesn't too eagerly replace ampersands.
2014-07-19 14:47:19 -04:00
arxanas
88e6d0d3eb
Tabs to spaces.
2014-07-19 14:28:46 -04:00
Gavin Bisesi
843eba817b
Merge pull request #194 from ctrlaltca/master_regression_180_tab
...
Room and Message tabs: focus input line when convenient; Fix #180
2014-07-13 09:16:06 -04:00
Gavin Bisesi
1137179b88
Add WITH_QT4 note to README
2014-07-13 09:08:32 -04:00
Gavin Bisesi
b15d8e076c
Merge pull request #209 from ctrlaltca/cpack_win_fixes
...
Cpack fixes for windows (fixes #207 )
2014-07-13 08:07:34 -04:00
Fabio Bas
23b0a6c0df
Windows + CPack: fix packaging
...
Package the correct cpack’s temporary directory
2014-07-12 01:38:00 +02:00
Fabio Bas
c07b53999d
Fix: ensure git is always run from the project directory
...
When trying to obtain the version hash
2014-07-12 00:11:48 +02:00
Fabio Bas
534b223545
Merge remote-tracking branch 'upstream/master' into master_regression_180_tab
2014-07-10 19:50:38 +02:00
Fabio Bas
b5d8e7da10
Merge remote-tracking branch 'upstream/master' into master_feature_prices
2014-07-10 19:48:50 +02:00
Gavin Bisesi
f83d58309b
Merge pull request #126 from ctrlaltca/cmake_qt5
...
Qt5 support
2014-07-10 13:13:51 -04:00
Gavin Bisesi
86fa8f304d
Change client send-ping timer back to 1sec
...
9sec was causing too many timeout issues.
Timeout from both client and server perspective needs to be revisited
2014-07-09 19:06:31 -04:00
Gavin Bisesi
52827573b0
Merge pull request #204 from ctrlaltca/master_issue_203
...
Fixes #203
2014-07-09 16:31:48 -04:00
Gavin Bisesi
ca5d719d7d
Merge pull request #200 from arxanas/4x-cardname
...
Fix #184 : Deck loader reads 4x cardname correctly.
2014-07-09 11:50:33 -04:00
Fabio Bas
ea8c55b2c9
Merge remote-tracking branch 'upstream/master' into cmake_qt5
2014-07-09 17:44:21 +02:00
Fabio Bas
a6f299b247
fix #203
2014-07-09 17:42:35 +02:00
Fabio Bas
106e9d1538
Updated for new API
...
* Use the new, shortest API m=
* for a card, grab prices for all sets
* use the lower price for a card from all sets, but avoid prices=0
(e.g.: some M15 cards have no price yet)
2014-07-09 09:43:35 +02:00
arxanas
04e80304ef
Fix #184 : Deck loader reads 4x cardname correctly.
2014-07-08 22:56:18 -04:00
arxanas
4e8ba699d2
Tabs to spaces.
2014-07-08 22:53:02 -04:00
Fabio Bas
d894c53265
Servatrice: fix handling of incoming connections on qt5
2014-07-08 22:05:06 +02:00
Gavin Bisesi
73e5e12c24
Merge pull request #199 from arxanas/remember-game-filter-preferences
...
Fix #137 : Game filter preferences are saved.
2014-07-08 12:49:45 -04:00
arxanas
1217689ed6
Hash the game type.
2014-07-07 19:04:01 -04:00
arxanas
8141901679
Fix #137 : Game filter preferences are saved.
2014-07-07 17:41:16 -04:00
arxanas
810029ce15
Fix #117 : Card tags now match disregarding case and punctuation.
2014-07-06 20:04:09 -04:00
Fabio Bas
04ad73fcdc
Workaround for qt5 version compiled with -reduce-relocations
2014-07-06 23:25:44 +02:00