* move setPT to Card
* Create DoubleFacedCard and DoubleFacedCardHalf to share code between …
* Create Transforming Double Face Card class
* allow putting either permanent side of a double faced card to the bat…
* refactor exile and return transforming card
* update ModalDoubleFacedCard references to DoubleFacedCard where relev…
* update for GUI
* refactor a disturb card
* refactor more disturb cards for test coverage
* refactor a transform card
* refactor more transform cards for test coverage
* fix Archangel Avacyn
* fix cantPlayTDFCBackSide inconsistency
* fix Double Faced Cards having triggers and static abilities when tran…
* fix Double Faced Cards card view erroring when flipping in client
* fix test_Copy_AsSpell_Backside inconsistency
* enable Spider-Man MDFC
* convert TDFC with saga as the front and add card references to Transf…
* refactor More Than Meets the Eye Card
* refactor a battle
* refactor a craft card
* update comment on PeterParkerTest
* Merge branch 'master' into rework-dfc
* fix Saga TDFC Azusa's Many Journeys
* fix double faced cards adding permanent triggers / effects to game
* move permanents entering map into Battlefield
* convert Room cards for new Permanent structure
* fix disturb not exiling
* Merge branch 'master' into rework-dfc
* fix Eddie Brock Power/Toughness
* fix Miles Morales ability on main card
* fix verify conditions for siege and day/night cards
* change room characteristics to text effect to match game rules
* update verify test to skip DoubleFacedCard in missing card test
* accidentally removed transform condition
* Merge branch 'master' into rework-dfc
* fix verify
* CardUtil - remove unnecessary line from castSingle method
* added power level info in deck validation panel;
* added detail calculation info (hint with cards and their power levels);
* fixed that deck's edh power level ignore individual card's levels and used only commanders;
* removed outdated deck restrictions by commander colors;
* now players can really limit allowed decks by edh power level;
* Update Pioneer banlist
Karn, the Great Creator is banned.
Geological Appraiser is banned.
Smuggler's Copter is unbanned.
* Update Modern banlist
Fury is banned.
Up the Beanstalk is banned.
* Update Pauper banlist
Monastery Swiftspear is banned.
* fixed code coverage data lost on failed tests;
* fixed code coverage report duplication and improved performance;
* fixed that sonar analyser can't see code coverage for some modules;
* added new aggregation module: Mage.Reports (used for code coverage report generation);
* reorganized pom and added additional instructions for jacoco and sonar usage;