foul-magics/Mage.Client/src/main/java/mage/client/table
michaelrfarcasin c3cb54f371 Add Freeform Unlimited Commander game type
Currently there's no multiplayer format that allows players to cast
spells from the command zone and also allows any deck size.

This is a problem for players who want to test EDH Cube decks. These
decks:
- can have any size - often between 40 and 100 - with no standard
- can have cards outside the commander's color identity
- may break the singleton rule

Create a game and deck type to accommodate these types of decks.

Notable differences from Freeform Commander in addition to the above:
- Decks can have any number of cards in the maindeck or sideboard
- Sideboard cards can be any type
- There are no illegal expansions
- Games can have a minimum 2 players
2020-01-20 22:47:27 -06:00
..
ColumnInfo.java * UI: added cell hints to player's list in lobby, fixed header hints; 2019-01-21 01:10:01 +04:00
MageTable.java UI: fixed row selecting in tables list 2019-01-22 23:00:23 +04:00
MatchesTableModel.java sonar fixed 25022019 2019-02-26 09:20:15 +01:00
NewPlayerPanel.form Use spinner instead of combobox for AI skill. Fix #1111 and #118 2017-02-14 21:06:07 +01:00
NewPlayerPanel.java UI: improved deck editor exports: 2019-03-21 19:17:41 +04:00
PlayersChatPanel.form Some more changes to GUI to better support high screen resolutions. 2016-02-13 02:30:05 +01:00
PlayersChatPanel.java sonar fixed 25022019 2019-02-26 09:20:15 +01:00
PlayerTypeEventSource.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00
TableInfo.java sonar fixed 25022019 2019-02-26 09:20:15 +01:00
TablePlayerPanel.form * Added option to start matches with password protection. 2014-10-11 16:29:37 +02:00
TablePlayerPanel.java Refactored DeckImporter and obsoleted DeckImporterUtil. Added/refactored a PlainTestDeckImporter as a base class for text formatted importers to extend. 2019-01-10 08:27:05 -08:00
TablesButtonColumn.java Fixed broken tables selection in lobby 2018-12-22 06:21:17 +04:00
TablesPane.form
TablesPane.java * UI: fixed that server messages and tables list is not refresh after re-connect (#4194); 2019-04-19 17:37:26 +04:00
TablesPanel.form Fixed missing code in Pioneer format 2019-11-05 22:29:22 +04:00
TablesPanel.java Add Freeform Unlimited Commander game type 2020-01-20 22:47:27 -06:00
TablesTableModel.java * UI: added game name and seats number columns to tables list; 2019-01-22 18:32:27 +04:00
TablesUtil.java UI: fixed row selecting in tables list 2019-01-22 23:00:23 +04:00
TournamentMatchesTableModel.java UI: fixed that users can't watch tournament's games 2019-01-15 21:07:43 +04:00
TournamentPlayerPanel.form Use spinner instead of combobox for AI skill. Fix #1111 and #118 2017-02-14 21:06:07 +01:00
TournamentPlayerPanel.java remove all MIT copyright notices from files 2018-06-02 17:59:49 +02:00