Bers
91b3c7343d
fixed 2 warning-errors on archlinux(gcc 8.1): implicit fallthrough, ignored qualifiers ( #3270 )
2018-06-09 10:28:17 +02:00
David Szabo
7cfbf114b7
"Show related card" option added to ingame context menu ( #3115 )
2018-02-19 01:12:25 -05:00
Vafthrudnir
11ad677fe8
Sending card name to chat on shift+click ( #3106 )
2018-02-13 02:50:37 -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
261d3ac591
better null check ( #3036 )
2018-01-20 14:54:34 -05:00
Zach H
bc52882ac4
Fix Bad Gameplay ( #3034 )
2018-01-19 20:34:14 -05:00
Zach H
691bf36fbe
Disable sideboard button w/o deck ( #3025 )
2018-01-19 10:50:18 -05:00
Zach H
e8dbdc3c6d
Add token creation for opponent board items ( #2744 )
2017-06-28 23:09:10 -04:00
backendr
d9230d6c6b
Message Log Widget changes ( #2709 )
...
* Message Log Widget changes
* Gravard now logs as before
* removed redundant QString()
2017-05-13 11:47:43 +02:00
Zach H
62d8f5a039
change cards from sb<->mb with double-click ( #2606 )
2017-04-25 14:05:25 -04:00
Fabio Bas
2c551bdd35
Revert "fix #2332 "
...
This reverts commit 0fd77346df
.
2017-04-25 19:35:07 +02:00
Fabio Bas
0fd77346df
fix #2332
2017-04-25 18:58:01 +02:00
ctrlaltca
29904c49da
Specify reason when on game leave; fix #2624 ( #2633 )
...
* fix #2624
* feedback++
2017-04-24 22:20:08 +02:00
Zach H
176ea444ba
revert clear focus ( #2619 )
2017-04-21 17:52:14 +02:00
Zach H
5f3a3f535a
clear focus only if needed ( #2604 )
2017-04-20 05:21:30 -04:00
Zach H
dc6c375220
clear focus when changing phases ( #2583 )
2017-04-15 14:37:01 -04:00
Gavin Bisesi
d65a444ac5
Remove direct usages of TabSupervisor from Chatview
...
- There still might be inherited usages
- It's still used in the ctor
Areas to test
- Mentions
- Chat notifications
- Username clickable links
2017-03-22 20:44:05 -04:00
Zach H
c850ae98d8
add player numbers to in game ( #2435 )
2017-03-04 11:03:39 -05:00
woogerboy21
dbf7d7f748
Fix replay chatview with new gummys ( #2340 )
...
Fix #2334
This update fixes the violation that happens when watching replays to
determin the proper user privlevel in order to generate the correct
gummy.
2017-01-06 15:28:30 -05:00
woogerboy21
6962777ded
Rework idle timeout, now server side ( #2259 )
...
* Server side idle timeout
Initial commit for server side idle timeout counter. This adds a new
int value that is updated when room/game/mod/admin commands occur and is
checked during the regular ping timout function that if the users new
"idle" value exceeds the idleclienttimeout value defined in the servers
configuration file the user is logged out. The user will receive a
warning at the 90% time frame mark about being idle.
* Use round instead of ceil
Travis fix for older xcode issue's.
* Fixed requested items
Mis-spelleed function, added header, added warning message sent check
value. Also corrected the protobuf declaration file for
event_notifyuser
* Moved bool to protected
* Re-Ordered Declarations
* Removed most stylistic items
Resolved most noted things.
* Remove client side idle timeout
Removed client side idle timeout functionality
2016-11-08 22:18:12 -05: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
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
poixen
f2cd276e5f
more screen space
2016-07-21 20:06:45 +02:00
Fabio Bas
bb5292aa8d
Drop Qt4, libgcrypt, qtmobility dependencies
2016-05-11 12:45:58 +02: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
Fabio Bas
058b913455
Game: save and restore dock sizes
2016-02-07 21:58:51 +01:00
woogerboy21
f57e0454bb
Dockified the game & replay review areas
2016-01-16 00:54:14 +01:00
Fabio Bas
4d7795ca3a
Split pictuloader out of carddatabase
2015-12-26 16:40:17 +01: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
Zach
d5adec53a2
Revert "Reimplemented PictureLoader as a singleton"
2015-09-23 03:17:33 -04: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
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
00e3e63f41
Themes: remove all hardcoded extensions
2015-09-13 00:14:36 +02:00
Fabio Bas
f14ebb0028
Fix replay crash due to completer
2015-09-08 08:12:00 +02:00
Fabio Bas
5cfb034452
merged with master
2015-08-31 22:48:14 +02: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
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
marco
d3d6f70496
Removed 2nd arg from ShortcutsSettings::getShortcut
2015-08-16 21:53:59 +02:00
marco
beaa4e9383
Configurable shortcuts
2015-08-16 13:46:57 +02:00
marco
b0bf94e378
Shorcut read from settings
2015-08-09 12:16:52 +02: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
mildmongrel
124788d217
Added ability to rotate player positions in the local game view.
2015-07-08 09:16:37 -07: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
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
Fabio Bas
c400d6d4ec
use the new card frame in game; mitigates #1144
2015-06-19 14:57:20 +02:00