foul-magics/Mage/src/main/java/mage/abilities/costs
2023-11-07 02:47:48 +04:00
..
common performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
costadjusters [DMU] Implemented Radha's Firebrand 2022-08-28 10:24:31 -04:00
mana performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
AbilityCosts.java
AlternativeCost.java Implementing Blitz mechanic (WIP) (#8835) 2022-04-24 12:03:25 -04:00
AlternativeCostImpl.java clean some of the most frequent copy constructor / copy method (#11053) 2023-08-30 19:48:03 -04:00
AlternativeCostSourceAbility.java Refactor: private fields and performance tweaks (#9625) 2023-08-27 17:58:19 -04:00
AlternativeSourceCosts.java Implementing Blitz mechanic (WIP) (#8835) 2022-04-24 12:03:25 -04:00
AlternativeSourceCostsImpl.java Refactor: private fields and performance tweaks (#9625) 2023-08-27 17:58:19 -04:00
CompositeCost.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
Cost.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
CostAdjuster.java [NEO] fixed implementation of March additional costs (#8524) 2022-02-12 14:27:35 -05:00
CostImpl.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
Costs.java
CostsImpl.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
DynamicCost.java
OptionalAdditionalCost.java
OptionalAdditionalCostImpl.java Code cleanup: protect all copy constructors (#10750) 2023-08-04 19:34:58 -04:00
OptionalAdditionalModeSourceCosts.java
OptionalAdditionalSourceCosts.java
OrCost.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
SacrificeCost.java [BRC] Implement Ashnod, the Uncaring 2022-11-06 12:24:44 -05:00
UseAttachedCost.java (WIP) Replacing blocking/blocked by predicates (#8729) 2022-03-23 18:45:02 -04:00
VariableCost.java
VariableCostImpl.java performance: improved CPU/memory usage with copy of cost's targets (related to #11285), added runtime check for wrong targets usage 2023-11-07 02:47:48 +04:00
VariableCostType.java