Zach H
3498b16e01
update wordings ( #2246 )
2016-10-30 03:54:43 -04:00
woogerboy21
63a4f147f4
Add client UI setting for idleclientdisconnect ( #2244 )
...
* Add client UI setting for idleclientdisconnect
Added disabled option in client UI for client disconnect.
* Updated settings text
Updated settings text for clarity.
* Updated descripton text (again)
Per request for clarity
2016-10-29 04:24:18 -04:00
ctrlaltca
b808d3824b
don't use corrected name when downloading card ( #2164 )
2016-10-22 19:07:58 -04:00
ctrlaltca
c3ef53d6fd
Removed unused class ( #2222 )
2016-10-18 14:34:11 +02:00
ctrlaltca
40468a79ea
Merge branch 'master' into CleanupMaxUserCheck
2016-10-17 12:27:20 +02:00
Kevin Boxhoorn
0b7f4c134c
Disallow usernames that contain certain words and RegExp ( #2200 )
...
* Add `disallowedwords` setting and perform check
Check if any of the words in `disallowedwords` are contained in the username. If
so, return false like other checks.
NOTE: Needs testing for advanced bugs.
* Remove "administrator" from `disallowedwords`
"administrator" contains "admin" anyway, so it is not needed.
* Add error message if username contains a disallowed word
* Add `disallowedregexp` setting and perform check
Check if each expression in `disallowedregexp` exactly matches the username. If
so, return false.
TODO: Add specific error to dialog in `window_main.cpp`.
* Add error message for username matching RegExp
* Fix indentation
* Compile `disallowedregexp` into a QList upon initialization
Reduces system load with each registration request.
* Clean up `isUsernameValid` function
* Fix indentation
* Add backwards compatibility to client
Client can accept either 7 or 9 rules to maintain compatibility with older
versions of server.
* Add examples and warnings to `servatrice.ini`
2016-10-17 12:24:42 +02:00
woogerboy21
10b677acdf
Cleanup max user check at login
...
This change accomplishes two goals. The first is it moves the checking
for if the servers set user limit is reached out of the socket interface
and into the protocol handler portion of the code (were it should live).
It also eleminates the need for a DB query at login to check the user
count. The user account is actually already maintained by the server
and a function already existed to get the user count total.
2016-10-16 12:48:39 -04:00
Kevin Boxhoorn
1cbf67ab57
Merge branch 'master' of https://github.com/Cockatrice/Cockatrice into login-error-fix
2016-10-10 20:52:58 +11:00
woogerboy21
7af2f3f057
Idle Client Timeout Functionality
...
Added the functionality client side to log users out of servers if they
are idle for more than 1 hour without joining either a game or room.
Sending a message (room/game/private) or performing a game action.
2016-10-09 13:55:07 -04:00
Kevin Boxhoorn
000f6ea2c0
Merge branch 'master' into login-error-fix
2016-10-06 20:39:46 +11:00
Kevin Boxhoorn
2376a7dbc0
Make isLocalGame
const
2016-10-05 09:43:22 +11:00
Kevin Boxhoorn
c1aebc1af5
Fix member variable initialization order
2016-10-03 13:16:16 +11:00
Kevin Boxhoorn
3680f40981
Disable "Load remote deck..." button in local game
2016-10-03 12:36:18 +11:00
Kevin Boxhoorn
2a7fc827f4
Add getIsLocalGame
to TabGame
2016-10-03 12:33:40 +11:00
Kevin Boxhoorn
6825486776
Prevent login error handler being incorrectly called ( #2176 )
...
In some situations, when the server disconnects the client during a login,
multiple dialogs will be shown. This is undesirable behavior, and hence
`loginError` should only be called when the client is actually connected
(`response.response_code() != Response::RespNotConnected`).
2016-09-29 12:21:06 +10:00
tooomm
a7a0ea23ca
removed tr() for URLs ( #2190 )
2016-09-25 19:28:34 -04:00
Zach H
6c7ba06930
add pow/toughness filters ( #2169 )
2016-09-20 18:17:53 -04:00
tooomm
8b1aaea79d
add mtg.tetrarch.co server
...
added `mtg.tetrarch.co` server hosted by @skwerlman to the in-client default list
2016-09-20 21:18:58 +02:00
ctrlaltca
7f28a7e844
Fix #601 ; Fix #725 ( #2126 )
...
Analyze deck on tappedout
Fix small bug in deckstats interface
2016-09-02 01:34:56 -04:00
ctrlaltca
680277ad6a
fix #2129 ( #2132 )
...
Remove selection move at all
2016-08-31 14:13:30 -04:00
Fabio Bas
ae456a5bc3
Renamed !setnumber! to !collectornumber!
2016-08-20 10:27:23 +02:00
Fabio Bas
c321227fa7
Fix clipboard behavior in deck editor and game
2016-08-09 11:13:36 +02:00
poixen
0df4b34fe4
radio buttons for game types
2016-07-27 21:21:28 +02:00
ctrlaltca
2cbfc5a8e6
Merge pull request #2096 from ctrlaltca/fix_2091
...
Fix infinite loop on local game close
2016-07-24 12:29:03 +02:00
poixen
f2cd276e5f
more screen space
2016-07-21 20:06:45 +02:00
woogerboy21
c04298fb43
Merge pull request #2087 from woogerboy21/client_id_nametoip_fix
...
Client id nametoip fix
2016-07-21 10:20:16 -04:00
woogerboy21
63bf0029aa
Updated client id generation to use host ip rather than name
2016-07-21 09:20:28 -04:00
poixen
8d989ca7fb
updated connect dlg
2016-07-21 11:45:11 +02:00
Fabio Bas
d61d9c98a0
Avoid locking on local server shutdown
2016-07-20 16:53:57 +02:00
poixen
69e8db441c
updated login
2016-07-15 15:41:51 +02:00
ctrlaltca
0939cd8b21
Merge pull request #2082 from ctrlaltca/fix_2081
...
Remove newlines from Deck name in TabDeckEditor
2016-07-15 11:14:13 +02:00
Fabio Bas
b0efcf9f89
Remove newlines from Deck name in TabDeckEditor
2016-07-15 10:57:42 +02:00
Zach H
edd50a7571
show buddyOnly on filter clear
2016-07-14 16:56:17 -04:00
poixen
a729b1c966
updated game created coloumn text
2016-07-12 09:31:27 +02:00
ctrlaltca
6a152ffbac
Merge pull request #1991 from ctrlaltca/websockets
...
Implementation of websockets in servatrice and test js client
2016-07-05 14:45:31 +02:00
ctrlaltca
07bc215b3e
Merge pull request #2021 from ZeldaZach/color_list
...
Colors to deck editor
2016-07-05 14:45:09 +02:00
poixen
3717c7440a
Fixed mention bug
2016-07-04 20:23:32 +02:00
poixen
089edc53d0
filter buddies only
2016-07-03 21:48:21 +02:00
Gavin Bisesi
e038534a51
Merge pull request #2045 from Cockatrice/timestamps
...
added additional timestamps in game
2016-07-02 19:49:34 -04:00
poixen
2a11466779
auto admin
2016-07-02 22:34:45 +02:00
poixen
60f457827f
added more in game timestamps
2016-07-02 21:45:38 +02:00
tooomm
c095daa282
log ui window title change
...
While translating I realized that `View Debug Log` for the menu is perfectly fine, the dialog window should just say `Debug Log` though...
2016-06-30 17:15:37 +02:00
ctrlaltca
9807bcb48f
Merge pull request #2025 from ctrlaltca/logui
...
Log UI
2016-06-29 13:56:46 +02:00
Fabio Bas
8db10be892
Log UI
2016-06-27 22:18:39 +02:00
Fabio Bas
5b21dc8cde
Implementation of websockets in servatrice and test js client
2016-06-26 19:38:53 +02:00
ctrlaltca
c19f225806
Merge pull request #2015 from Cockatrice/tooomm-tr_tags
...
fix hardcoded strings
2016-06-26 18:52:37 +02:00
ctrlaltca
7282aa7eea
Merge pull request #2014 from Cockatrice/tooomm-patch-1
...
properly differentiate between singular and plural
2016-06-26 18:52:17 +02:00
Zach H
79fc24769a
Colors to list
2016-06-21 00:48:03 -04:00
tooomm
85c6bcdfa7
fix travis debug error
...
introduced in https://github.com/Cockatrice/Cockatrice/pull/2011
2016-06-17 17:34:07 +02:00
tooomm
57f9b2c200
add tr() tags
2016-06-17 17:03:42 +02:00
tooomm
1782096805
add tr() tags
2016-06-17 16:56:08 +02:00
tooomm
bfbbedd604
pluralisation
2016-06-17 16:12:41 +02:00
Fabio Bas
1bc56e1c86
Fix some translation issues
...
Fix #2010
2016-06-15 22:17:31 +02:00
Gavin Bisesi
f7d1802390
Check for x86/x86_64 update version on windows.
...
Fix #1977
2016-06-08 18:13:01 -04:00
Gavin Bisesi
0baccd3c00
Merge pull request #2000 from ZeldaZach/fix_1946
...
Add set names to dialog
2016-06-04 16:36:10 -04:00
tooomm
4e198bdf70
Merge pull request #2001 from tooomm/tooomm-patch-1
...
typo fix
2016-06-03 21:25:29 +02:00
tooomm
32f8eb308a
typo fix
...
`Toogle untap` --> `Toggle untap`
2016-06-03 20:22:03 +02:00
Zach
47de7beac1
Merge pull request #1999 from ZeldaZach/fix_1476
...
Prevent no games from showing
2016-06-01 02:25:41 -04:00
Zach H
1ff98cfcb4
Add set names to dialog
2016-05-31 20:29:00 -04:00
Zach H
c25eae9d23
Prevent no games from showing
2016-05-31 19:16:05 -04:00
Zach H
829c96673b
Add rarity filter to deck editor
2016-05-31 03:33:56 -04:00
ctrlaltca
cf3e172d25
Merge pull request #1981 from MarkyMarkMcDonald/feature/create-token-dialog-uses-name-as-search
...
Create token dialog uses name as search
2016-05-17 21:49:49 +02:00
Mark McDonald
8dd8b434b2
Make "create token" dialog's card name a filter
...
* There is a circular update loop I had to cut off where the name field
updates the filter and then the currentRowChanged signal is firing without a row.
* I chose to make a private method to show intent instead of relying on
other QLineEdit methods (textEdited) that don't fire signals.
* Some other shenanigans may be at hand that are causing this
workaround, but my familiarity with Qt is pretty low.
2016-05-11 21:42:52 -04:00
Mark McDonald
7bc14b594d
Include card name criteria when filtering token database model.
2016-05-11 21:42:52 -04:00
Mark McDonald
d12c86d89c
Separate search's card name matching out from token filter check
...
* Trying to eventually reuse card name filtering in "create token"
dialog
2016-05-11 21:42:52 -04:00
Fabio Bas
bb5292aa8d
Drop Qt4, libgcrypt, qtmobility dependencies
2016-05-11 12:45:58 +02:00
Zach
e3fb308ea1
Merge pull request #1974 from ZeldaZach/fix_updater
...
fix updater from bintray api issue
2016-05-08 15:08:50 -04:00
Zach H
0163d7af99
fix if/else
2016-05-08 03:35:18 -04:00
Zach H
449982553a
remove qt4 check, not needed
2016-05-07 21:51:37 -04:00
Zach H
d46cdd8044
fix updater from bintray api issue
2016-05-07 21:28:45 -04:00
tooomm
a42ef63ec4
removed bracket leftovers
2016-05-04 23:41:09 +02:00
tooomm
a93bef1de5
fix #1833
...
remove numbers from the dice roll translatable strings
2016-05-04 23:21:52 +02:00
Fabio Bas
af3b4ded22
Update translations
2016-04-25 18:45:24 +02:00
Lee Matos
c01d526161
make client gender neutral
2016-04-21 03:44:39 -04:00
Fabio Bas
a340d25077
Fix #1942
2016-04-14 14:36:46 +02:00
Fabio Bas
14d731da98
fix calculation of card info popup size
2016-04-11 17:07:07 +02:00
ctrlaltca
4f30b5cd31
Merge pull request #1921 from ctrlaltca/number
...
Implemented !setnumber!
2016-04-11 15:16:25 +02:00
ctrlaltca
73da10e485
Merge pull request #1919 from ctrlaltca/fix_1918
...
Fix english language in options
2016-04-11 15:16:02 +02:00
Fabio Bas
8c17e2d12a
Implemented !setnumber!
...
fix #1741
2016-04-08 22:22:22 +02:00
Fabio Bas
c7061523e6
fix #1915
2016-04-08 19:48:29 +02:00
Fabio Bas
2e7298d064
Fix english language in options
2016-04-08 19:34:28 +02:00
ctrlaltca
4691f3e2c5
Merge pull request #1906 from ctrlaltca/fix_1903
...
Token dialog: disable progressive loading
2016-04-05 08:30:32 +02:00
ctrlaltca
2b138cce93
Merge pull request #1900 from ctrlaltca/dbview
...
Save deck editor's database view columns state
2016-04-05 08:29:46 +02:00
Fabio Bas
2a3701b036
fix #1903
2016-04-03 18:33:10 +02:00
Fabio Bas
ce56e5f1a4
CardDb: be permissive when loading xmls
2016-04-03 11:15:16 +02:00
Fabio Bas
58f85e7ebd
Save deck editor's database view columns state
2016-04-02 09:38:34 +02:00
ctrlaltca
f217551f5f
Merge pull request #1877 from Psithief/patch-2
...
Prevent PTColumn from being the last column shown.
2016-03-30 22:55:49 +02:00
ctrlaltca
55f3e9314b
Merge pull request #1859 from ctrlaltca/carddb
...
Rework some parts of the card database
2016-03-30 22:55:36 +02:00
woogerboy21
44123b9b0b
Untabify
...
Yay! Figured out how to do this in VS2015!
2016-03-30 15:30:58 -04:00
woogerboy21
506ad91b03
Privatized Function
...
Moved the updated hashing function out of the settingscache and into the
remoteclient and privatized the function for proper use.
2016-03-29 22:00:42 -04:00
woogerboy21
ee849f6379
Updated ClientID Functionality
...
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
2016-03-29 17:05:25 -04:00
Fabio Bas
e94f59d7c2
Crash fix
2016-03-22 17:07:45 +01:00
Lee Matos
9f3b50086d
Remove "Ghost" Toolbar
...
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.
2016-03-21 21:27:38 -04:00
Fabio Bas
18993b397b
First test for card database: loading and clear
2016-03-21 11:08:14 +01:00
Psithief
ba3a9f83bc
Prevent PTColumn from being the last column shown.
...
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!
2016-03-19 19:55:57 +08:00
Fabio Bas
df393638ed
Small Fix
2016-03-18 21:18:48 +01:00
Zach H
27969b6752
prevent null crash
2016-03-18 14:25:29 -04:00
Fabio Bas
1e3fb6c6e1
Rework "paths" settings loading and card database loading
...
* 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
2016-03-15 22:27:55 +01:00
Gavin Bisesi
bc79d9e2f8
Merge pull request #1796 from zebington/feat/custom-set-import
...
Add "Import custom set" function
2016-02-24 09:12:31 -05:00
Zach
5b22187a3d
Merge pull request #1794 from zebington/master
...
Fixes for create game dialogue.
2016-02-16 17:07:28 -05:00
Fabio Bas
a8c723326d
Game tab: use short title for undocked wdgets
...
fix #1777
2016-02-12 14:49:37 +01:00
Fabio Bas
ae8296a50e
Game tab: reset docks sizes on "reset layout"
2016-02-11 18:29:50 +01:00
Ira Aspen
aa658f95f6
Gave error dlg a description of the error for the user.
2016-02-09 03:10:57 +00:00
Ira Aspen
d078cf52c9
Removed unnecessary confirmClose() call.
2016-02-09 02:57:23 +00:00
Ira Aspen
96fbad1f0c
Moved get next set index code to own function
2016-02-09 02:55:52 +00:00
Ira Aspen
829f84fe50
Moved from using hex QT version checks to QT_VERSION_CHECK().
2016-02-09 01:56:24 +00:00
Ira Aspen
0ef2b48902
Refactored DlgAddSet class/functions to DlgAddSetResult
2016-02-09 01:52:09 +00:00
Ira Aspen
5a975831d4
Renamed "dlg_add_set.*" to "dlg_add_set_result.*" and updated references.
2016-02-09 01:40:21 +00:00
Fabio Bas
058b913455
Game: save and restore dock sizes
2016-02-07 21:58:51 +01:00
Ira Aspen
9d3c4f20a1
Changed strings referencing a set to say sets/cards.
2016-02-07 01:41:35 +00:00
tooomm
802ccd7f14
shortcut tabs adjustments
...
- typo fix
- improved description of some shortcuts
2016-02-06 19:29:57 +01:00
Ira Aspen
b5363f47ab
Updated message.
2016-02-06 12:42:45 +00:00
Ira Aspen
927226633d
Moved menu item decleration to work on all OSs.
2016-02-06 02:37:34 +00:00
Ira Aspen
de388a74bd
Moved exec statement.
2016-02-06 02:32:04 +00:00
Ira Aspen
54a759497f
Added confirmation dialogue when set added.
2016-02-06 02:29:09 +00:00
Ira Aspen
c914395236
Finished add set functionality.
2016-02-06 01:33:43 +00:00
Ira Aspen
2960cba12b
Added a file picker to the add set menu item.
2016-02-05 21:09:24 +00:00
Ira Aspen
646c4b4197
Added functionless menu button for adding a set.
2016-02-05 20:32:40 +00:00
Ira Aspen
9846fb1d8e
Made reseting the create game dialogue box only select 'Only regeistered users' if player is a registered user.
2016-02-05 19:32:27 +00:00
Ira Aspen
154da4452d
Made create game box prevent only buddies can join being selected for unregistered users.
2016-02-05 19:29:19 +00:00
Gavin Bisesi
7de8e8a6a7
Merge pull request #1747 from tooomm/about_url
...
[WAIT] added webpage to about window
2016-01-28 18:02:37 -05:00
ctrlaltca
5dd20181fd
Merge pull request #1753 from ctrlaltca/pr_1544
...
Re-Dockified the game & replay review areas
2016-01-28 22:44:32 +01:00
ctrlaltca
14e94f1f8b
Merge pull request #1767 from Fizztastic/fix_1764
...
Sounds on buddy login & logout.
2016-01-28 22:33:10 +01:00
Fabio Bas
ee42d547bf
Disable downlod button when download starts
2016-01-28 22:27:14 +01:00
ctrlaltca
5577d618bd
Merge pull request #1727 from TMiguelT/target
...
Client update implementation
2016-01-28 22:25:54 +01:00
ctrlaltca
7ec3968c02
Merge pull request #1770 from ctrlaltca/fix_pixmaps
...
Fix pixmap usage in pictureloader
2016-01-23 18:23:55 +01:00
Fabio Bas
133693d9ce
Fix pixmap usage in pictureloader
...
fix #1765
2016-01-23 11:00:10 +01:00
Jeff
9767b1f69d
Fix #1764
...
Add Sounds on buddy login & logout.
Add Files: buddy_join.wav; buddy_leave.wav
2016-01-22 15:03:01 -05:00
Michael Milton
66fda086c3
Client update implementation
2016-01-20 22:26:17 +01:00
woogerboy21
f57e0454bb
Dockified the game & replay review areas
2016-01-16 00:54:14 +01:00
Zach
36c3536e0c
Merge pull request #1721 from ctrlaltca/speedup
...
Misc speedups in card database
2016-01-15 18:43:01 -05:00
Fabio Bas
3605cc55b7
fix replay progress bar
2016-01-13 00:17:02 +01:00
tooomm
953b183dab
added url to about
...
added gh pages url
2016-01-09 22:53:54 +01:00
Zach H
e0a25e74ac
fix merge issues
2015-12-30 11:54:30 -05:00
Zach H
f568a4e865
todo
2015-12-30 11:51:53 -05:00
Zach H
703ff7905c
token coordinates
2015-12-29 23:43:03 -05:00
Zach H
da0e3292d3
Token PT shown in create related dialog
2015-12-29 18:28:41 -05:00
Lee Matos
8a6d63265f
Enable HiDpiPixmaps for Qt5
2015-12-28 22:03:38 -05:00
Fabio Bas
fddcbb8296
Lazy loading of card database view => faster startup times
2015-12-28 15:26:10 +01:00
ctrlaltca
c917a6c272
Merge pull request #1722 from ctrlaltca/rev-related
...
Implement reverse-related tag for cards
2015-12-27 18:44:05 +01:00
Zach H
137d7328b5
coin flip
...
remove male/female as it's same
male/female fixes
translate
2015-12-27 12:34:11 -05:00
Fabio Bas
4b1c59424e
Implement reverse-related tag for cards
2015-12-26 19:57:20 +01:00
Fabio Bas
e721280bc0
Implemented proposed changes
2015-12-26 16:40:17 +01:00
Fabio Bas
4d7795ca3a
Split pictuloader out of carddatabase
2015-12-26 16:40:17 +01:00
Fabio Bas
696ae7e85f
Add gear icon to settings menu entry
2015-12-19 11:48:54 +01:00
Fabio Bas
5093ea4170
Small typos + reextracted strings
2015-12-15 16:31:58 +01:00
Fabio Bas
ed4149fa7b
Add .txt to the common deck file types
...
fix #1683
2015-12-13 12:00:39 +01:00
ctrlaltca
0c137e8a10
Merge pull request #1662 from BrandonGriffin/SetFocusOnDescriptionWhenLoadingGameDialog
...
Added set focus to description anytime a create dialog is opened
2015-12-12 18:17:12 +01:00
ctrlaltca
de6235f69c
Merge pull request #1698 from ctrlaltca/fix_1694
...
Improved login error message
2015-12-12 09:15:01 +01:00
ctrlaltca
a07b72a031
Merge pull request #1699 from ctrlaltca/fix_1687
...
Fix column widths in rooms list
2015-12-12 09:14:51 +01:00
Fabio Bas
deec7cdc14
Avoid crash on dereferencing null pointer
2015-12-11 19:32:08 +01:00
Fabio Bas
803589264d
Fix column widths in rooms list
2015-12-11 18:51:40 +01:00
Fabio Bas
beecc0f970
Improved login error message
2015-12-11 18:42:29 +01:00
tooomm
bc44f8ce2a
link renaming
...
-`Linking FAQ` --> `How to set a custom picture url`
-updated define accordingly
2015-11-17 16:04:29 +01:00
Brandon Griffin
813a0c2070
Added set focus to description anytime a create dialong is opened
2015-10-27 08:58:29 -04:00
Brandon Griffin
64c15d1fdc
Changed the default setting to play cards to the stack
2015-10-23 20:11:13 -04:00
ctrlaltca
613f712974
Merge pull request #1646 from ctrlaltca/debian_package
...
CPack: Debian package
2015-10-17 09:33:06 +02:00
Fabio Bas
23e84273ed
If the user request to join a room and we are already in, just focus the correct tab
...
Also, handle all the Command_JoinRoom return values
2015-10-15 19:17:02 +02:00
Fabio Bas
bab4a51ebb
CPack: Debian package
2015-10-13 22:16:00 +02:00
ctrlaltca
b0e9e0fb3a
Merge pull request #1603 from ctrlaltca/fix_audio
...
Fix volume control
2015-10-02 14:46:30 +02:00
Psithief
ca9bfc9ff2
Revert focus policy change in tab_game
...
Fixes #1529 .
Completely untested, because I don't think this could possibly interfere with anything. It's a straight revert.
2015-10-01 12:00:30 +08:00
Fabio Bas
a9f2cd73de
Fix volume control
...
fix #1528
2015-09-28 12:24:22 +02:00
Zach
d5adec53a2
Revert "Reimplemented PictureLoader as a singleton"
2015-09-23 03:17:33 -04:00
Zach
064c89ba5c
Merge pull request #1556 from ctrlaltca/carddatabase_changes
...
Reimplemented PictureLoader as a singleton
2015-09-23 01:21:37 -04:00
woogerboy21
62ffcde6bd
Added logs tab to allow moderators the ability to review log history/details
2015-09-23 00:50:01 -04:00
Zach
e68b8b314a
Merge pull request #1522 from woogerboy21/offical_warnings
...
Added official warning messages moderators can use to inform users
2015-09-22 23:29:12 -04:00
woogerboy21
6ad2a59367
Added official warning messages moderators can use to inform users
2015-09-22 22:27:46 -04:00
Fabio Bas
e0383af6dd
workaround "Signals are protected in qt4"
2015-09-22 23:57:39 +02:00
Fabio Bas
ac16602f08
Fix crash on null pointer dereference
2015-09-22 23:46:41 +02:00
Fabio Bas
f6c7f3355f
Reimplemented PictureLoader as a singleton
...
* Removed remaining picture handling from card database and cardinfo
* removed the “noCard object” hack
2015-09-22 23:09:53 +02:00
Zach
3f70513096
Merge pull request #1555 from ctrlaltca/cards_crash
...
Fix crash on loading invalid cards.xml
2015-09-22 16:19:12 -04:00
Zach
8125358052
Merge pull request #1523 from marcofernandezheras/Restore-Shortcuts
...
Restore shortcuts
2015-09-22 16:00:49 -04:00
Fabio Bas
7a4bf9a313
Fix crash on loading invalid cards.xml
...
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
2015-09-22 21:56:02 +02:00
Zach
aacbe93d04
Merge pull request #1540 from ctrlaltca/remove_unused_sounds
...
Removed unused sound names
2015-09-22 15:51:05 -04:00
woogerboy21
cd7b25f712
Fix #1542
...
This should fix #1542 (please test)
2015-09-22 01:19:31 -04:00
Fabio Bas
2df50f5766
Removed unused sound names
2015-09-20 12:08:55 +02:00
marco
599ef0ae62
Confirmation to clear/restore shortcuts
2015-09-20 00:21:07 +02:00
Zach
1409b97490
Merge pull request #1530 from ZeldaZach/fix_1527
...
Minors Fixes for #1527
2015-09-18 10:18:12 -04:00
Zach H
ccc8ac4826
minor fixes
2015-09-18 09:56:32 -04:00
Fabio Bas
2a20b6028e
Changed problematic shortcuts
2015-09-18 08:38:54 +02:00
woogerboy21
b0693299c7
Added server private message functionality to allow server based PM notifications.
...
Ban based notification to other online moderators is the first form implemented by this PR.
2015-09-17 22:40:29 -04:00
marco
0ce38ea88e
Reset & Clear all shortcuts
...
This closes #1517
2015-09-16 13:35:26 +02:00
marco
8eacd85d68
Link to wiki: how to set shortcuts
2015-09-16 12:30:32 +02:00
ctrlaltca
c7c84bca8f
Merge pull request #1521 from tooomm/patch-2
...
remove debug code; fix #1520
2015-09-16 08:42:48 +02:00
tooomm
1bec6dc37a
shortcut tabs adjustments
...
- `|` over `/` to make `P/T` better readable
- Game play --> Gameplay
- Player - Playing Area
2015-09-15 18:56:53 +02:00
tooomm
814553dae6
remove debug code
...
fixes #1520
2015-09-15 18:53:06 +02:00
Zach
385455e77c
Merge pull request #1510 from woogerboy21/room_message_history
...
Added chat history to a room that is displayed on join
2015-09-15 12:10:37 -04:00
woogerboy21
87a64da1bc
Added chat history to a room that is displayed on join.
...
With this update a new chat history definition is added on a per
room bases which allows operators to specify the number of chat
messages to store and present to the user on join. Please see
the sample ini for room definitions.
2015-09-14 17:54:04 -04:00
Zach
3412ce2f7d
Merge pull request #1501 from marcofernandezheras/Fix-Shortcut-Detection
...
Fix shortcuts detection on settings & game
2015-09-14 16:02:45 -04:00
marco
4c6b543cbe
Fix shortcuts detection on settings & game
...
Fix #1499 , Fix #1493 , Fix #1477
Fix typo
2015-09-14 16:56:51 +02:00
Fabio Bas
a6bc709583
merged master
2015-09-13 19:39:42 +02:00
Fabio Bas
5aaae5279c
revert to using QAudioOutput
2015-09-13 19:37:49 +02:00
Zach
f2864ce569
Merge pull request #1511 from ctrlaltca/theme_extensions
...
Themes: don't use hardcoded extensions on images
2015-09-13 13:26:12 -04:00
Fabio Bas
f78c01fa88
Avoid multiple sounds playing at the same time
2015-09-13 17:22:58 +02:00
woogerboy21
46f78fcead
Fix server crash on banning
2015-09-13 00:52:52 -04:00
Fabio Bas
85aa866e02
sound themes
2015-09-13 02:01:50 +02:00
Fabio Bas
28df389ea6
Fixed flags size: they're not squared
2015-09-13 00:53:11 +02:00
Fabio Bas
dfe9719637
Removed unused parameter
2015-09-13 00:26:28 +02:00
Fabio Bas
00e3e63f41
Themes: remove all hardcoded extensions
2015-09-13 00:14:36 +02:00
Jeff
32df2c29ed
Fix library, grave, exile crash on windows
2015-09-12 17:24:36 -04:00
Zach
226a8cc017
Merge pull request #1498 from ctrlaltca/sound_whatever
...
Reworked SoundEngine overhaul
2015-09-12 00:35:20 -04:00
Zach
4c9555bb59
Merge pull request #1496 from ctrlaltca/clamp_zoneview
...
Clamp zone view widget's titlebar inside the viewable area
2015-09-12 00:34:12 -04:00
Zach
29446d80d4
Merge pull request #1469 from woogerboy21/request_ban
...
Added the ability or moderation staff to request user ban history
2015-09-10 21:34:16 -04:00
Fabio Bas
a06c7b2f9d
Rework the sound engine to use QSound
...
plus misc fixes
2015-09-11 00:43:22 +02:00
Fabio Bas
b2f855aeb0
fix settings icon spacing
2015-09-10 23:37:16 +02:00
Fabio Bas
a7616835e3
Clamp zone view widget's titlebar inside the viewable area
2015-09-10 23:29:01 +02:00
woogerboy21
90cb890cc2
Added the ability or moderation staff to request user ban history
2015-09-10 16:02:45 -04:00
Jeff
badbcf2753
Fix sound test button
2015-09-09 16:47:09 -04:00
Jeff
d6398477ae
SoundEngine overhaul
2015-09-09 02:24:02 -04:00
Zach
05aa8b2c92
Merge pull request #1474 from woogerboy21/no_tab_close
...
Do not close message tabs on disconnect
2015-09-09 00:04:06 -04:00
woogerboy21
7bfea03af8
Do not close message tabs on disconnect
2015-09-08 14:38:48 -04:00
ctrlaltca
c984a7c962
Merge pull request #1488 from ctrlaltca/translations
...
Translations update
2015-09-08 19:25:34 +02:00
Fabio Bas
c214234bb2
fix typo
2015-09-08 19:08:34 +02:00
Zach
aac980a8cb
Merge pull request #1485 from ctrlaltca/fix_notification_click
...
Don't change window maximized state when clicking a notification
2015-09-08 12:49:00 -04:00
Zach
601ada8473
Merge pull request #1484 from ctrlaltca/fix_f12
...
Fix loading of "increase life counter" shortcut in settings
2015-09-08 12:43:27 -04:00
Zach
b47aa86c84
Merge pull request #1483 from ctrlaltca/deckeditor_filter_buttons
...
Add back "remove" buttons to deck editor's filter
2015-09-08 12:33:15 -04:00
Zach
73f2d2b0e5
Merge pull request #1478 from ctrlaltca/fix_replay_crash
...
Fix replay crash due to completer
2015-09-08 12:31:59 -04:00
Fabio Bas
4ee12f0b69
Don't change window maximized state when clicking a notification
2015-09-08 17:49:31 +02:00
Fabio Bas
db18c7da10
Fix loading of "increase life counter" shortcut in settings
2015-09-08 17:13:47 +02:00
Fabio Bas
3be1bcd356
Add back "remove" buttons to deck editor's filter
2015-09-08 10:25:33 +02:00
Fabio Bas
50aa6e3a4d
Fix autoconnect
2015-09-08 08:37:19 +02:00
Fabio Bas
f14ebb0028
Fix replay crash due to completer
2015-09-08 08:12:00 +02:00
marco
36f19be06a
Fix thememanager on portable build
2015-09-06 18:29:48 +02:00
Fabio Bas
e50d0c6db2
get cardback image from theme
2015-09-06 11:44:19 +02:00
woogerboy21
9dc77d674f
Fix older gcc nested pre-def with portable builds
2015-09-05 17:44:51 -04:00
Zach
60ed9fd1ff
Add slash
2015-09-03 14:56:23 -04:00
marco
44fefc20c2
Fix portable on OSX
2015-09-03 19:47:07 +02:00
marco
b4c5729bf5
fix Decks, Pics replays & sounds paths on Portable build
2015-09-03 18:31:11 +02:00
Zach
f4ae08f8b1
Merge pull request #1439 from woogerboy21/feature_check
...
Added server/client feature set communication
2015-09-02 23:38:53 -04:00
woogerboy21
044c2356ff
Added server/client feature set communication
2015-09-02 17:54:06 -04:00
Zach
3188ef4cde
Merge pull request #1444 from woogerboy21/fix_blank_ban
...
Detect if a use is trying to place an invalid ban
2015-09-01 22:20:05 -04:00
marco
baa61d0571
Merge branch 'master' into Refactor-settings
...
Conflicts:
oracle/CMakeLists.txt
2015-09-01 21:28:53 +02:00
Fabio Bas
6d7baec37b
Merge with master
2015-08-31 22:55:46 +02:00
Fabio Bas
5cfb034452
merged with master
2015-08-31 22:48:14 +02:00
woogerboy21
66c19ab727
Detect if a use is trying to place an invalid ban
2015-08-31 01:00:13 -04:00
tooomm
83e9f9deba
typos resolved
...
@marcofernandezheras ok?
2015-08-26 15:33:05 +02:00
marco
4125d690fa
Fix merge & relative path for portable build
2015-08-25 20:22:31 +02:00
woogerboy21
364df4daf0
Extend the login protocol to send the client id (as optional)
2015-08-24 11:38:24 -04:00
Zach
324ddda4dd
Merge pull request #1416 from ZeldaZach/fix_1411
...
Define URLs
2015-08-23 23:00:22 -04:00
Zach
14da4efe6d
Merge pull request #1414 from ZeldaZach/fix_1412
...
Prevent bad flags
2015-08-23 17:59:52 -04:00
Zach H
a8727d5a50
define URLs
2015-08-23 17:57:26 -04:00
Zach
4d2fdaec08
Merge pull request #1407 from Fizztastic/fix_1396
...
Option to opt-out of remember game settings
2015-08-23 16:28:01 -04:00
Zach H
8ffe310855
prevent bad flags
2015-08-23 16:27:18 -04:00
marco
be7efa98cf
Fix relative path for image download & settings
2015-08-23 15:54:52 +02:00
marco
1e2d5b0693
Fix translate setting + Mod oracle to portable build
2015-08-23 14:14:11 +02:00
Jeff
ca82fd867a
Option to opt-out of remember game settings
2015-08-22 15:52:03 -04:00
woogerboy21
b0630b81ca
Log old session out of server if logging in from a second location
2015-08-22 13:41:02 -04:00
ctrlaltca
18ec8e20b6
Merge pull request #1381 from ZeldaZach/flags_to_lower
...
Country to lower (fix win bug)
2015-08-22 11:53:22 +02:00
Zach
e9156ecd62
Merge pull request #1391 from woogerboy21/admin_adjustmods
...
Allows admins to promote users to mod and demote mod to user
2015-08-22 00:03:46 -04:00
Gavin Bisesi
66f14c1168
Address PR feedback
2015-08-21 23:03:15 -04:00
Zach
a6a62b3334
Merge pull request #1354 from Cockatrice/fix-1351
...
Fix #1351 - Server ignores only-reg if in "none" auth mode.
2015-08-21 22:15:32 -04:00
Daenyth
6170c9037f
Fix #1351 - Server ignores only-reg if in "none" auth mode.
...
When in none auth mode, registered users don't exist; hence the setting
makes the game impossible to join.
Normally the setting would be greyed out when the user is unregistered,
but commit 475c54bf
introduced a new edge case where the stored setting
would apply to the field even if the user is unregistered, making the
setting possible to apply in no-reg mode. Regardless, any client could
have done this, not just the default cockatrice.
The server side fix should prevent all issues in the future.
2015-08-21 20:30:46 -04:00
Zach H
41b10308ba
country to lower (fix win bug)
2015-08-21 20:05:49 -04:00
marco
c8d59eec5e
Refactred settings to use settingscache & ini files
2015-08-22 01:05:15 +02:00
Jeff
50e0b6dd35
Merge lines
2015-08-20 23:33:06 -04:00
Jeff
97d0cfa3d9
Fix first word completion
2015-08-20 23:01:32 -04:00
woogerboy21
39fcabe921
Allows moderators to promote users to mod and demote mod to user
2015-08-20 22:42:10 -04:00
Jeff
05f2bc8392
Fix Conflicts
2015-08-20 22:27:46 -04:00
Jeff
e9bad2cacb
Merge branch 'master' into fix_1387
...
Conflicts:
cockatrice/CMakeLists.txt
cockatrice/src/tab_game.h
cockatrice/src/tab_room.cpp
2015-08-20 22:23:47 -04:00
Zach
b2ab2c6eba
Merge pull request #1382 from marcofernandezheras/Customizable-shortcuts
...
Customizable shortcuts
2015-08-20 21:44:05 -04:00
marco
c6aba5a6d0
Renamed file + reduced window size + resfresh on change
2015-08-20 20:23:08 +02:00
Jeff
a64ea17357
Add LineEditCompleter to Tab_Game
2015-08-19 18:46:08 -04:00
Zach
8c0722953f
Merge pull request #1386 from Fizztastic/fix_1383
...
Fix linked cardwidget not showing PT/Loyalty
2015-08-17 17:14:30 -04:00
Jeff
f3c43cb50f
Fix linked cardwidget not showing PT/Loyalty
2015-08-16 19:02:55 -04:00
marco
d3d6f70496
Removed 2nd arg from ShortcutsSettings::getShortcut
2015-08-16 21:53:59 +02:00
marco
1ca89e0b09
Moved counters to a new tab
2015-08-16 15:38:23 +02:00
marco
713a8148d3
Customizable shorcuts
2015-08-16 14:24:04 +02:00
marco
be82472f35
Merge branch 'master' into Customizable-shortcuts
2015-08-16 14:01:48 +02:00
marco
4cb53ccaed
Merge branch 'master' into Customizable-shortcuts
2015-08-16 13:52:34 +02:00
marco
beaa4e9383
Configurable shortcuts
2015-08-16 13:46:57 +02:00
woogerboy21
702f949196
Updated response block to look better
2015-08-15 21:17:32 -04:00
woogerboy21
3e94c9d283
Define permission levels for rooms
2015-08-15 21:00:51 -04:00
Zach
98fa9eb159
Merge pull request #1356 from Fizztastic/ChatRoomCompleter
...
Username Completer in server room
2015-08-15 20:08:34 -04:00
woogerboy21
0f4dc18074
Merge pull request #1374 from woogerboy21/ban_by_clientid
...
Ban by client ID
2015-08-14 11:25:01 -04:00
woogerboy21
b102a05a36
Add ability to ban by client id
2015-08-14 00:06:37 -04:00
Jeff
386716b8db
Add option to open customsets folder
2015-08-13 23:52:38 -04:00
Jeff
50d67467dc
Username Completer in server room
...
Adds QCompleter in server room and a setting to enable/disable it.
2015-08-13 23:51:39 -04:00
poixen
9bf3178b2f
Merge pull request #1307 from poixen/hostselection
...
Previous server connection history
2015-08-12 12:59:23 +02:00
Zach H
b57a316bfd
remove max screen default
2015-08-11 17:10:05 -04:00
Gavin Bisesi
59568bf13c
Revert " #1351 Fix"
2015-08-09 15:52:32 -04:00
woogerboy21
5fc0da6ab9
#1351 Fix
...
This update address's the issue were a server with no db has only non-registered users but when creating a game will cause the dialogue to only allow the check box of "registered users only" resulting in a game that no user will ever be able to join.
2015-08-09 15:07:30 -04:00
woogerboy21
3f78e0bec3
Update Error 11 Clarity
2015-08-09 12:56:09 -04:00
marco
b0bf94e378
Shorcut read from settings
2015-08-09 12:16:52 +02:00
woogerboy21
afa2c67e87
Actually pass the generated client id.
2015-08-08 17:22:59 -04:00
woogerboy21
567c1a148d
Fix local game due to clientid check in response container.
2015-08-08 17:08:43 -04:00
Gavin Bisesi
481a57edf6
Show more informative error on registration failure
2015-08-08 09:55:23 -04:00
Gavin Bisesi
bf7cf61b85
Add more informative message on unrecognized login response
...
When logging in and receiving a reply that isn't understood, show a more informative error message.
`tr() + tr()` for better translation flexibility.
2015-08-08 09:48:18 -04:00
woogerboy21
bc99024e4f
Added server side setting to allow the requirement of a client id from clients.
2015-08-08 08:52:19 -04:00
woogerboy21
94942e1a92
Commit to resolve requests made by @Daenyth discussed after the commit.
...
See https://github.com/Cockatrice/Cockatrice/pull/1340 for details.
2015-08-08 08:52:19 -04:00
marco
e9e75961f4
Redesigning deck editor to work with docks
...
Moved setting files & Added code for a future portable build
2015-08-07 23:44:40 +02:00
woogerboy21
ba90d84a13
Merge pull request #1340 from woogerboy21/clientid
...
Client ID Generation
2015-08-06 14:17:06 -04:00
tooomm
94d4ff8c1b
removed space
2015-08-06 10:11:00 +02:00
woogerboy21
52db13a1ca
Initial release of client ID generation.
2015-08-05 10:15:49 -04:00
Zach
44d757f691
Merge pull request #1328 from marcofernandezheras/FixBug#1296
...
Ctrl + Double Click: Add card to SB
2015-08-03 22:47:32 -04:00
marco
0d10d6f85d
Fixes issue #1296
2015-08-04 00:17:44 +02:00
woogerboy21
13011180f7
Merge pull request #1313 from woogerboy21/update_pingtime
...
Update Client & Server ping time
2015-08-03 12:31:20 -04:00
ctrlaltca
4b5fb30248
Merge pull request #1318 from ctrlaltca/fix_linking_faq_url
...
Fix "Linking FAQ" url
2015-08-01 11:18:16 +02:00
Fabio Bas
6dfd2e65f6
Fix "Linking FAQ" url
2015-08-01 08:07:47 +02:00
woogerboy21
8c7301b19f
Updated server and client ping to 5 seconds. Also changed hard set 1 second value on the ping timers to read values from the settings cache.
2015-07-29 23:44:00 -04:00
Matt Lowe
1ca24b2597
Previous server connection history
...
This adds the ability to select previous servers from a list to connect
to.
You can remove items from the drop down by selecting them and pressing
delete.
If you connect to a new host it will be added to the previous hosts.
It will remember the last host connected to in the dropdown.
2015-07-28 20:04:01 +02:00
Zach H
8a86165890
allow URL redirects
2015-07-28 02:41:08 -04:00
Matt Lowe
46f28f92b6
Changed app title when logged in
...
As seen in this image, you cant see where you are logged in.
How it looks now:
2015-07-27 16:19:19 +02:00
Zach H
475c54bfe1
fix 1032 merge conflicts
2015-07-27 00:01:05 -04:00
Zach
e318b70329
Merge pull request #1286 from ctrlaltca/disabled_sets
...
Prefer enabled sets when loading images
2015-07-26 12:10:00 -07:00
Zach
bd92f18e9d
Merge pull request #1293 from ctrlaltca/fix_1289
...
Force black text color on deck list
2015-07-26 12:05:52 -07:00
Fabio Bas
a001238b74
Force cache clear on sets database save.
2015-07-26 11:46:09 +02:00
Zach
ac4c745521
Merge pull request #1294 from mildmongrel/tablezone_refactor_001
...
tablezone refactor and cleanup
2015-07-25 22:45:06 -07:00
Zach
387137fbc7
Merge pull request #1292 from ctrlaltca/fix_compile_debug
...
fix compilation with gcc in paranoic mode
2015-07-25 22:37:18 -07:00
Zach
c675cf4010
Merge pull request #1272 from Fizztastic/fix_577
...
Joining a full game joins you as spectator
2015-07-25 22:16:00 -07:00
mildmongrel
ba50025e80
tablezone refactor and cleanup
2015-07-24 16:15:08 -07:00
Fabio Bas
800a17e483
Force black text color on deck list; fix #1289
2015-07-24 19:35:31 +02:00
Fabio Bas
119871d114
fix compilation with gcc in paranoic mode
...
deckview.cpp:244:6: warning: no previous declaration for 'bool
sortCardsByName(DeckViewCard*, DeckViewCard*)' [-Wmissing-declarations]
2015-07-24 19:29:06 +02:00
Fabio Bas
90655ff631
Prefer enabled sets when loading images; fix #1235
2015-07-22 17:35:44 +02:00
Jeff
3f22024281
Joining a full game joins you as spectator
2015-07-18 01:33:15 -04:00
ctrlaltca
0d5e169648
Merge pull request #1270 from ctrlaltca/fix_1269
...
Fix change flag in edit account; Fix #1269
2015-07-16 18:01:40 +02:00
Fabio Bas
c9e1585322
Fix change flag in edit account; Fix #1269
2015-07-16 17:59:28 +02:00
ctrlaltca
9b9db297b3
Revert "Confirmation dialog on close"
2015-07-16 14:30:12 +02:00
Zach
e0b71d3b05
Merge pull request #1257 from ctrlaltca/messageparser
...
Chatview: split message parser and add "highlight words"
2015-07-15 20:00:08 -04:00
Zach H
ebd516fbf3
confirmation dialog on close
2015-07-15 18:34:21 -04:00
Fabio Bas
ef831d2749
Reworded settings sentence
2015-07-15 22:44:24 +02:00
Zach H
d956a1d309
add colors to popup
2015-07-15 16:38:29 -04:00
Fabio Bas
efe388bddd
Fix server message color; try to detect words inside parentheses, punctuation, etc..
2015-07-15 11:52:04 +02:00
Zach H
c29bf1ae17
require pass & email confirmation
2015-07-14 14:12:49 -04:00
Fabio Bas
2e3e6c55ff
Updated with latest changes from #1243
2015-07-14 09:19:07 +02:00
woogerboy21
a9acb3f1cc
Total Max User Restriction
...
Syntax correction.
2015-07-13 17:54:03 -04:00
Zach H
29aecc4eb8
Green kick msg
2015-07-13 03:05:03 -04:00
Fabio Bas
87c70466a4
Rework message parser
2015-07-12 23:56:32 +02:00
Zach H
97f298452e
first fixes
2015-07-12 11:00:11 -04:00
Zach H
dc05a14f4c
Highlight Custom Words
2015-07-11 22:46:00 -04:00
Zach
9edacd7b3e
Merge pull request #1236 from Fizztastic/fix_574
...
Double Click to open replays
2015-07-09 23:36:33 -04:00
Jeff
8bc885c3f1
Double Click to open replays
2015-07-09 00:42:02 -04:00
Zach
f733daf18a
Merge pull request #1179 from mildmongrel/feature-player-rotation
...
Added ability to rotate player positions in the local game view.
2015-07-08 18:23:10 -04:00
Zach
091ca9fc12
Merge pull request #1230 from ZeldaZach/fix_97
...
add shortcut for filter delete
2015-07-08 18:11:08 -04:00
Zach
2837a4c010
Merge pull request #1232 from ZeldaZach/fix_242
...
show colors of cards
2015-07-08 18:10:23 -04:00
Zach
2bd0133055
Merge pull request #1233 from Fizztastic/fix_340
...
Play cards only with double left click
2015-07-08 18:09:31 -04:00
Jeff
6470e1fd10
Remove unneeded if
2015-07-08 16:25:25 -04:00
mildmongrel
124788d217
Added ability to rotate player positions in the local game view.
2015-07-08 09:16:37 -07:00
Jeff
438aacb9c4
Play cards only with double left click
...
Fix #340
2015-07-08 00:55:35 -04:00
Zach H
afa8b53870
show colors of cards
2015-07-07 23:50:37 -04:00
Zach H
ce42d56a2d
add shortcut for filter delete
2015-07-07 22:42:05 -04:00
Zach
f199e20740
Merge pull request #1216 from ZeldaZach/fix_morphs
...
Fix Morphs from Sharing Information
2015-07-07 22:00:32 -04:00
Zach
955cc3920f
Merge pull request #1189 from mildmongrel/fix_col_layout
...
Fixed horizontal positioning in multicolumn layout.
2015-07-07 21:40:17 -04:00
Zach
f0efab5142
Merge pull request #1226 from ctrlaltca/fix_241
...
Add an option to annotate tokens from card text (default off)
2015-07-07 21:12:59 -04:00
Zach
9b87f9e7e7
Merge pull request #1225 from ctrlaltca/fix_247
...
Order cards by name in deck-load screen
2015-07-07 20:42:44 -04:00
Zach
db604bce03
Merge pull request #1219 from poixen/pic_fix
2015-07-07 13:41:06 -04:00
Fabio Bas
68e176cc00
Add an option to annotate tokens from card text (default off); fix #241
2015-07-07 19:19:58 +02:00
Fabio Bas
1c2ddccb46
Order cards by name in deck-load screen; fix #247
2015-07-07 17:56:11 +02:00
Zach
685aa99ad6
Merge pull request #1224 from ctrlaltca/profile_edit
...
Integrate #1210 changing "Gender" to "Pronouns"
2015-07-07 10:47:37 -04:00
Fabio Bas
6013974b5e
Gender => Pronouns
2015-07-07 14:10:15 +02:00
Zach
1c69288f0e
Merge pull request #1222 from Fizztastic/fix_740
...
Added 2 shortcuts to game deck screen
2015-07-07 02:43:04 -04:00
Zach
6bf421cc31
Merge pull request #1210 from ctrlaltca/profile_edit
...
Profile management
2015-07-07 02:01:27 -04:00
Fizztastic
4d6a405d01
Added 2 shortcuts to game deck screen
...
- Ctrl+O (Load Deck)
- Ctrl+Alt+O (Load Remote Deck)
2015-07-07 01:14:06 -04:00
Zach
2b484aa9ee
Merge pull request #1221 from Fizztastic/fix_818
...
Load .cod files from clipboard in deck editor
2015-07-07 00:36:49 -04:00
Zach
29b83c3700
Merge pull request #1215 from ZeldaZach/fix_1208
...
Mod Global Messaging
2015-07-06 23:48:46 -04:00
Fizztastic
0b8fab4721
Load .cod files from clipboard
2015-07-06 23:46:11 -04:00
Fizztastic
680332a708
keep consistent ordering
2015-07-06 19:18:27 -04:00
Fizztastic
19bd6cc381
Adds Move To... Hand context menu for cards
2015-07-06 19:10:13 -04:00
Matt Lowe
c260a8a1d4
Fixed image centering
2015-07-06 20:34:38 +02:00
Zach H
ae4436ade7
mod global msg overrides settings
2015-07-06 12:45:08 -04:00
Zach H
cf09aeccfd
local user sees orange too
2015-07-05 23:21:46 -04:00
Zach H
1bda6e53b2
allow mod global msg
2015-07-05 22:06:35 -04:00
Zach H
e20c06b639
troubleshooting&faq
2015-07-05 20:11:42 -04:00
Fabio Bas
15998fb3e6
Misc fixes
2015-07-05 22:44:35 +02:00
Fabio Bas
7f5f290c93
Profile management
2015-07-05 22:44:35 +02:00
mildmongrel
75d0d5f66b
Fixed horizontal positioning in multicolumn layout.
2015-07-05 10:12:01 -07:00
Zach
31890450dc
Merge pull request #1205 from ZeldaZach/fix_1173
...
Server Name Rules Information
2015-07-04 19:37:50 -04:00
Zach H
1f9b3ed28f
minor fix
2015-07-04 18:52:50 -04:00
Zach H
24e54fd291
fix crash on mention
2015-07-04 18:26:54 -04:00
Zach H
1d210e57bd
show all rules
2015-07-03 23:54:14 -04:00
Zach
360498c83f
Merge pull request #1194 from ZeldaZach/fix_1192
...
Fix local mention crash
2015-07-03 18:41:48 -04:00
Zach H
cc3e4edfd9
rename function
2015-07-03 00:37:30 -04:00
Zach H
e2be1cd897
fix local mention crash
2015-07-03 00:30:59 -04:00
Fabio Bas
6cf3db7e6b
Servatrice: refactor signal handling and permit config reloading
2015-06-30 22:21:26 +02:00
Fabio Bas
6b54d8cbfd
Fixed issues
2015-06-30 21:40:39 +02:00
Fabio Bas
02dcaff356
Publish username rules in login failure, too
2015-06-30 18:44:40 +02:00
Fabio Bas
4c27304047
publish username rules in registration failure
2015-06-29 23:35:27 +02:00
Zach
36d0a13fc9
Merge pull request #1153 from ctrlaltca/issue_1144
...
Fix windows size growing out of screen; fix #1144
2015-06-27 21:20:57 -04:00
Zach
d2b71a15fa
Merge pull request #1166 from ctrlaltca/fix_232
...
Support <tablerow> for tokens; fix #232
2015-06-27 20:49:14 -04:00
Fabio Bas
f84d6fec1b
Never send wrong row numbers
2015-06-25 15:39:03 +02:00
ctrlaltca
78a53f0691
Merge pull request #1151 from ZeldaZach/fix_1050
...
Fix False Notifications
2015-06-24 12:55:13 +02:00
Fabio Bas
ed24b38add
support <tablerow> for tokens; fix #232
2015-06-24 10:31:00 +02:00
Fabio Bas
872177a5ed
Card images blacklist; changed fallback urls
2015-06-23 15:44:43 +02:00
Zach H
27fa6eb642
Fix False Notifications
2015-06-22 22:43:59 -04:00
Fabio Bas
ec45a099e1
Made items not collapsible; changed players widget's min height from 60 to 40 px
2015-06-22 18:24:05 +02:00
ctrlaltca
0c24f48aa2
Merge pull request #1145 from ZeldaZach/fix_182
...
Fix Moved From Error
2015-06-22 17:29:15 +02:00
ctrlaltca
2415ba2605
Merge pull request #1134 from ctrlaltca/related_cards
...
Related cards
2015-06-22 17:22:47 +02:00
poixen
d7c81a07c6
Merge pull request #1155 from poixen/solid_counters
...
Solid counters
2015-06-21 08:39:38 +02:00
Matt Lowe
4cc959396f
Reduced min table width
...
The initial table width is too high. The table starts to scale down far
too soon, meaning you have to play in a letterbox ratio.
2015-06-19 23:40:55 +02:00
Matt Lowe
5c526f6c07
Solid counters
...
Removed gradient to give counters a more solid look
2015-06-19 23:26:36 +02:00
Fabio Bas
c400d6d4ec
use the new card frame in game; mitigates #1144
2015-06-19 14:57:20 +02:00
Fabio Bas
1ae79fbcaa
Removed double margin around chatbox in game
2015-06-19 14:42:13 +02:00
Fabio Bas
1251338619
enforce max size for user avatar on userinfobox; refs #1144
2015-06-19 14:33:23 +02:00
Fabio Bas
d6ce1852a1
Fix deckeditor jitter problem; fix #1143
2015-06-18 23:13:12 +02:00
Zach H
045da30546
fix wording
2015-06-18 00:16:09 -04:00
Zach
853342463a
Merge pull request #1138 from ZeldaZach/chatview_www
...
Fix WWW link error
2015-06-16 20:57:46 -04:00
ctrlaltca
8cf0c3beed
Merge pull request #1141 from ZeldaZach/hq_options2
...
Allow Custom Download URL
2015-06-16 09:02:20 +02:00
Zach H
89f1298a48
change wording
2015-06-15 16:47:02 -04:00
Fabio Bas
38486b2248
updated
2015-06-15 15:01:17 +02:00
Fabio Bas
f17dec29f6
Reorganized images in subfolders
...
As per @daenyth’s comment:
https://github.com/Cockatrice/Cockatrice/pull/792#issuecomment-76593730
2015-06-15 14:37:19 +02:00
Fabio Bas
6b8ebe54e9
Theme manager
...
This is the first implementation of a theme manager. It’s a rebased and
revisited version of #792 .
2015-06-15 14:35:58 +02:00
ctrlaltca
48c3e64ef5
Merge pull request #1137 from ctrlaltca/deck_editor
...
Reworked deck editor
2015-06-15 12:51:51 +02:00
Fabio Bas
fac44966fd
Reworked to use a qtabwidget: better cross-os look
2015-06-15 12:27:54 +02:00
Zach H
45c2e6f646
Allow Custom HQ URL
2015-06-15 01:03:41 -04:00
Zach H
be4a581f7c
remove autoclear
2015-06-14 20:53:20 -04:00
Zach H
5d5eb05857
fix www error
2015-06-14 20:35:17 -04:00
Fabio Bas
3af5804073
Reworked deck editor
2015-06-13 20:37:51 +02:00
Fabio Bas
518bda8c09
Rotate 180 degrees the art of flipped cards
2015-06-13 16:10:06 +02:00
Fabio Bas
8826908923
Automatically attach related cards to the original card
2015-06-13 15:40:59 +02:00
Fabio Bas
9ca1329cac
Fix for gcc compilation (-Werror=reorder)
2015-06-11 13:01:05 +02:00
Fabio Bas
946598375f
Expose related cards in card menu
2015-06-11 12:45:25 +02:00
Fabio Bas
da84bb33e1
Import related cards in the card database
2015-06-11 10:48:50 +02:00
Fabio Bas
7ff318bd04
Fix "welcome" popup appearing more than once
2015-05-31 16:32:46 +02:00
Zach
dd16ea78ac
Merge pull request #1115 from poixen/text_highlight
...
Highlight text after adding card
2015-05-30 18:51:25 -04:00
woogerboy21
28ccec711e
Merge pull request #1101 from ctrlaltca/registration
...
[WIP] In-client Registration support
2015-05-30 13:49:04 -04:00
Matt Lowe
7d2ad9ee3b
Highlight text after adding card
...
After adding a card to the main or side, the search text will become
selected to easily start the next search
2015-05-30 16:50:52 +02:00
ctrlaltca
fab0a0ee4e
Merge pull request #1110 from tooomm/text-works2
...
text works
2015-05-30 14:23:48 +02:00
ctrlaltca
595d70cf23
Merge pull request #1088 from ctrlaltca/customsets
...
Load additional xml sets from $userprofile/customsets/
2015-05-30 14:23:01 +02:00
tooomm
3767d49407
resolved typo
2015-05-25 03:27:27 +02:00
Fabio Bas
471f6371b5
More work
...
* Refactored code out of common/ into servatrice/
* added smtp client library
* disable registration when connected
* validate email address
* send activation token via email
2015-05-24 23:02:51 +02:00
Fabio Bas
d6cee242e3
Another gcc warning-as error removal
2015-05-24 00:53:08 +02:00
Fabio Bas
ff1aed717e
Added token generation, user activation command and response.
2015-05-24 00:37:45 +02:00
tooomm
8f64fd4a0b
text works
...
fixed welcome msg
added some articles
added database phrase to card updater
cosmetic changes to the description in edit sets
2015-05-23 23:13:45 +02:00
Fabio Bas
5ace0dd892
Almost completed registration
...
* added missing bits of serverside code;
* added fronted in client;
* removed demo python scripts;
2015-05-23 20:13:03 +02:00
ctrlaltca
411fc38337
Merge pull request #1106 from ctrlaltca/fix_1105
...
Fix crash on server shutdown; fix #1105
2015-05-23 18:26:13 +02:00
Matt Lowe
ad6dc16f84
Fixed replay crash
...
Game types are only available in online games.
This is the fastest fix.
Replays now work again.
2015-05-23 16:43:35 +02:00
Fabio Bas
323537d08d
Fix crash on server shutdown; fix #1105
2015-05-23 11:33:36 +02:00
poixen
43c9f4e123
Merge pull request #1100 from poixen/new_sounds
...
Updated sounds
2015-05-22 21:03:14 +02:00
woogerboy21
3532c31d91
Merge pull request #1098 from poixen/gui_time_limit
...
Increased server shutdown limit
2015-05-22 14:52:32 -04:00
Matt Lowe
4c1e24c214
fixed conflicts
2015-05-22 11:51:10 +02:00
poixen
d1b243481b
Merge pull request #1086 from poixen/sounds
...
updated sounds
2015-05-22 11:19:50 +02:00
Matt Lowe
7ac0f6f420
Added game type to tab title
...
+ The game type(s) is now displayed in the tab
+ Reformatted tab title
2015-05-22 10:39:49 +02:00
Matt Lowe
085eb0f2fa
Increased server shutdown limit
...
Added a max of 999 mins for the server shutdown to the gui.
2015-05-22 10:00:25 +02:00
Fabio Bas
227c18fc5a
Fix card update under windows
...
It failed if the path contained spaces.
2015-05-21 21:39:51 +02:00
Fabio Bas
6af91b3d1c
Ignore filename case when loading custom sets
2015-05-21 19:58:35 +02:00
Fabio Bas
ff20e04842
fixed untranslatable string, regenerated translations
2015-05-21 19:40:17 +02:00
tooomm
7db7b7fb06
expanded wording of name conflicts for tokens /2
...
- removed space
- fixed wording
2015-05-21 15:17:52 +02:00
Fabio Bas
b566bf4a19
Load additional xml sets from $userprofile/customsets/
2015-05-20 18:27:50 +02:00
Matt Lowe
3ac2a69b8b
updated
2015-05-20 00:31:56 +02:00
Matt Lowe
5758ac685c
Added untap sound
...
After more tinkering, it feels nice to have untap sound
2015-05-19 23:50:15 +02:00
Zach
292d730ca7
Merge pull request #1067 from tooomm/patch-1
...
expanded error msg for name conflicts (tokens)
2015-05-19 16:56:39 -04:00
poixen
5a516de26a
Merge pull request #1078 from poixen/url
...
No need for [url][/url]
2015-05-19 22:43:37 +02:00
poixen
8209c59941
Merge pull request #1076 from poixen/sb_locked
...
Disable SB button when ready
2015-05-19 11:15:04 +02:00
Matt Lowe
af29d4529c
Can now use more url types
...
Can now use
http://
https://
www.
2015-05-19 11:11:20 +02:00
ctrlaltca
15dd3471bc
Merge pull request #1075 from ctrlaltca/fix_1070
...
Ensure sounds are working at startup; Fix 1070
2015-05-16 18:21:08 +02:00
ctrlaltca
25f444a5af
Merge pull request #1051 from poixen/reveal_top_x
...
Reveal top x cards
2015-05-16 18:20:56 +02:00
ctrlaltca
262ebe3bf7
Merge pull request #1039 from ctrlaltca/update_oracle
...
Run oracle from inside cockatrice and improve sets handling;
2015-05-16 18:20:36 +02:00
Matt Lowe
9ce3aecd38
No need for [url][/url]
...
No longer need to use the [url] tags to add **HTTPS** links. I want to
only link to "secure" site by default, hence only https.
Users can still use [url] tags if they want to.
The ENTIRE chat code needs to be rewitten, as it is just packing more
code upon code. It can be done in another PR though. This just gets the
base working feature in place.
2015-05-16 09:49:28 +02:00
Matt Lowe
f2c3045a71
Disable SB button when ready
...
Updated to trigger on receive rather than send
2015-05-16 08:49:38 +02:00
Fabio Bas
2299fa1ac4
Add backward compatibility for new client on old servers
2015-05-15 18:18:25 +02:00
Fabio Bas
8fba04397b
All platform: at startup, ensure that a proper directory for sounds is set
2015-05-14 15:47:57 +02:00
Fabio Bas
924337ee93
revert 0b4701c42f
2015-05-14 15:36:44 +02:00
ctrlaltca
9c20811a7a
Merge pull request #1071 from poixen/sounds
...
Cleanup
2015-05-14 15:14:36 +02:00
Fabio Bas
44800df89c
Reworked the layout of "edit sets" window
2015-05-14 13:12:24 +02:00
Fabio Bas
58a5834f34
Implemented proposed changes to initial popup message
2015-05-14 12:38:30 +02:00
Matt Lowe
f1703ed0ad
Cleanup
...
+ Removed todo
+ linked test sound to the player joined sound
2015-05-12 19:25:49 +02:00
tooomm
c541944089
expanded wording of name conflicts for tokens
...
added "Make sure to enable the 'token set' in 'Edit sets...' dialog to display them correctly."
2015-05-09 14:12:41 +02:00
Zach
07fcde038c
Merge pull request #1065 from poixen/die_roll_parent
...
Connected die roll dlg to parent
2015-05-08 16:14:47 -04:00
Matt Lowe
80e53b334e
Connected die roll dlg to parent
...
Die roll now has a logo as it is correctly connected to the parent.
2015-05-08 20:36:31 +02:00
poixen
a8c4e4439c
Merge pull request #1055 from poixen/sounds
...
Refreshing Cockatrice Sound
2015-05-07 08:57:30 +02:00
poixen
df834183bd
Merge pull request #1053 from poixen/reveal_makeover
...
Updated reveal zone
2015-05-07 08:54:35 +02:00
poixen
433412dee1
Merge pull request #1061 from poixen/filter_svgs
...
Updated filter svgs
2015-05-07 08:54:28 +02:00
Matt Lowe
5dfef6215c
Added punctuation mark
2015-05-06 14:19:01 +02:00
Matt Lowe
6da6e5b562
Updated card loadout background
2015-05-06 14:09:27 +02:00
Matt Lowe
f2a53abcd8
Updated filter svgs
...
Now uses the same as in the deck editor
2015-05-06 13:25:06 +02:00
Matt Lowe
c64eeb4ebe
Added sound settings page
...
+ added sound setting page
+ added sound setting icon
+ moved sound settings from interface settings
Added master volume
+ added master volume slider.
+ volume can be changed by sliding bar or by using the spin box
+ Preview of volume will be played when dragging and releasing bar.
Added checks for qt4
Qt4 does not have support for setting the volume without some lengthy
work around, I have disabled volume control for qt4 users and have
mentioned that "Master volume requires qt5".
Updated sfx
+ removed all old sfx
+ added new end step and tap sound
+ tap/endstep sound has a timer on it to prevent spamming
+ test sound engine will now use endstep sound
Made end step sfx softer
end step felt too harsh
Added player joined sound
+ added a sound for when a new player joins a room
Updated
Was missing a sound when a player joins
Made end step softer
Made end step even softer
updated sound again
2015-05-06 12:47:48 +02:00
Matt Lowe
87d938e56b
Updated hand and table color
...
Updated default colors, darker, more modern, slick. Great feedback from
community.
2015-05-05 23:58:36 +02:00
Matt Lowe
1e0c4cbf87
Updated reveal zone check boxes
...
I saw in some images from other platforms it can take up alot of space.
Made the boxed horizontal, rather than vertical.
WIP Remade reveal zone
+ darkened card area to eaisily see boundries
+ reverted back to using a window
+ window can be resized
+ removed fake title bar and "X"
+ moved all cards revealed slightly to the right, makes it easier to
drag-select from the left
Cleanup
Changed style to use cockatrice icon
Changed cast
from static_cast to qstyleoption_cast
2015-05-05 10:14:27 +02:00
poixen
cf24f4aa04
Merge pull request #1045 from poixen/move_reveal_location
...
Moved zone loactions
2015-05-04 17:09:23 +02:00
Zach
399122f49d
Merge pull request #1047 from poixen/move_filter_boxes
...
Updated reveal zone check boxes
2015-05-04 10:47:44 -04:00
Matt Lowe
45d214aa19
Added deck size limit
...
Updated to use the current deck size limit
2015-05-04 16:21:59 +02:00
Matt Lowe
b81ed893e1
Can now disable desktop mentions
...
Was not checking if the setting was enabled
2015-05-04 12:40:51 +02:00
Matt Lowe
59c0834427
Reveal top x cards
...
Updated reveal top card to reveal top x cards
Sometimes you want to reveal more than only the top 1 card.
2015-05-04 10:49:49 +02:00
Matt Lowe
052ce72993
Updated reveal zone check boxes
...
I saw in some images from other platforms it can take up alot of space.
Made the boxed horizontal, rather than vertical.
2015-05-02 21:18:02 +02:00
Matt Lowe
7ccc23f902
Moved zone loactions
...
I have moved the default opening positions of some of the reveal zones.
Example:
The sideboard will be in the same position as the scry and the random
card from hand will be the same as the hand view.
2015-05-02 17:52:34 +02:00
Matt Lowe
95104df589
Reverted back to full punctuation
...
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.
2015-05-01 22:26:44 +02:00
Fabio Bas
66adeb6d75
Improve sets handling
...
Move the “check unknown sets” method inside the cards database, so that
it can be executed when the card database gets reloaded after a card
database update.
Additionally, show the user a welcome message the first time they run a
new cockatrice version, so that they know why they get shown the “edit
sets” window and how to hide/disable sets.
2015-05-01 18:55:14 +02:00
Fabio Bas
c356a6fc48
Run oracle from cockatrice
2015-05-01 16:38:31 +02:00
Zach
5410afbbb1
Merge pull request #1035 from ctrlaltca/fix_762
...
Add "play top card face down" menu entry to library; fix #762
2015-04-28 11:33:41 -04:00
Fabio Bas
e649535211
Add "play top card face down" menu entry to library; fix #762
2015-04-27 23:02:45 +02:00
Zach H
425790e398
Fixed incorrect zone positioning
2015-04-27 16:26:57 -04:00
Zach
1ca561dec5
Merge pull request #1033 from poixen/token_pt_fix
...
Only use local db if no pt is provided
2015-04-27 15:58:41 -04:00
Zach
c5ac3701ba
Merge pull request #1031 from ZeldaZach/update_about_menu
2015-04-27 12:21:15 -04:00
Zach H
a15a0c0385
gavin & translate update
...
Add dev section
add report section
2015-04-27 11:34:53 -04:00
Matt Lowe
6fd5c4dd27
Only use local db if no pt is provided
...
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.
2015-04-27 10:17:46 +02:00
tooomm
f83ddf48fd
cleaned up translations
...
removed tr() tag from hidden strings
2015-04-27 00:25:43 +02:00
Zach
f6d0b5216b
Merge pull request #1027 from ctrlaltca/osx_retina_ok
...
Enable hidpi (retina) support under osx
2015-04-26 18:13:56 -04:00
poixen
ab28b45d68
Merge pull request #1029 from poixen/server_shutdown_fix
...
Fixed server shutdown crash
2015-04-27 00:12:28 +02:00
Matt Lowe
a729bb076b
Fixed server shutdown crash
...
`serverShutdownMessageBox` was not assigned to 0 in the ctor.
2015-04-26 23:39:20 +02:00
Fabio Bas
e88bad786f
Enable hidpi (retina) support under osx
...
* add to the application bundle a custom info.plist
* fix a graphic glitch on the life counter
2015-04-26 22:50:59 +02:00
Matt Lowe
ff1aec406b
Changed pt to orange
...
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.
2015-04-25 23:06:41 +02:00
Matt Lowe
74f140ade8
removed qfont import
2015-04-23 23:06:21 +02:00
Matt Lowe
637bd767bb
Updated to use svgs
2015-04-23 22:43:24 +02:00
Matt Lowe
1ab2ba3f6f
Updated + / - buttons
...
+ moved to the left to make it easier to move from buttons to macros
+ changed buttons to + / -
+ made buttons a bit bigger
2015-04-23 18:42:49 +02:00
woogerboy21
924dd174e3
Merge pull request #1010 from poixen/server_shutdown_warnings
...
Updated server shutdown timer logic
2015-04-23 10:59:32 -04:00
Matt Lowe
e646122f55
Updated server shutdown timer logic
...
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
2015-04-22 19:14:14 +02:00
Matt Lowe
004a952cb4
Colored PT
...
I compare the card pt, to the card with the same name in the db. if the
card is found, we compare the pt, of the db item and the item in play.
If there is not a match then we change the color of the PT. This is
pretty much the same as mtgo does it.
I looked into having only the P, or the T colored, though this is not
posible, when you set a pen color you can not change it partway through
painting a string. That would require 3 strings painted, one for p, /
and t. Which is more effort than its worth. This does the job pretty
well.
I have also moved the pt slightly to the left so it lines up better. I
have some images to compate.
2015-04-22 15:02:47 +02:00
Fabio Bas
7e56c5a9c6
Added translation fix missing from #1001
2015-04-22 11:10:14 +02:00
Fabio Bas
629f48e2ff
Permit translation in "game created" column; Fix #999
...
Also, extracted the 2 new strings
2015-04-22 09:12:38 +02:00
ctrlaltca
4a36be84a8
Merge pull request #985 from ctrlaltca/sets_rebased
...
Rework the way sets selection/importing works; fix #539 (rebased)
2015-04-21 14:46:51 +02:00
poixen
2902d8575e
Merge pull request #983 from poixen/mention_fix
...
Mentions will now work with all legal chars
2015-04-20 14:20:23 +02:00
ctrlaltca
5f13f89d74
Merge pull request #986 from poixen/clear_chat_fix
...
Added clear chat fix
2015-04-19 18:20:40 +02:00
Matt Lowe
86fa02c6c5
Added clear chat fix
...
When clearing the chat, we now clear the last sender.
This fixes the issue where you clear the chat and a user continues to
talk, you get no indication of who is talking. Now it will show the
users name.
2015-04-18 22:23:51 +02:00
Fabio Bas
881cea27f4
Rework the way sets selection/importing works; fix #539 (rebased)
2015-04-18 18:47:09 +02:00
ctrlaltca
e69ca60164
Merge pull request #978 from tooomm/useronserver_rename
...
clearly differentiate user lists
2015-04-18 18:17:55 +02:00
Matt Lowe
2d34bfeb1b
Mentions will now work with all legal chars
...
As the server has been updated to enforce username rules, we can now
check for the next position of whitespace. This allows ALL users to have
a working mention system. Currently "-" is available for users, this
will fix that.
2015-04-18 14:42:39 +02:00
woogerboy21
69a9484e45
Merge pull request #981 from ctrlaltca/servatrice_compilation_fix
...
Quick compilation fix for debug mode
2015-04-17 13:44:26 -04:00
woogerboy21
1562d1efd1
Merge pull request #980 from poixen/server_period
...
Updated server to support "."
2015-04-17 13:44:15 -04:00
Fabio Bas
3d0b132dae
yet another unused parameter
2015-04-17 18:57:37 +02:00
Fabio Bas
3969572d36
Fixed double variable declaration
2015-04-17 18:51:48 +02:00
Fabio Bas
2a9945ac6a
Reorder member initialization
2015-04-17 17:44:07 +02:00
ctrlaltca
6807fed02f
Merge pull request #976 from ctrlaltca/fix_643
...
Fix #643 (problem in deck editor's OR filter when no term is enabled)
2015-04-17 09:47:32 +02:00
ctrlaltca
b99a0a682e
Merge pull request #973 from poixen/filter_dlg
...
Filter password games consistancy
2015-04-17 09:47:18 +02:00
Matt Lowe
d5a1264bcb
Updated server to support "."
...
Now uses regex.
Added "."
Updated login message
2015-04-16 23:50:05 +02:00
Fabio Bas
c27735b09e
Simplified code
2015-04-16 22:20:40 +02:00
tooomm
5be3ec8068
clearly differentiate users lists
...
users in room vs. users on server
2015-04-16 15:17:08 +02:00
Fabio Bas
9296e6007f
Fix #643
2015-04-16 12:44:10 +02:00
ctrlaltca
2f35e86be9
Merge pull request #954 from ctrlaltca/deckeditor_cmc
...
Minor deck editor fixes
2015-04-16 08:12:53 +02:00
ctrlaltca
997ca87377
Merge pull request #966 from ZeldaZach/remove_unnecessary_tr
...
Fixing Shortcuts; Fix #476
2015-04-16 08:12:26 +02:00
Fabio Bas
eb6d067a21
Speed up deck editor filtering
...
* card: cache simpleName for each card
* deck editor: remove double comparation of searched term with card
name when sorting
2015-04-15 23:21:44 +02:00
Matt Lowe
8938d291f8
Filter password games consistancy
2015-04-15 22:00:52 +02:00
poixen
feeaa9c9d1
Merge pull request #970 from poixen/updated_username_message
...
updated second string
2015-04-15 20:23:24 +02:00
poixen
53d25e738d
Merge pull request #969 from poixen/game_created
...
Game created code improvements
2015-04-15 20:22:45 +02:00
poixen
698e6ccee4
Merge pull request #950 from poixen/zone_grammar
...
Updated grammar based on #932
2015-04-15 20:21:49 +02:00
Matt Lowe
751315a413
updated second string
2015-04-15 19:03:59 +02:00
poixen
aa95125fb2
Merge pull request #955 from poixen/custom_folder_link
...
Added menu item to open custom image folder
2015-04-15 14:51:04 +02:00
poixen
82d2ac8c32
Merge pull request #965 from poixen/updated_username_message
...
Updated invalid username dlg
2015-04-15 14:23:50 +02:00
Matt Lowe
386cbcec7f
Updated username dlg message
...
updated
2015-04-15 14:22:56 +02:00
Matt Lowe
25dbfb37f4
Game created code improvements
...
+ No longer get "5hrs" and "5+ hrs" instead will be "4hrs" and "5+ hrs".
+ Refactored into an else-if with a single return.
+ removed comments
+ removed code from namespace and added to class
2015-04-15 14:18:16 +02:00
Matt Lowe
2e5ecd841c
Removed check
...
When searching for a card the line edit will not be empty, so this check
is not needed. The performance when the line edit IS empty will take a
slight hit, but you really want additional performance when searching,
not when the line edit is empty.
Removing will increase performance.
2015-04-15 12:25:06 +02:00
Matt Lowe
778ad8dee1
Simple name searching on by default
...
Previously would try to match the card name, if nothing is found, then
we would try again with the simple name.
I have now made it only the simple name version. We do not need to
perform the first check. Should help a little with performance.
2015-04-14 23:30:29 +02:00
Zach H
9be29641b0
apply QKeySequence & remove unnecessary tr
2015-04-14 17:17:01 -04:00
Matt Lowe
2336ee4f84
Updated invalid username dlg
...
Relates to #964 . We want to give a the correct reason for failed logins
and display the reason why.
2015-04-14 09:59:29 +02:00
Zach
cd49b2f785
Merge pull request #960 from poixen/capitalize_text
...
Capitalized some text
2015-04-12 19:38:19 -04:00
Matt Lowe
b68cf51341
Added menu item to open custom image folder
...
Needs to be tested on mac
2015-04-13 00:30:49 +02:00
Matt Lowe
bf0f3e0b44
Capitalized some text
2015-04-13 00:05:58 +02:00
Matt Lowe
1b165bde4c
Updated context menus
...
+ added more separators
+ swapped some actions from lib menu (scry action now higher)
+ Added capital letters to words
2015-04-12 22:36:48 +02:00
Matt Lowe
a2aad95ede
Added missing checks
2015-04-12 21:52:17 +02:00
Fabio Bas
25290227ca
Sort Mana cost using CMC
2015-04-12 18:54:00 +02:00
Fabio Bas
0e203b3ac2
CardDatabaseDisplayModel: sort cards by search term only when the current sort column is NameColumn
...
When the list os sorted using another column, you don’t need to
compare that column’s value with the searched term
2015-04-12 18:43:45 +02:00
Fabio Bas
013087a4eb
CardDatabaseModel: use an enum for columns
2015-04-12 18:42:10 +02:00
Matt Lowe
379ceeeca0
Zone crash fix
...
Related to #808
When closing the app/game tab with a zone revealed the client will
crash. This was due to the zones not being deleted.
2015-04-12 17:39:04 +02:00
Matt Lowe
6e39cc3823
Updated grammar based on #932
...
Based on #932 I have added pronouns the the graveyard and hand, and also
changed "from play" to "from battlefield"
2015-04-12 17:00:43 +02:00
poixen
4c66ef03e2
Merge pull request #937 from poixen/create_token_dlg
...
Updated token dlg
2015-04-12 16:36:45 +02:00
Matt Lowe
06accd519c
Fixed main chat room lag
2015-04-11 00:49:07 +02:00
Zach
19e86c61f0
Merge pull request #940 from poixen/token_pt_fix
...
Fixed token PT issue for #931
2015-04-10 16:21:17 -04:00
Matt Lowe
44d4a534bf
Added () for || && logic handling
2015-04-10 13:31:44 +02:00
Matt Lowe
9689b8e56a
Fixed token PT issue for #931
...
The problem was that back when I added #336 I made it so that if YOU
didnt recive the PT of the token, then it would be fetched from your
tokens.xml, the issue is that we needed to send that value to the
server. The server sees it as a 0/0
This fix will send the PT from the tokens.xml if available.
2015-04-10 13:26:38 +02:00
poixen
db23d3c9ec
Merge pull request #936 from poixen/replay_system
...
Reworked replay buttons
2015-04-10 10:43:44 +02:00
poixen
3bf3c7e94e
Merge pull request #922 from poixen/sys_icon_fix
...
Fixed double click sys icon
2015-04-10 10:36:36 +02:00
poixen
ebcee34e0d
Merge pull request #923 from poixen/popup_fix
...
Fixed issue with clicking on PM/mention bubbles
2015-04-10 10:36:20 +02:00