LevelX2
|
b360bb1528
|
Removed redundant remove user from chat call and some formatting.
|
2014-06-16 07:48:15 +02:00 |
|
LevelX2
|
6c8b818d89
|
* User handling - Fixed a recently added bug and added some debug messages.
|
2014-06-15 14:00:45 +02:00 |
|
LevelX2
|
d244551e3b
|
* Added Morph ability.
|
2014-06-09 17:53:55 +02:00 |
|
LevelX2
|
6a3b0afc09
|
* Mage server - Some changes to disconnect reason handling.
|
2014-06-09 13:16:35 +02:00 |
|
LevelX2
|
9dd35eced4
|
Added some debug messages.
|
2014-06-02 08:31:06 +02:00 |
|
LevelX2
|
ffcdb51d1b
|
Fixed a possible NPE in GameController.
|
2014-06-01 23:23:22 +02:00 |
|
LevelX2
|
03f01bba3b
|
Updated some texts, changed from MAGE to XMage.
|
2014-05-30 21:00:01 +02:00 |
|
LevelX2
|
0e71ac5e53
|
* Tournament handling - Fixed player handling for swiss tournament. No more quit sound or stat eif player already finished the tournament correctly.
|
2014-05-30 15:43:59 +02:00 |
|
LevelX2
|
3a5dd428e6
|
* Game watching - Show number of games watched by player in player list.
|
2014-05-29 18:21:04 +02:00 |
|
LevelX2
|
dad109b88e
|
* Control player - Fixed the phase names shown to the controlled player (fixes #415).
|
2014-05-28 17:29:04 +02:00 |
|
LevelX2
|
c13f7a2115
|
* Mana pool handling - Fixed bug where wrong playerId was used. Fixed that menu check state is the same for all GamePanles of client.
|
2014-05-27 16:54:38 +02:00 |
|
LevelX2
|
d9e4e99a0f
|
Some changes to manual mana pool handling.
|
2014-05-27 08:37:16 +02:00 |
|
LevelX2
|
71fb7bf25b
|
Added context menu to switch between manual and automatic usage of the mana in mana pool. Manual usage is done by clicking on the mana symbol in the player panel. Still some fine tuning to do.
|
2014-05-24 02:56:35 +02:00 |
|
LevelX2
|
0739a5826e
|
Added some logic to prevent error if player does not submit a deck in limited format.
|
2014-05-19 08:24:14 +02:00 |
|
LevelX2
|
2d109222a8
|
* Changed some links and messages.
|
2014-05-11 20:45:20 +02:00 |
|
magenoxx
|
c8ea8e7260
|
Added error handling for TournamentSession
|
2014-05-03 14:12:31 +05:30 |
|
LevelX2
|
c77c43a1b0
|
Changed again action that is called if timer runs out.
|
2014-05-03 09:27:21 +02:00 |
|
magenoxx
|
9f2466f42f
|
Merge changes
|
2014-05-03 11:00:05 +05:30 |
|
LevelX2
|
21149dc0ac
|
* Undo wrongly removed generic Exception hadling,
|
2014-05-02 09:34:36 +02:00 |
|
magenoxx
|
6ae4546ddb
|
Added comment explaining how createPlayerTimer works
|
2014-05-02 11:27:39 +05:30 |
|
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 |
|
magenoxx
|
517f9b6a08
|
Now fatat messages of the Game Worker are logged into separate magediag.log file
|
2014-04-30 16:42:59 +05:30 |
|
magenoxx
|
e82bc6e671
|
Added exception and error handling for game worker
|
2014-04-30 16:41:52 +05:30 |
|
magenoxx
|
9c088fa75b
|
Made table controller logging game id (needed as correlation id for magediag logs)
|
2014-04-30 16:40:39 +05:30 |
|
magenoxx
|
80b07e62f9
|
Fixed wrong comment on timer duration
|
2014-04-30 14:32:13 +05:30 |
|
magenoxx
|
bc286a0002
|
Added comment description for params set
|
2014-04-30 13:04:00 +05:30 |
|
LevelX2
|
915651335a
|
Fixed that in tournament a automatically generated deck will be submitted if player doesn't submit a deck in time (fixes #421).
|
2014-04-29 17:32:24 +02:00 |
|
magenoxx
|
74ddaa4a57
|
[AdminConsole] Added the possibility to end user session without kicking him/her off. Fixed bug with discarding row selection in user table
|
2014-04-28 18:21:55 +05:30 |
|
magenoxx
|
7740cc6f66
|
Made loading cards more verbose (Issue#423)
|
2014-04-28 15:43:14 +05:30 |
|
LevelX2
|
bc6f0f65bc
|
Removed not needed chat message about player leaving mage.
|
2014-04-26 18:45:27 +02:00 |
|
LevelX2
|
07bfebcd7d
|
* Table sorting - Fixed bug that caused wrong sorting of waiting tables to the bottom of the tables list.
|
2014-04-25 15:58:20 +02:00 |
|
LevelX2
|
628cf2e018
|
Fixed that user expired sceduled job died without reporting causing error. Handling changed so that if an exception raises it does not prevent the server to check expired user next time. (Hope this will workaround the existing nasty problem in user handling and show the error causing code sequence).
|
2014-04-25 14:57:45 +02:00 |
|
LevelX2
|
90b3e75435
|
Some minor changes to debug logging messages and server user handling.
|
2014-04-24 08:26:37 +02:00 |
|
LevelX2
|
236ebe2a12
|
Some changes to debug logging messages.
|
2014-04-23 08:12:40 +02:00 |
|
LevelX2
|
4e53ff73ea
|
Improved sorting of tables and matches.
|
2014-04-17 16:39:19 +02:00 |
|
LevelX2
|
d53a3245d6
|
Changes to connect messages, added some debug messages to narrow down server user handling bug.
|
2014-04-14 23:11:34 +02:00 |
|
LevelX2
|
b829ad499e
|
* Tournament play - Player state set to "Eliminated" as soon as he lost a match in an elimination tournament. Points for a Bye for player are shown immediately. Players finishing the last round are set to Finishedinstead of wating for next round.
|
2014-04-13 02:04:43 +02:00 |
|
LevelX2
|
50e82ef930
|
* User manager added some debug messages, changed remove player logic.
|
2014-04-12 18:17:17 +02:00 |
|
LevelX2
|
b03048b01a
|
* Tournament play - Fixed that AI players were unwanted removed from combat at the start of a new tournament round.
|
2014-04-12 18:15:32 +02:00 |
|
LevelX2
|
dda09ce535
|
* Eye of Ugin - Fixed tooltip text ("colorless" was missing).
|
2014-04-07 00:20:01 +02:00 |
|
LevelX2
|
85a3864140
|
Merge origin/master
|
2014-04-01 17:34:56 +02:00 |
|
LevelX2
|
c9f72bfc0c
|
* Server log - Added some logging information.
|
2014-04-01 17:32:48 +02:00 |
|
LevelX2
|
cb018dd0f0
|
* Changed tournament result genration and disconnect time formatting.
|
2014-04-01 00:07:49 +02:00 |
|
LevelX2
|
9ff5bcbd92
|
Improved reconnect and tournament handling. Reconnect time is now shown for disconneted players on player list and tournament panel. You can now reconnect (during 3 minutes) to a tournament also if meanwhile new game (after sideboarding ended) or round was started. Conceding the complete match in a tournament can no longer result in a draw, if you won games before. Quitting a tournament does now always end all active games of that quitting player.
|
2014-03-31 02:24:59 +02:00 |
|
LevelX2
|
f5ff18acfa
|
* Cube - Added "MTGO Cube March 2014" cube.
|
2014-03-29 20:44:36 +01:00 |
|
LevelX2
|
e9a301da3c
|
Added a mono blue draft cube.
|
2014-03-17 16:57:11 +01:00 |
|
LevelX2
|
af01639bd1
|
Updated readme.txt.
|
2014-03-06 21:48:08 +01:00 |
|
LevelX2
|
dc73d85cd0
|
Minor changes to readme.md. Some minor formatiing.
|
2014-03-02 21:58:13 +01:00 |
|
LevelX2
|
8d2f4cc9ac
|
* Draft - Added "Quit Tournament" button to draft panel. Minor formatting.
|
2014-02-28 17:47:27 +01:00 |
|
LevelX2
|
62b92f1c5d
|
Added Phyrexian Dreadnought.
|
2014-02-26 16:57:32 +01:00 |
|