magenoxx
21eb420c16
Moved Mage.Common classes from src to src/main/java
2017-04-20 19:05:09 +03:00
vraskulin
0557b5e89c
list.size > 0 changed to !list.isEmpty
...
We care about if it's empty or not, not about it's size
2017-02-06 14:32:51 +03:00
vraskulin
f60ebfbb1f
All 1-character strings converted to primitives
...
"b" + "r" now changed to 'b' + 'w'. It's more straight-forward, and may cause perfomance improvements - character primitives allocation is faster and less expensive than string creation.
2017-02-06 14:32:51 +03:00
Quercitron
c781728b97
Add rating to the client ( #1498 )
2016-05-17 17:27:43 +03:00
LevelX2
8426816b09
* Some changes to table and match view.
2014-11-01 14:24:23 +01:00
LevelX2
6e13b3ec14
Fixed a possible exception in MatchView.
2014-09-08 23:57:36 +02:00
LevelX2
3699b7ca3d
Fixed a bug of handling of tournament sub tables if a user left. Some chnages to match view.
2014-09-04 18:20:40 +02:00
LevelX2
513b012dc0
* Fixed draw handling. Fixed concede handling. Fixed message generation for game end view. Added some debug messages.
2014-06-25 01:34:11 +02:00
LevelX2
473c9e207b
Fixed (probably) the player1 concedes but other player2 wins. Fixed that if player runs out of timer time or player lose of beeing idle, the match will end correctly.
2014-05-01 19:34:52 +02:00
LevelX2
c7289a3810
* Some formatting. Some cleanup for server memory handling.
2014-02-20 17:49:21 +01:00
LevelX2
e40b44ed79
* Tables - Added the possibility to show the tournament panel for finished tournaments.
2014-02-20 12:10:15 +01:00
LevelX2
40c25fae34
Fixed some bugs in table handling. Fixed that matches were not set to finished yet, if players left match during sideboarding phase.
2014-02-07 02:04:14 +01:00
LevelX2
e490d6af61
Added cubes for Sealed and Daft Tournaments. Added a simple Swiss like tournament format.
2014-01-10 19:58:55 +01:00
LevelX2
a26b8947d0
* Showing used sets also for finished tournaments, showing start time of match or tournament in table view creation time column as the match or tournament is started.
2013-10-09 17:10:19 +02:00
LevelX2
e2532a9b11
Improvements player cancels or leaves match or tournament. Draft can replace human player by draft bot if human leaves.
2013-10-03 22:42:16 +02:00
LevelX2
7cf2b0cc97
Fixed a bug that player names of finished matches were no longer shown in the list of fnished matches.
2013-08-23 14:35:59 +02:00
LevelX2
6098aa1d7c
Handling of players that cancel tournament improved.
2013-07-19 14:05:56 +02:00
LevelX2
dec8f24c68
* The list of completed matches and tournaments shows now also columns with start and end time.
2013-06-10 14:12:24 +02:00
LevelX2
402f7fffd9
Tournaments status is updated now and if tournament finished, it's moved to the lower finished matches view.
2013-03-27 22:31:15 +01:00
North
239a4fb100
[refactoring][minor] Replaced all tabs with four spaces.
2012-06-19 23:50:20 +03:00
BetaSteward
4a653d55cd
show completed matches - view replays
2011-08-26 10:41:28 -04:00