Rob Blanckaert
7cd9b9c0c8
Unconcede ( #3515 )
2019-01-27 12:50:41 -05:00
ebbit1q
495e232c22
add the amount of cards logged to the reveal cards event ( #3516 )
...
* add the amount of cards logged to the reveal cards event
sets cardname to the amount for the call if not 1 for the fromstr only
add braces for single line statements
* zach cleanup
2019-01-24 08:53:05 +01: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
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
ctrlaltca
29904c49da
Specify reason when on game leave; fix #2624 ( #2633 )
...
* fix #2624
* feedback++
2017-04-24 22:20:08 +02: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
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
Lee Matos
c01d526161
make client gender neutral
2016-04-21 03:44:39 -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
Daenyth
4c2a553f03
Have servatrice inform players of sideboard size
...
Ref #142
2014-06-28 00:36:43 -04:00
Matt Kelly
1bc48a7849
Convert rest of source to 4-space indent
2014-02-11 11:14:19 -05:00
Max-Wilhelm Bruker
089c937167
use proper anchors in MessageLogWidget, effectively fixing issue #54
2012-06-02 17:22:19 +02:00
Max-Wilhelm Bruker
95cd293b9c
context menu for a message sender's name in chat; also display the user level icon next to the name; minor consistency and type-safety changes
2012-04-08 23:48:02 +02:00
Max-Wilhelm Bruker
7417236c3a
preliminary AlwaysRevealTopCard support related to issue #31 , server code cleanup (finally removed getGameState)
2012-03-31 21:47:30 +02:00
Max-Wilhelm Bruker
b2b7242802
changed lock icon, added sideboard locking, issue #15 fixed
2012-03-27 20:32:24 +02:00
Max-Wilhelm Bruker
0b51af888c
Don't close the game tab immediately when kicked out of a game. Fixes bug #25
2012-03-26 19:32:27 +02:00
Max-Wilhelm Bruker
5ff1fd8ec6
added peeking at facedown cards, fixing issue #7
2012-03-24 18:52:08 +01:00
Max-Wilhelm Bruker
adbb607700
Revealing a library to a player now grants that player permission to drag cards out of that library onto his own table. This permission is revoked by shuffling the library. The zone view window tracks content changes of the zone for as long as the permission lasts so that card ID changes are kept track of. This hopefully fixes issues #5 and #12 .
2012-03-24 17:48:25 +01:00
Max-Wilhelm Bruker
a1bcd9854f
preliminary client-side replay support, works in principle
2012-02-21 00:09:03 +01:00
Max-Wilhelm Bruker
c4eb7ba6cf
PB: more client files compile
2011-12-30 22:29:57 +01:00
unknown
0bb4ef8bb8
added deck hashing
2011-10-04 16:55:18 +02:00
Max-Wilhelm Bruker
f10d9c9bec
strip newlines from msg in cmdRoomSay; improved i18n in MessageLogWidget
2011-07-06 18:45:56 +02:00
Max-Wilhelm Bruker
fccc91818d
chatview improvement
2011-07-05 21:33:03 +02:00
Max-Wilhelm Bruker
05ebb83ba4
improved banning; added [url] and [card] tags for chat
2011-06-25 21:21:19 +02:00
Max-Wilhelm Bruker
4b84168bda
client/server version bump; eventConnectionStateChanged
2011-06-25 17:50:28 +02:00
Max-Wilhelm Bruker
b7ab2d97bd
support for women
2011-06-22 17:39:25 +02:00
Max-Wilhelm Bruker
808d2a3c01
Event context for mulligans, German translation
2011-05-21 23:48:46 +02:00
Max-Wilhelm Bruker
af8e498ab2
readjusted position of 'move to' menu in card context menu; fixed logMoveCard
2011-03-07 19:11:06 +01:00
Max-Wilhelm Bruker
ce80d29f50
improved cipt handling, initial p/t for cards
2011-02-16 20:05:03 +01:00
Max-Wilhelm Bruker
7116382a96
added 'undo last draw' feature. protocol version bump (12)
2011-01-27 17:49:31 +01:00
Max-Wilhelm Bruker
e1380f199e
full reveal card support
2010-10-28 18:44:32 +02:00
Max-Wilhelm Bruker
cf95e5f328
Added card hover + card info widget popup to MessageLogWidget
2010-10-15 19:47:30 +02:00
Max-Wilhelm Bruker
adaa1d5323
fixed flipCard code
2010-09-17 22:59:13 +02:00
Max-Wilhelm Bruker
614f106304
arrows can target players; card attachment works
2010-07-17 18:24:14 +02:00
Max-Wilhelm Bruker
61b82bd6f9
arrows can target players now
2010-06-27 17:56:09 +02:00
Max-Wilhelm Bruker
cbf201ed9b
optionally destroy tokens on zone change; added multi arrows; card menu changes; arrow fixes; initial commit for attachCard code
2010-06-27 14:50:51 +02:00
Max-Wilhelm Bruker
49e3563386
improved token dialog
2010-06-18 21:04:28 +02:00
Max-Wilhelm Bruker
df7bcf179d
set p/t, set annotation, multiple counters per card
2010-06-17 20:13:27 +02:00
Max-Wilhelm Bruker
41c4603fe9
This closes feature request 0000020. Attention, this breaks protocol compatibility.
2010-06-03 02:29:48 +02:00
Max-Wilhelm Bruker
befafa28ae
Fixed elevation of spectator rights; added some spectator options; closes bug 0000005
2010-05-26 21:36:54 +02:00
Max-Wilhelm Bruker
cb74c734f2
cleanup
2010-03-09 17:53:34 +01:00
Max-Wilhelm Bruker
78c1851c52
implemented conceding
2009-12-01 17:26:42 +01:00
Max-Wilhelm Bruker
77015c9ebf
event handling
2009-11-28 00:02:11 +01:00
Max-Wilhelm Bruker
0d4717f40b
new code
2009-11-25 22:58:20 +01:00
Max-Wilhelm Bruker
c46ef255a1
some client code
2009-11-12 17:04:06 +01:00
Max-Wilhelm Bruker
cb0e4d07e4
everything compiles again; enough for today
2009-11-12 00:09:24 +01:00
Max-Wilhelm Bruker
867a27ecd4
Arrows
2009-10-17 23:55:31 +02:00
Max-Wilhelm Bruker
a543c9b90c
final (?) spectator code, small bugfix
2009-09-24 20:12:44 +02:00
Max-Wilhelm Bruker
fa16d86283
small cleanups
2009-09-23 16:00:44 +02:00
Max-Wilhelm Bruker
890740bcc9
protocol changes, menu cleanups, phase button speed improvement
2009-09-21 20:21:11 +02:00