foul-magics/Mage/src/main/java/mage/players
xenohedron cb28fb5a56
Refactor batch events (#11995)
* create new abstract class for batch event framework

* adjust CardUtil.getEventTargets to support new framework

* update TappedBatchEvent to new framework

* update UntappedBatchEvent to new framework

* slight cleanup

* update LifeLostBatchEvent to new framework

* update ZoneChangeBatchEvent to new framework

* complete refactor by moving damage events to new framework

* remove old code no longer used

* clean up some nonsense code in star wars card

* fix watcher checking id before event type

* fix wrong id usage

* fix missed wrong id usage
2024-03-28 23:19:20 -04:00
..
net Choose triggers order dialog - fixed game error on remember of multiple instances of the trigger (fixes #11194) 2023-09-23 20:16:55 +04:00
Library.java refactor: use same code style in library's methods 2023-08-31 19:38:37 +04:00
ManaPool.java fix that Manamorphose can't be used to cast Imperiosaur (#11620) 2024-01-07 14:22:20 -05:00
ManaPoolItem.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
PlayableObjectsList.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
PlayableObjectStats.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
Player.java game: improved game logs for faced-down spells and exiled cards - now it support popup hint to view card/permanent (part of #11884, related to #11881, #8781) 2024-03-01 02:08:25 +04:00
PlayerImpl.java Refactor batch events (#11995) 2024-03-28 23:19:20 -04:00
PlayerList.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
Players.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
PlayerType.java AI: removed outdated AIMinimax project (#7075), removed some useless player classes, code and config files, improved docs; 2024-01-15 05:03:21 +04:00
StubPlayer.java AI: removed outdated AIMinimax project (#7075), removed some useless player classes, code and config files, improved docs; 2024-01-15 05:03:21 +04:00