foul-magics/Mage.Client/src/main/java/mage/client/dialog
Artemis Kearney 722627baa2
Create new "custom options" button/dialog, consolidate game-modifying options there (#10768)
* create CustomOptionsDialog; update NewTournamentDialog to use it

* add custom options button to new table/tournament dialogs

* fix buffer time in new table dialog

* further UI improvements

- move multiplayer options back out to NewTableDialog
- hide multiplayer options when all are disabled
- rearrange other options for consistency

* update button label to show number of active custom options

* remove commented-out code
2023-08-08 01:37:38 -04:00
..
AboutDialog.form Fixed missing developers list in about form; 2019-05-05 15:48:31 +04:00
AboutDialog.java Removed dependency on JavaFX. What's New button now opens the link in the system browser. 2022-07-25 09:09:43 -04:00
AddLandDialog.form UI: improved add lands dialog (centered window, hotkeys to close/add); 2019-03-23 15:43:34 +04:00
AddLandDialog.java Basic groundwork for extra decks (contraptions, attractions) (#10378) 2023-08-06 21:06:32 -04:00
CardInfoWindowDialog.form * UI: fixed graveyard and other cards window size (removed unnecessary scrolls, #5659); 2019-03-28 21:41:20 +04:00
CardInfoWindowDialog.java * GUI: added popup menu to view player's outside/sideboard at any time (allows to view only own or computer's sideboards); 2021-07-21 13:44:35 +04:00
CheckBoxList.java explicit parameters are not needed 2020-09-09 14:47:47 +03:00
ConnectDialog.form gui: disabled outdated buttons in connection dialog 2023-06-17 18:19:03 +04:00
ConnectDialog.java gui: disabled outdated buttons in connection dialog 2023-06-17 18:19:03 +04:00
CustomOptionsDialog.form Create new "custom options" button/dialog, consolidate game-modifying options there (#10768) 2023-08-08 01:37:38 -04:00
CustomOptionsDialog.java Create new "custom options" button/dialog, consolidate game-modifying options there (#10768) 2023-08-08 01:37:38 -04:00
DownloadImagesDialog.form * Images download: added threads settings in download dialog; 2020-08-07 12:41:17 +04:00
DownloadImagesDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
ErrorDialog.form
ErrorDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
FeedbackDialog.form
FeedbackDialog.java C-style arrays declaration should be replaced to java-style 2020-09-09 14:53:03 +03:00
GameEndDialog.form
GameEndDialog.java Make gamelogs readable (#9210) 2022-07-03 02:03:50 +04:00
JoinTableDialog.form
JoinTableDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
MageDialog.form
MageDialog.java Code cleanup (removed unused log4j setting files, added extra info, samples and instructions, removed java logs) 2020-01-26 16:30:42 +04:00
NewTableDialog.form Create new "custom options" button/dialog, consolidate game-modifying options there (#10768) 2023-08-08 01:37:38 -04:00
NewTableDialog.java Create new "custom options" button/dialog, consolidate game-modifying options there (#10768) 2023-08-08 01:37:38 -04:00
NewTournamentDialog.form Create new "custom options" button/dialog, consolidate game-modifying options there (#10768) 2023-08-08 01:37:38 -04:00
NewTournamentDialog.java Create new "custom options" button/dialog, consolidate game-modifying options there (#10768) 2023-08-08 01:37:38 -04:00
PickCheckBoxDialog.form
PickCheckBoxDialog.java * GUI: fixed multiple bugs and performance issues with Deck Editor and sets filter/search; 2021-08-19 21:33:14 +04:00
PickChoiceDialog.form * GUI: added auto-choose for replacement effects (remember answer in dialog + reset answer in popup menu + new option in preferences; #4360, #328, #4219, #6676, #7914); 2021-08-09 11:26:11 +04:00
PickChoiceDialog.java * Game: fixed random sort order of choices in choose dialogs 2023-03-21 03:11:55 +04:00
PickMultiNumberDialog.form [READY FOR REVIEW] Implement a "multi-amount" dialog (#7528) 2021-04-17 14:28:01 +04:00
PickMultiNumberDialog.java [LTR] Add Goldberry, River-Daughter (#10524) 2023-07-28 21:29:40 -04:00
PickNumberDialog.form
PickNumberDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
PickPileDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
PreferencesDialog.form GUI: resized avatar scroll pane so all avatars are visible (#10300) 2023-07-05 08:31:04 +04:00
PreferencesDialog.java game timer: Add chess-style buffer time option (#10598) 2023-07-28 22:05:21 -04:00
RandomPacksSelectorDialog.form Random pack selector dialog has space to show all the sets, also made resizeable 2022-04-28 02:36:39 +03:00
RandomPacksSelectorDialog.java New feature: "Chaos Remixed" booster draft (#10328) 2023-05-12 18:12:23 +04:00
RegisterUserDialog.form
RegisterUserDialog.java Refactor: Remove redundant boxing/unboxing to parse int primitives (#9065) 2022-06-12 12:46:59 -04:00
ResetPasswordDialog.form
ResetPasswordDialog.java Refactor: Remove redundant boxing/unboxing to parse int primitives (#9065) 2022-06-12 12:46:59 -04:00
ShowCardsDialog.form
ShowCardsDialog.java GUI: Autochoose targets if choice can be made (#9206) 2022-07-08 21:58:42 -04:00
TableWaitingDialog.form
TableWaitingDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
TestCardRenderDialog.form * GUI: added card icon for commander on battlefield; 2021-07-23 19:51:45 +04:00
TestCardRenderDialog.java refactor: expose startingHandSize in GameImpl constructor. (#10629) 2023-07-16 18:36:26 +04:00
TestModalDialog.form UI: added debug tool to test modal/non-modal dialog system (available from debug menu); 2019-03-28 09:12:17 +04:00
TestModalDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
TestModalSampleDialog.form UI: added debug tool to test modal/non-modal dialog system (available from debug menu); 2019-03-28 09:12:17 +04:00
TestModalSampleDialog.java * GUI: new reworked GUI and card render engine, card icons and dozens of other fixes (see full list in related PR); 2021-01-30 16:38:55 +04:00
UserRequestDialog.form
UserRequestDialog.java Button focus adjustments for yes/no dialogs (#9828) 2022-12-26 20:09:41 +04:00