foul-magics/Mage/src/main/java/mage/util
Oleg Agafonov 2bbe2b3c43 GUI - new card hints window features:
* new help window can be opened from a player panel;
* it collect and show all visible game hints from all players and all zones;
* it updates in real time on game update;
* allows to customize visible data;
* allows to open multiple windows (current limit is 5 windows, can be slow to render);
* allows to minimize opened windows;
* workable card popup on mouse move over card name or card id;
* filter modes:
  * all - show hints from all players;
  * player - show hints from single player;
* group mode:
  * by hints - show same hints as one with all used cards;
  * by cards - show full cards list with own hints;
* search mode:
  * allows to filter card hints by player name, card name, card id or card hint;
  * allows to search multiple words (equals to "or")
* current limitation:
  * card popup shows a card instead a real object, e.g. miss card hints in it (relelated to game logs problem);
  * unsupport of emblems, dungeons and other non card objects from a command zone;
  * unsupport of revealed and library's top cards;

GUI - player's panel improves:
* added hints helper button;
* added player hithlight as possible target in choose dialogs;
* improved player name button in small mode;
* fixed wrong height in small mode;

Other fixes:
* game logs: added card popup support for logs with custom object name;
2023-11-18 14:48:25 +04:00
..
functions Fix copying subabilities to no longer duplicate them (#11399) 2023-11-12 19:57:39 -05:00
trace Reworking card types in preparation for implementing Grist, the Hunger Tide (#7899) 2021-07-09 07:28:43 +04:00
validation [WHO] Implement The Thirteenth Doctor 2023-08-05 13:44:40 -04:00
CardUtil.java Costs Tag Tracking part 2: Tag system and X values, reworked deep copy code (#11406) 2023-11-16 23:12:32 +04:00
CircularList.java
ClassScanner.java Fixes URL encoded path returned by resource.getFile() (#8865) 2022-10-08 08:32:37 -04:00
Copier.java Performance: fixed server's big memory usage in long games and in big stack sizes (related to #11285, fixes #9302) 2023-10-14 15:54:10 +04:00
CopierObjectInputStream.java
Copyable.java Fixed miss copy code in Game object (lki, cards), removed unused code. Possible fixes: 2021-08-12 00:08:08 +04:00
DateFormat.java
DebugUtil.java
DeckBuildUtils.java Feature improvement: automatic deck submissions now add lands sensibly (#10159) 2023-04-28 18:59:24 +04:00
DeckUtil.java
FastByteArrayInputStream.java
FastByteArrayOutputStream.java
GameLog.java GUI - new card hints window features: 2023-11-18 14:48:25 +04:00
JarVersion.java dev: enabled debug main menu by default in developer builds (example: test render dialog) 2023-05-09 00:49:46 +04:00
JsonUtil.java Dev: migrated to single json lib (removed json-simple from deck import code), clean up guava lib usage in cards; 2021-10-01 17:57:54 +04:00
ManaUtil.java Lint: fix 'declarations should use interfaces instead of classes' bugs (#11082) 2023-08-31 21:42:45 +04:00
MessageToClient.java
MultiAmountMessage.java gui: improved multi amount dialog (added cancel option, added mana symbols support in messages, improved form structure) 2023-11-02 12:30:40 +04:00
RandomUtil.java Reworking goad effects (ready for review) (#8034) 2022-02-15 09:18:21 -05:00
StreamUtils.java
SubTypes.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
TargetAddress.java
ThreadLocalStringBuilder.java
TournamentUtil.java Game: fixed that search by card name was able to return a wrong card (example: cheat command) 2023-05-08 22:58:30 +04:00
TreeNode.java