foul-magics/Mage/src/main/java/mage/util
Oleg Agafonov e38a79f231
Face down images and cards rework (#11873)
Face down changes:
* GUI: added visible face down type and real card name for controller/owner (opponent can see it after game ends);
* GUI: added day/night button to view real card for controller/owner (opponent can see it after game ends);
* game: fixed that faced-down card can render symbols, abilities and other hidden data from a real card;
* images: added image support for normal faced-down cards;
* images: added image support for morph and megamorph faced-down cards;
* images: added image support for foretell faced-down cards;

Other changes:
* images: fixed missing tokens from DDD set;
* images: no more client restart to apply newly downloaded images or render settings;
* images: improved backface image quality (use main menu -> symbols to download it);
2024-02-29 01:14:54 +04:00
..
functions Face down images and cards rework (#11873) 2024-02-29 01:14:54 +04:00
trace
validation [WHO] Implement The Thirteenth Doctor 2023-08-05 13:44:40 -04:00
CardUtil.java Face down images and cards rework (#11873) 2024-02-29 01:14:54 +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 server: improved logs for some use cases (related to #11572) 2024-01-05 23:13:20 +04:00
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 game: face down abilities - added workable card hint to game logs after face up activate (now you can see face up card from a logs); 2024-02-18 23:23:31 +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 Face down images and cards rework (#11873) 2024-02-29 01:14:54 +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
ThreadUtils.java Network upgrade and new reconnection mode (#11527) 2023-12-07 20:56:52 +04:00
TournamentUtil.java refactor: improved card info 2024-02-18 22:40:30 +04:00
TreeNode.java